Searched defs:CheckBindContext (Results 1 – 1 of 1) sorted by relevance
370 struct CheckBindContext { struct371 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;373 const CheckersTy &Checkers;374 SVal Loc;375 SVal Val;376 const Stmt *S;377 ExprEngine &Eng;378 const ProgramPoint &PP;380 CheckBindContext(const CheckersTy &checkers, in CheckBindContext() function385 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()[all …]