Searched refs:IteratorModeling (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp1 //===-- IteratorModeling.cpp --------------------------------------*- C++ -*--//
85 class IteratorModeling class in namespace:__anon982
91 using AdvanceFn = void (IteratorModeling::*)(CheckerContext &, const Expr *,
131 {{{"std", "advance"}, 2}, &IteratorModeling::handleAdvance},
137 {{{"std", "prev"}, 2}, &IteratorModeling::handlePrev},
143 {{{"std", "next"}, 2}, &IteratorModeling::handleNext},
147 IteratorModeling() = default;
172 void IteratorModeling::checkPostCall(const CallEvent &Call,
235 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S,
251 void IteratorModeling
[all...]
/netbsd-current/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile61 IteratorModeling.cpp \

Completed in 89 milliseconds