Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp278 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anon838baf360111::ComplexExprEmitter
291 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()
H A DCGExprScalar.cpp816 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anonb4bd95340111::ScalarExprEmitter
830 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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3870 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp442 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1896 if (T->isDependentType() || ET->getDecl()->getPromotionType().isNull() || in isPromotableIntegerType()
7152 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
H A DASTImporter.cpp2166 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp2233 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
H A DSemaChecking.cpp7378 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()