Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIterator.h152 bool isEraseAfterCall(const FunctionDecl *Func);
DMismatchedIteratorChecker.cpp96 if (isEraseCall(Func) || isEraseAfterCall(Func)) { in checkPreCall()
DIterator.cpp112 bool isEraseAfterCall(const FunctionDecl *Func) { in isEraseAfterCall() function