Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp301 bool isIteratorType(const QualType &Type);
534 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
535 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
576 if (!isIteratorType(TAType)) in checkPreCall()
692 if (!isIteratorType(Call.getResultType())) in checkPostCall()
1634 bool isIteratorType(const QualType &Type) { in isIteratorType() function
1783 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isInsertCall()
1794 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEmplaceCall()
1805 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEraseCall()
1808 !isIteratorType(Func->getParamDecl(1)->getType())) in isEraseCall()
[all …]