Searched refs:getPromotionType (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 320 QualType getPromotionType(FPOptionsOverride Features, QualType Ty, in getPromotionType() function in __anon18403adf0111::ComplexExprEmitter 346 getPromotionType(E->getStoredFPFeaturesOrDefault(), E->getType(), \ 653 ? getPromotionType(E->getStoredFPFeaturesOrDefault(), in VisitUnaryPlus() 676 ? getPromotionType(E->getStoredFPFeaturesOrDefault(), in VisitUnaryMinus() 1238 getPromotionType(E->getStoredFPFeaturesOrDefault(), in EmitCompoundAssignLValue() 1246 getPromotionType(E->getStoredFPFeaturesOrDefault(), in EmitCompoundAssignLValue() 1276 getPromotionType(E->getStoredFPFeaturesOrDefault(), in EmitCompoundAssignLValue()
|
| H A D | CGExprScalar.cpp | 872 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anone7cacfbd0111::ScalarExprEmitter 894 QualType promotionTy = getPromotionType(E->getType()); \ 3392 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryPlus() 3412 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryMinus() 3634 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryReal() 3673 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryImag() 3800 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue() 3803 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() 3804 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprComplex.cpp | 79 QualType getPromotionType(QualType ty, bool isDivOpCode = false) { in getPromotionType() function in __anonb9062a7a0111::ComplexExprEmitter 100 QualType promotionTy = getPromotionType( \
|
| H A D | CIRGenExprScalar.cpp | 581 QualType promotionType = getPromotionType(e->getSubExpr()->getType()); in emitUnaryPlusOrMinus() 801 QualType getPromotionType(QualType ty) { in getPromotionType() function in __anon1373b7f80111::ScalarExprEmitter 821 QualType promotionTy = getPromotionType(e->getType()); \ 1071 QualType promotionTypeCR = getPromotionType(e->getComputationResultType()); in emitCompoundAssignLValue() 1075 QualType promotionTypeLHS = getPromotionType(e->getComputationLHSType()); in emitCompoundAssignLValue() 1076 QualType promotionTypeRHS = getPromotionType(e->getRHS()->getType()); in emitCompoundAssignLValue()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 4110 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 678 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2007 if (T->isDependentType() || ET->getDecl()->getPromotionType().isNull() || in isPromotableIntegerType() 8211 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
|
| H A D | ASTImporter.cpp | 2645 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5177 Context.typesAreCompatible(ED->getPromotionType(), Type)); in BuiltinVAStart()
|
| H A D | SemaOverload.cpp | 2683 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
|