Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp286 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anonfcbe76150111::ComplexExprEmitter
299 QualType promotionTy = getPromotionType(E->getType()); \
588 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryPlus()
608 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryMinus()
1167 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
1173 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue()
1201 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp816 QualType getPromotionType(QualType Ty) { in getPromotionType() function in __anondf337c330111::ScalarExprEmitter
838 QualType promotionTy = getPromotionType(E->getType()); \
2862 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryPlus()
2882 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryMinus()
3089 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryReal()
3128 ? getPromotionType(E->getSubExpr()->getType()) in VisitUnaryImag()
3255 PromotionTypeCR = getPromotionType(E->getComputationResultType()); in EmitCompoundAssignLValue()
3258 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue()
3259 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3976 QualType getPromotionType() const { return PromotionType; } in getPromotionType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp486 Record.AddTypeRef(D->getPromotionType()); in VisitEnumDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1821 if (T->isDependentType() || ET->getDecl()->getPromotionType().isNull() || in isPromotableIntegerType()
7159 return ET->getDecl()->getPromotionType(); in getPromotedIntegerType()
H A DASTImporter.cpp2329 ExpectedType ToPromotionTypeOrErr = import(From->getPromotionType()); in ImportDefinition()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2357 ToType, FromEnumType->getDecl()->getPromotionType()); in IsIntegralPromotion()
H A DSemaChecking.cpp9079 Context.typesAreCompatible(ED->getPromotionType(), Type)); in SemaBuiltinVAStart()