Searched refs:SETy (Results 1 – 3 of 3) sorted by relevance
1663 auto SETy = getSubExpr()->getType(); in CastConsistency() local1664 assert(getValueKindForType(Ty) == Expr::getValueKindForType(SETy)); in CastConsistency()1665 if (isRValue() && !Ty->isDependentType() && !SETy->isDependentType()) { in CastConsistency()1667 SETy = SETy->getPointeeType(); in CastConsistency()1669 assert((Ty->isDependentType() || SETy->isDependentType()) || in CastConsistency()1670 (!Ty.isNull() && !SETy.isNull() && in CastConsistency()1671 Ty.getAddressSpace() != SETy.getAddressSpace())); in CastConsistency()
10140 QualType SETy = SE->getType(); in VisitCastExpr() local10145 if (SETy->isIntegerType()) { in VisitCastExpr()10150 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()
5873 QualType SETy = SE->getType(); in VisitCastExpr() local5878 if (SETy->isIntegerType()) { in VisitCastExpr()5883 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()