Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
378 CheckersTy::const_iterator checkers_begin() { return Checkers.begin(); } in checkers_begin()
[all …]