Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp38 void analyzerIteratorValidity(const CallExpr *CE, CheckerContext &C) const;
50 &DebugIteratorModeling::analyzerIteratorValidity},
118 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity() function in DebugIteratorModeling