Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp47 BeginFunctionCheckers, EndFunctionCheckers, BranchConditionCheckers, in hasPathSensitiveCheckers()
442 CheckBeginFunctionContext C(BeginFunctionCheckers, Eng, L); in runCheckersForBeginFunction()
853 BeginFunctionCheckers.push_back(checkfn); in _registerForBeginFunction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h674 std::vector<CheckBeginFunctionFunc> BeginFunctionCheckers; variable