Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugIteratorModeling.cpp37 void analyzerIteratorValidity(const CallExpr *CE, CheckerContext &C) const;
49 &DebugIteratorModeling::analyzerIteratorValidity},
117 void DebugIteratorModeling::analyzerIteratorValidity(const CallExpr *CE, in analyzerIteratorValidity() function in DebugIteratorModeling