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