Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h510 using CheckNewAllocatorFunc = variable
568 void _registerForNewAllocator(CheckNewAllocatorFunc checkfn);
679 std::vector<CheckNewAllocatorFunc> NewAllocatorCheckers;
H A DChecker.h297 CheckerManager::CheckNewAllocatorFunc(checker, in _register()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp507 using CheckersTy = std::vector<CheckerManager::CheckNewAllocatorFunc>;
522 void runChecker(CheckerManager::CheckNewAllocatorFunc checkFn, in runChecker()
865 void CheckerManager::_registerForNewAllocator(CheckNewAllocatorFunc checkfn) { in _registerForNewAllocator()