Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp45 BeginFunctionCheckers, EndFunctionCheckers, BranchConditionCheckers, in hasPathSensitiveCheckers()
456 for (const auto &checkFn : EndFunctionCheckers) { in runCheckersForEndFunction()
855 EndFunctionCheckers.push_back(checkfn); in _registerForEndFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h672 std::vector<CheckEndFunctionFunc> EndFunctionCheckers; variable