Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DIterator.h149 bool isEmplaceCall(const FunctionDecl *Func);
DMismatchedIteratorChecker.cpp111 } else if (isEmplaceCall(Func)) { in checkPreCall()
DIterator.cpp87 bool isEmplaceCall(const FunctionDecl *Func) { in isEmplaceCall() function