Home
last modified time | relevance | path

Searched refs:getPromotionType (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp331 QualType getPromotionType(FPOptionsOverride Features, QualType Ty, in getPromotionType() function in __anon18403adf0111::ComplexExprEmitter
357 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()
H A DCGExprScalar.cpp835 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anone7cacfbd0111::ScalarExprEmitter
857 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()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3992 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp525 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1853 if (T->isDependentType() || ET->getDecl()->getPromotionType().isNull() || in isPromotableIntegerType()
7615 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
H A DASTImporter.cpp2377 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2506 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
H A DSemaChecking.cpp4723 Context.typesAreCompatible(ED->getPromotionType(), Type)); in BuiltinVAStart()