Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h675 std::vector<CheckEndFunctionFunc> EndFunctionCheckers; variable