Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp39 !PostCallCheckers.empty() || in hasPathSensitiveCheckers()
296 : PostCallCheckers, in runCheckersForCallEvent()
745 PostCallCheckers.push_back(checkfn); in _registerForPostCall()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h606 std::vector<CheckCallFunc> PostCallCheckers; variable