Home
last modified time | relevance | path

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

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