Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h146 bool isInsertCall(const FunctionDecl *Func);
H A DMismatchedIteratorChecker.cpp93 } else if (isInsertCall(Func)) { in checkPreCall()
H A DIterator.cpp76 bool isInsertCall(const FunctionDecl *Func) { in isInsertCall() function