Home
last modified time | relevance | path

Searched refs:PromotionType (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp587 QualType promotionTy = PromotionType.isNull() in VisitUnaryPlus()
589 : PromotionType; in VisitUnaryPlus()
600 if (!PromotionType.isNull()) in VisitPlus()
607 QualType promotionTy = PromotionType.isNull() in VisitUnaryMinus()
609 : PromotionType; in VisitUnaryMinus()
620 if (!PromotionType.isNull()) in VisitMinus()
1092 return VisitMinus(UO, PromotionType); in EmitPromoted()
1094 return VisitPlus(UO, PromotionType); in EmitPromoted()
1100 if (!PromotionType.isNull()) in EmitPromoted()
1140 if (!PromotionType.isNull()) in EmitBinOps()
[all …]
H A DCGExprScalar.cpp2874 if (!PromotionType.isNull()) in VisitPlus()
2894 if (!PromotionType.isNull()) in VisitMinus()
3105 if (!PromotionType.isNull()) { in VisitReal()
3120 if (!PromotionType.isNull()) in VisitReal()
3144 if (!PromotionType.isNull()) { in VisitImag()
3163 else if (!PromotionType.isNull()) in VisitImag()
3167 if (!PromotionType.isNull()) in VisitImag()
3217 if (!PromotionType.isNull()) in EmitPromoted()
3231 if (!PromotionType.isNull()) in EmitBinOps()
3232 Result.Ty = PromotionType; in EmitBinOps()
[all …]
H A DCodeGenFunction.h4560 ComplexPairTy EmitPromotedComplexExpr(const Expr *E, QualType PromotionType);
4561 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType);
4562 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType);
4563 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result, QualType PromotionType);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3848 QualType PromotionType; variable
3948 QualType PromotionType,
3976 QualType getPromotionType() const { return PromotionType; } in getPromotionType()
3979 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4829 PromotionType = NewPromotionType; in completeDefinition()