Searched defs:CheckNewAllocatorContext (Results 1 – 1 of 1) sorted by relevance
506 struct CheckNewAllocatorContext { struct507 using CheckersTy = std::vector<CheckerManager::CheckNewAllocatorFunc>;509 const CheckersTy &Checkers;510 const CXXAllocatorCall &Call;511 bool WasInlined;512 ExprEngine &Eng;514 CheckNewAllocatorContext(const CheckersTy &Checkers, in CheckNewAllocatorContext() argument519 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()520 CheckersTy::const_iterator checkers_end() { return Checkers.end(); } in checkers_end()522 void runChecker(CheckerManager::CheckNewAllocatorFunc checkFn, in runChecker()