Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp118 void handlePrev(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Iter,
138 {{{"std", "prev"}, 2}, &IteratorModeling::handlePrev},
673 void IteratorModeling::handlePrev(CheckerContext &C, const Expr *CE, in handlePrev() function in IteratorModeling