Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1744 auto SETy = getSubExpr()->getType(); in CastConsistency() local
1745 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()
H A DExprConstant.cpp10164 QualType SETy = SE->getType(); in VisitCastExpr() local
10169 if (SETy->isIntegerType()) { in VisitCastExpr()
10174 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()