Searched refs:SETy (Results 1 – 2 of 2) sorted by relevance
1876 auto SETy = getSubExpr()->getType(); in CastConsistency() local1877 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()1878 if (isPRValue() && !Ty->isDependentType() && !SETy->isDependentType()) { in CastConsistency()1880 SETy = SETy->getPointeeType(); in CastConsistency()1882 assert((Ty->isDependentType() || SETy->isDependentType()) || in CastConsistency()1883 (!Ty.isNull() && !SETy.isNull() && in CastConsistency()1884 Ty.getAddressSpace() != SETy.getAddressSpace())); in CastConsistency()
10760 QualType SETy = SE->getType(); in VisitCastExpr() local10765 if (SETy->isIntegerType()) { in VisitCastExpr()10770 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()