Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anon2d532d6e0111::AnalysisOrderChecker
H A DMallocChecker.cpp1427 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker