Home
last modified time | relevance | path

Searched refs:checkNewAllocator (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckerDocumentation.cpp146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() function in clang::ento::CheckerDocumentation
HDAnalysisOrderChecker.cpp181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in __anon8a523b220111::AnalysisOrderChecker
HDMallocChecker.cpp336 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;
1609 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDChecker.h288 ((const CHECKER *)checker)->checkNewAllocator(Call, C); in _checkNewAllocator()