Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp314 bool isInsertCall(const FunctionDecl *Func);
509 } else if (isInsertCall(Func)) { in checkPreCall()
671 } else if (isInsertCall(Func) || isEmplaceCall(Func)) { in checkPostCall()
1777 bool isInsertCall(const FunctionDecl *Func) { in isInsertCall() function