Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h508 using CheckNewAllocatorFunc = variable
565 void _registerForNewAllocator(CheckNewAllocatorFunc checkfn);
676 std::vector<CheckNewAllocatorFunc> NewAllocatorCheckers;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp505 using CheckersTy = std::vector<CheckerManager::CheckNewAllocatorFunc>;
520 void runChecker(CheckerManager::CheckNewAllocatorFunc checkFn, in runChecker()
863 void CheckerManager::_registerForNewAllocator(CheckNewAllocatorFunc checkfn) { in _registerForNewAllocator()