Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp47 std::vector<std::pair<CallDescription, unsigned>> Deallocators = { member in __anond5d47e740111::MIGChecker
199 auto I = llvm::find_if(Deallocators, in checkPostCall()
203 if (I == Deallocators.end()) in checkPostCall()