Searched refs:checkNewAllocator (Results 1 – 4 of 4) sorted by relevance
146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() function in clang::ento::CheckerDocumentation
181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in __anon8a523b220111::AnalysisOrderChecker
336 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;1609 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator() function in MallocChecker
288 ((const CHECKER *)checker)->checkNewAllocator(Call, C); in _checkNewAllocator()