Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp45 EndAnalysisCheckers, BeginFunctionCheckers, EndFunctionCheckers, in hasPathSensitiveCheckers()
498 CheckBeginFunctionContext C(BeginFunctionCheckers, Eng, L); in runCheckersForBeginFunction()
923 BeginFunctionCheckers.push_back(checkfn); in _registerForBeginFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h681 std::vector<CheckBeginFunctionFunc> BeginFunctionCheckers; variable