Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() function in clang::ento::CheckerDocumentation
H A DAnalysisOrderChecker.cpp181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in __anon03471d430111::AnalysisOrderChecker
H A DMallocChecker.cpp336 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;
1609 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker