Home
last modified time | relevance | path

Searched refs:SETy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1876 auto SETy = getSubExpr()->getType(); in CastConsistency() local
1877 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()
H A DExprConstant.cpp10760 QualType SETy = SE->getType(); in VisitCastExpr() local
10765 if (SETy->isIntegerType()) { in VisitCastExpr()
10770 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()