Searched refs:BT_TaintedAlloc (Results 1 – 1 of 1) sorted by relevance
369 mutable std::unique_ptr<BugType> BT_TaintedAlloc; member in __anon0957485b0411::MallocChecker1701 if (!BT_TaintedAlloc) in reportTaintBug()1702 BT_TaintedAlloc.reset(new BugType(CheckNames[CK_TaintedAllocChecker], in reportTaintBug()1705 auto R = std::make_unique<PathSensitiveBugReport>(*BT_TaintedAlloc, Msg, N); in reportTaintBug()