Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp48 std::vector<std::pair<CallDescription, unsigned>> Deallocators = { member in __anon09a6c2700111::MIGChecker
200 auto I = llvm::find_if(Deallocators, in checkPostCall()
204 if (I == Deallocators.end()) in checkPostCall()