Home
last modified time | relevance | path

Searched refs:BeginFunctionCheckers (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()
441 CheckBeginFunctionContext C(BeginFunctionCheckers, Eng, L); in runCheckersForBeginFunction()
836 BeginFunctionCheckers.push_back(checkfn); in _registerForBeginFunction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h675 std::vector<CheckBeginFunctionFunc> BeginFunctionCheckers; variable