Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp49 std::vector<std::pair<CallDescription, unsigned>> Deallocators = { member in __anonb6d83c360111::MIGChecker
201 auto I = llvm::find_if(Deallocators, in checkPostCall()
205 if (I == Deallocators.end()) in checkPostCall()