Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h148 bool isEraseAfterCall(const FunctionDecl *Func);
H A DMismatchedIteratorChecker.cpp86 if (isEraseCall(Func) || isEraseAfterCall(Func)) { in checkPreCall()
H A DIterator.cpp112 bool isEraseAfterCall(const FunctionDecl *Func) { in isEraseAfterCall() function