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