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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp142 void checkNewAllocator(const CXXNewExpr *NE, SVal Target, function in class:clang::ento::CheckerDocumentation
H A DAnalysisOrderChecker.cpp181 void checkNewAllocator(const CXXAllocatorCall &Call, function in class:__anon2160::AnalysisOrderChecker
H A DMallocChecker.cpp322 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;
1432 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, function in class:MallocChecker
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h290 ((const CHECKER *)checker)->checkNewAllocator(Call, C);

Completed in 134 milliseconds