Searched refs:SETy (Results 1 – 2 of 2) sorted by relevance
1812 auto SETy = getSubExpr()->getType(); in CastConsistency() local1813 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()1814 if (isPRValue() && !Ty->isDependentType() && !SETy->isDependentType()) { in CastConsistency()1816 SETy = SETy->getPointeeType(); in CastConsistency()1818 assert((Ty->isDependentType() || SETy->isDependentType()) || in CastConsistency()1819 (!Ty.isNull() && !SETy.isNull() && in CastConsistency()1820 Ty.getAddressSpace() != SETy.getAddressSpace())); in CastConsistency()
10203 QualType SETy = SE->getType(); in VisitCastExpr() local10208 if (SETy->isIntegerType()) { in VisitCastExpr()10213 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()