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 __anon022e4d700111::AnalysisOrderChecker
335 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;1624 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker
290 ((const CHECKER *)checker)->checkNewAllocator(Call, C); in _checkNewAllocator()