Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExpr.cpp1663 auto SETy = getSubExpr()->getType(); in CastConsistency() local
1664 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()
DExprConstant.cpp10140 QualType SETy = SE->getType(); in VisitCastExpr() local
10145 if (SETy->isIntegerType()) { in VisitCastExpr()
10150 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()
/external/clang/lib/AST/
DExprConstant.cpp5873 QualType SETy = SE->getType(); in VisitCastExpr() local
5878 if (SETy->isIntegerType()) { in VisitCastExpr()
5883 } else if (SETy->isRealFloatingType()) { in VisitCastExpr()