Searched refs:BT_Pure (Results 1 – 1 of 1) sorted by relevance
46 mutable std::unique_ptr<BugType> BT_Pure, BT_Impure; member in __anone597d17b0211::VirtualCallChecker144 const std::unique_ptr<BugType> &BT = IsPure ? BT_Pure : BT_Impure; in checkPreCall()210 Chk->BT_Pure = std::make_unique<BugType>(Mgr.getCurrentCheckerName(), in registerPureVirtualCallChecker()