Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp46 NewAllocatorCheckers, LiveSymbolsCheckers, DeadSymbolsCheckers, in hasPathSensitiveCheckers()
539 CheckNewAllocatorContext C(NewAllocatorCheckers, Call, WasInlined, Eng); in runCheckersForNewAllocator()
864 NewAllocatorCheckers.push_back(checkfn); in _registerForNewAllocator()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h676 std::vector<CheckNewAllocatorFunc> NewAllocatorCheckers; variable