Searched refs:checkNewAllocator (Results 1 – 4 of 4) sorted by relevance
142 void checkNewAllocator(const CXXNewExpr *NE, SVal Target, in checkNewAllocator() function in clang::ento::CheckerDocumentation
181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in __anon2d532d6e0111::AnalysisOrderChecker
322 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;1427 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker
290 ((const CHECKER *)checker)->checkNewAllocator(Call, C); in _checkNewAllocator()