Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerManager.cpp442 CheckBeginFunctionContext C(BeginFunctionCheckers, Eng, L); in runCheckersForBeginFunction()
835 BeginFunctionCheckers.push_back(checkfn); in _registerForBeginFunction()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDCheckerManager.h638 std::vector<CheckBeginFunctionFunc> BeginFunctionCheckers; variable