Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp66 if (!isIteratorType(InstCall->getCXXThisExpr()->getType()) || in checkPreCall()
67 !isIteratorType(Call.getArgExpr(0)->getType())) in checkPreCall()
75 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
76 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
95 isIteratorType(Call.getArgExpr(0)->getType()) && in checkPreCall()
96 isIteratorType(Call.getArgExpr(1)->getType())) { in checkPreCall()
102 isIteratorType(Call.getArgExpr(1)->getType()) && in checkPreCall()
103 isIteratorType(Call.getArgExpr(2)->getType())) { in checkPreCall()
124 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall()
125 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall()
[all …]
H A DIterator.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()
H A DSTLAlgorithmModeling.cpp110 if (!isIteratorType(CE->getArg(1)->getType())) in evalFind()
115 if (isIteratorType(CE->getArg(0)->getType())) { in evalFind()
122 if (isIteratorType(CE->getArg(2)->getType())) { in evalFind()
H A DIterator.h143 bool isIteratorType(const QualType &Type);
H A DIteratorModeling.cpp196 if (!isIteratorType(Call.getResultType())) in checkPostCall()
223 if (isIteratorType(Call.getArgExpr(i)->getType()) && in checkPostCall()