Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMismatchedIteratorChecker.cpp75 if (!isIteratorType(InstCall->getCXXThisExpr()->getType()) || in checkPreCall()
76 !isIteratorType(Call.getArgExpr(0)->getType())) in checkPreCall()
84 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
85 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
106 isIteratorType(Call.getArgExpr(1)->getType()) && in checkPreCall()
107 isIteratorType(Call.getArgExpr(2)->getType())) { in checkPreCall()
127 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
128 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
166 if (!isIteratorType(TAType)) in checkPreCall()
HDIterator.cpp19 bool isIteratorType(const QualType &Type) { in isIteratorType() function
82 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isInsertCall()
93 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEmplaceCall()
104 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEraseCall()
107 !isIteratorType(Func->getParamDecl(1)->getType())) in isEraseCall()
118 if (!isIteratorType(Func->getParamDecl(0)->getType())) in isEraseAfterCall()
121 !isIteratorType(Func->getParamDecl(1)->getType())) in isEraseAfterCall()
HDIterator.h144 bool isIteratorType(const QualType &Type);
HDIteratorModeling.cpp348 if (!isIteratorType(Call.getResultType())) in checkPostCall()
389 if (isIteratorType(Call.getArgExpr(i)->getType())) { in checkPostCall()