Searched defs:CheckLocationContext (Results 1 – 1 of 1) sorted by relevance
311 struct CheckLocationContext { struct312 using CheckersTy = std::vector<CheckerManager::CheckLocationFunc>;314 const CheckersTy &Checkers;315 SVal Loc;316 bool IsLoad;317 const Stmt *NodeEx; /* Will become a CFGStmt */318 const Stmt *BoundEx;319 ExprEngine &Eng;321 CheckLocationContext(const CheckersTy &checkers, in CheckLocationContext() function328 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()[all …]