Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp43 PostObjCMessageCheckers, PreCallCheckers, PostCallCheckers, in hasPathSensitiveCheckers()
304 : PostCallCheckers, in runCheckersForCallEvent()
835 PostCallCheckers.push_back(checkfn); in _registerForPostCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h663 std::vector<CheckCallFunc> PostCallCheckers; variable