Searched refs:PromotionType (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 211 QualType PromotionType = QualType()); 212 ComplexPairTy VisitPlus(const UnaryOperator *E, QualType PromotionType); 214 QualType PromotionType = QualType()); 215 ComplexPairTy VisitMinus(const UnaryOperator *E, QualType PromotionType); 579 QualType PromotionType) { in VisitUnaryPlus() argument 580 QualType promotionTy = PromotionType.isNull() in VisitUnaryPlus() 582 : PromotionType; in VisitUnaryPlus() 590 QualType PromotionType) { in VisitPlus() argument 593 if (!PromotionType.isNull()) in VisitPlus() 594 return CGF.EmitPromotedComplexExpr(E->getSubExpr(), PromotionType); in VisitPlus() [all …]
|
| H A D | CGExprScalar.cpp | 627 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); [all …]
|
| H A D | CodeGenFunction.h | 4423 ComplexPairTy EmitPromotedComplexExpr(const Expr *E, QualType PromotionType); 4424 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType); 4425 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType); 4426 ComplexPairTy EmitUnPromotedValue(ComplexPairTy result, QualType PromotionType);
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Decl.h | 3742 QualType PromotionType; variable 3842 QualType PromotionType, 3870 QualType getPromotionType() const { return PromotionType; } in getPromotionType() 3873 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Decl.cpp | 4587 PromotionType = NewPromotionType; in completeDefinition()
|