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

/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp215 QualType PromotionType = QualType());
216 ComplexPairTy VisitPlus(const UnaryOperator *E, QualType PromotionType);
218 QualType PromotionType = QualType());
219 ComplexPairTy VisitMinus(const UnaryOperator *E, QualType PromotionType);
586 QualType PromotionType) {
587 QualType promotionTy = PromotionType.isNull()
589 : PromotionType;
597 QualType PromotionType) {
600 if (!PromotionType.isNull())
601 return CGF.EmitPromotedComplexExpr(E->getSubExpr(), PromotionType);
585 VisitUnaryPlus(const UnaryOperator *E, QualType PromotionType) argument
596 VisitPlus(const UnaryOperator *E, QualType PromotionType) argument
605 VisitUnaryMinus(const UnaryOperator *E, QualType PromotionType) argument
615 VisitMinus(const UnaryOperator *E, QualType PromotionType) argument
1061 EmitPromotedValue(ComplexPairTy result, QualType PromotionType) argument
1073 EmitPromoted(const Expr *E, QualType PromotionType) argument
1132 EmitBinOps(const BinaryOperator *E, QualType PromotionType) argument
[all...]
H A DCGExprScalar.cpp627 QualType PromotionType = QualType());
628 Value *VisitPlus(const UnaryOperator *E, QualType PromotionType);
630 QualType PromotionType = QualType());
631 Value *VisitMinus(const UnaryOperator *E, QualType PromotionType);
636 QualType PromotionType = QualType());
637 Value *VisitReal(const UnaryOperator *E, QualType PromotionType);
639 QualType PromotionType = QualType());
640 Value *VisitImag(const UnaryOperator *E, QualType PromotionType);
805 Value *EmitPromotedValue(Value *result, QualType PromotionType);
807 Value *EmitPromoted(const Expr *E, QualType PromotionType);
2859 VisitUnaryPlus(const UnaryOperator *E, QualType PromotionType) argument
2870 VisitPlus(const UnaryOperator *E, QualType PromotionType) argument
2879 VisitUnaryMinus(const UnaryOperator *E, QualType PromotionType) argument
2890 VisitMinus(const UnaryOperator *E, QualType PromotionType) argument
3086 VisitUnaryReal(const UnaryOperator *E, QualType PromotionType) argument
3097 VisitReal(const UnaryOperator *E, QualType PromotionType) argument
3125 VisitUnaryImag(const UnaryOperator *E, QualType PromotionType) argument
3136 VisitImag(const UnaryOperator *E, QualType PromotionType) argument
3176 EmitPromotedValue(Value *result, QualType PromotionType) argument
3186 EmitPromoted(const Expr *E, QualType PromotionType) argument
3225 EmitBinOps(const BinaryOperator *E, QualType PromotionType) argument
5188 EmitPromotedScalarExpr(const Expr *E, QualType PromotionType) argument
[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-current/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3848 QualType PromotionType;
3948 QualType PromotionType,
3976 QualType getPromotionType() const { return PromotionType; }
3979 void setPromotionType(QualType T) { PromotionType = T; }
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4829 PromotionType = NewPromotionType;

Completed in 216 milliseconds