Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp363 struct CheckBindContext { struct
364 using CheckersTy = std::vector<CheckerManager::CheckBindFunc>;
366 const CheckersTy &Checkers;
367 SVal Loc;
368 SVal Val;
369 const Stmt *S;
370 ExprEngine &Eng;
371 const ProgramPoint &PP;
373 CheckBindContext(const CheckersTy &checkers, in CheckBindContext() function
379 CheckersTy::const_iterator checkers_end() { return Checkers.end(); } in checkers_end()
[all …]