Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp142 void checkNewAllocator(const CXXNewExpr *NE, SVal Target, in checkNewAllocator() function in clang::ento::CheckerDocumentation
H A DAnalysisOrderChecker.cpp181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in __anon022e4d700111::AnalysisOrderChecker
H A DMallocChecker.cpp335 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;
1624 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h290 ((const CHECKER *)checker)->checkNewAllocator(Call, C); in _checkNewAllocator()