Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h519 using CheckNewAllocatorFunc = variable
578 void _registerForNewAllocator(CheckNewAllocatorFunc checkfn);
686 std::vector<CheckNewAllocatorFunc> NewAllocatorCheckers;
H A DChecker.h311 CheckerManager::CheckNewAllocatorFunc(checker, in _register()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp569 using CheckersTy = std::vector<CheckerManager::CheckNewAllocatorFunc>;
584 void runChecker(CheckerManager::CheckNewAllocatorFunc checkFn, in runChecker()
935 void CheckerManager::_registerForNewAllocator(CheckNewAllocatorFunc checkfn) { in _registerForNewAllocator()