Searched refs:getPromotionType (Results 1 – 8 of 8) sorted by relevance
278 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anon838baf360111::ComplexExprEmitter291 QualType promotionTy = getPromotionType(E->getType()); \581 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryPlus()601 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryMinus()1056 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()1062 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue()1090 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()
816 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anonb4bd95340111::ScalarExprEmitter830 QualType promotionTy = getPromotionType(E->getType()); \2847 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryPlus()2867 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryMinus()3070 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryReal()3109 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryImag()3236 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()3239 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()3240 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue()
3870 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
442 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
1896 if (T->isDependentType() || ET->getDecl()->getPromotionType().isNull() || in isPromotableIntegerType()7152 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
2166 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
2233 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
7378 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()