Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp1812 auto SETy = getSubExpr()->getType(); in CastConsistency() local
1813 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()
DExprConstant.cpp10203 QualType SETy = SE->getType(); in VisitCastExpr() local
10208 if (SETy->isIntegerType()) { in VisitCastExpr()
10213 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()