Searched refs:EndType (Results 1 – 2 of 2) sorted by relevance
674 auto *EndType = dyn_cast<IntegerType>(getEnd()->getType()); in computeSafeIterationSpace() local823 if (EndType->getBitWidth() > RCType->getBitWidth()) { in computeSafeIterationSpace()824 assert(EndType->getBitWidth() == RCType->getBitWidth() * 2); in computeSafeIterationSpace()
2932 QualType BeginType = BeginVar->getType(), EndType = EndVar->getType(); in BuildCXXForRangeStmt() local2933 if (!Context.hasSameType(BeginType, EndType)) { in BuildCXXForRangeStmt()2937 << BeginType << EndType; in BuildCXXForRangeStmt()2953 ExprResult EndRef = BuildDeclRefExpr(EndVar, EndType.getNonReferenceType(), in BuildCXXForRangeStmt()2970 if (!Context.hasSameType(BeginType, EndType)) in BuildCXXForRangeStmt()