Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp361 struct CheckBindContext { struct
362 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;
364 const CheckersTy &Checkers;
365 SVal Loc;
366 SVal Val;
367 const Stmt *S;
368 ExprEngine &Eng;
369 const ProgramPoint &PP;
371 CheckBindContext(const CheckersTy &checkers, in CheckBindContext() argument
376 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()
[all …]