Home
last modified time | relevance | path

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

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