Searched refs:SETy (Results 1 – 2 of 2) sorted by relevance
1744 auto SETy = getSubExpr()->getType(); in CastConsistency() local1745 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()1746 if (isRValue() && !Ty->isDependentType() && !SETy->isDependentType()) { in CastConsistency()1748 SETy = SETy->getPointeeType(); in CastConsistency()1750 assert((Ty->isDependentType() || SETy->isDependentType()) || in CastConsistency()1751 (!Ty.isNull() && !SETy.isNull() && in CastConsistency()1752 Ty.getAddressSpace() != SETy.getAddressSpace())); in CastConsistency()
10164 QualType SETy = SE->getType(); in VisitCastExpr() local10169 if (SETy->isIntegerType()) { in VisitCastExpr()10174 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()