Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h511 using CheckNewAllocatorFunc = variable
569 void _registerForNewAllocator(CheckNewAllocatorFunc checkfn);
680 std::vector<CheckNewAllocatorFunc> NewAllocatorCheckers;
DChecker.h297 CheckerManager::CheckNewAllocatorFunc(checker, in _register()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp506 using CheckersTy = std::vector<CheckerManager::CheckNewAllocatorFunc>;
521 void runChecker(CheckerManager::CheckNewAllocatorFunc checkFn, in runChecker()
848 void CheckerManager::_registerForNewAllocator(CheckNewAllocatorFunc checkfn) { in _registerForNewAllocator()