Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h502 using CheckEndFunctionFunc = variable
561 void _registerForEndFunction(CheckEndFunctionFunc checkfn);
672 std::vector<CheckEndFunctionFunc> EndFunctionCheckers;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp854 void CheckerManager::_registerForEndFunction(CheckEndFunctionFunc checkfn) { in _registerForEndFunction()