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.cpp121 void handleNext(CheckerContext &C, ConstCFGElementRef Elem, SVal RetVal,
146 {{CDM::SimpleFunc, {"std", "next"}, 2}, &IteratorModeling::handleNext},
685 void IteratorModeling::handleNext(CheckerContext &C, ConstCFGElementRef Elem, in handleNext() function in IteratorModeling