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