Searched refs:getPromotionType (Results 1 – 8 of 8) sorted by relevance
331 QualType getPromotionType(FPOptionsOverride Features, QualType Ty, in getPromotionType() function in __anon18403adf0111::ComplexExprEmitter357 QualType promotionTy = getPromotionType( \655 ? getPromotionType(E->getStoredFPFeaturesOrDefault(), in VisitUnaryPlus()677 ? getPromotionType(E->getStoredFPFeaturesOrDefault(), in VisitUnaryMinus()1234 PromotionTypeCR = getPromotionType(E->getStoredFPFeaturesOrDefault(), in EmitCompoundAssignLValue()1241 QualType PromotionTypeRHS = getPromotionType( in EmitCompoundAssignLValue()1270 QualType PromotionTypeLHS = getPromotionType( in EmitCompoundAssignLValue()
835 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anone7cacfbd0111::ScalarExprEmitter857 QualType promotionTy = getPromotionType(E->getType()); \3136 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryPlus()3156 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryMinus()3363 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryReal()3402 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryImag()3529 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()3532 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()3533 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue()
3992 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
525 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
1853 if (T->isDependentType() || ET->getDecl()->getPromotionType().isNull() || in isPromotableIntegerType()7615 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
2377 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
2506 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
4723 Context.typesAreCompatible(ED->getPromotionType(), Type)); in BuiltinVAStart()