Home
last modified time | relevance | path

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

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