Home
last modified time | relevance | path

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

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