Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp120 void handleNext(CheckerContext &C, const Expr *CE, SVal RetVal, SVal Iter,
145 {{CDM::SimpleFunc, {"std", "next"}, 2}, &IteratorModeling::handleNext},
679 void IteratorModeling::handleNext(CheckerContext &C, const Expr *CE, in handleNext() function in IteratorModeling