Home
last modified time | relevance | path

Searched refs:CheckLocationFunc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h499 using CheckLocationFunc = CheckerFn<void(SVal location, bool isLoad, variable
565 void _registerForLocation(CheckLocationFunc checkfn);
673 std::vector<CheckLocationFunc> LocationCheckers;
H A DChecker.h205 CheckerManager::CheckLocationFunc(checker, _checkLocation<CHECKER>)); in _register()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp317 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;
336 void runChecker(CheckerManager::CheckLocationFunc checkFn, in runChecker()
906 void CheckerManager::_registerForLocation(CheckLocationFunc checkfn) { in _registerForLocation()