Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp47 std::vector<std::pair<CallDescription, unsigned>> Deallocators = { member in __anon64b8c7ab0111::MIGChecker
199 auto I = llvm::find_if(Deallocators, in checkPostCall()
203 if (I == Deallocators.end()) in checkPostCall()