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.cpp98 void handleAdvanceLikeFunction(CheckerContext &C, const CallEvent &Call,
191 handleAdvanceLikeFunction(C, Call, OrigExpr, Handler); in checkPostCall()
423 IteratorModeling::handleAdvanceLikeFunction(CheckerContext &C, in handleAdvanceLikeFunction() function in IteratorModeling