Home
last modified time | relevance | path

Searched defs:CheckLocationContext (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp312 struct CheckLocationContext { struct
313 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() argument
329 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()
[all …]