Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp97 void handleAdvanceLikeFunction(CheckerContext &C, const CallEvent &Call,
192 handleAdvanceLikeFunction(C, Call, OrigExpr, Handler); in checkPostCall()
426 IteratorModeling::handleAdvanceLikeFunction(CheckerContext &C, in handleAdvanceLikeFunction() function in IteratorModeling