Home
last modified time | relevance | path

Searched refs:handlePrev (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp117 void handlePrev(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Iter,
137 {{{"std", "prev"}, 2}, &IteratorModeling::handlePrev},
679 void IteratorModeling::handlePrev(CheckerContext &C, const Expr *CE, in handlePrev() function in IteratorModeling