Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3076 if (const auto *PostFN = PostFnMap.lookup(Call)) { in checkPostCall() local
3077 (*PostFN)(this, C.getState(), Call, C); in checkPostCall()