Searched defs:CheckBindContext (Results 1 – 1 of 1) sorted by relevance
363 struct CheckBindContext { struct364 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;366 const CheckersTy &Checkers;367 SVal Loc;368 SVal Val;369 const Stmt *S;370 ExprEngine &Eng;371 const ProgramPoint &PP;373 CheckBindContext(const CheckersTy &checkers, in CheckBindContext() function378 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()[all …]