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