Home
last modified time | relevance | path

Searched refs:BT_TaintedAlloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp369 mutable std::unique_ptr<BugType> BT_TaintedAlloc; member in __anon0957485b0411::MallocChecker
1701 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()