Searched refs:PromotionType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 219 QualType PromotionType = QualType()); 220 ComplexPairTy VisitPlus(const UnaryOperator *E, QualType PromotionType); 222 QualType PromotionType = QualType()); 223 ComplexPairTy VisitMinus(const UnaryOperator *E, QualType PromotionType); 650 QualType PromotionType) { in VisitUnaryPlus() argument 652 PromotionType.isNull() in VisitUnaryPlus() 656 : PromotionType; in VisitUnaryPlus() 664 QualType PromotionType) { in VisitPlus() argument 667 if (!PromotionType.isNull()) in VisitPlus() 668 return CGF.EmitPromotedComplexExpr(E->getSubExpr(), PromotionType); in VisitPlus() [all …]
|
| H A D | CGExprScalar.cpp | 676 QualType PromotionType = QualType()); 677 Value *VisitPlus(const UnaryOperator *E, QualType PromotionType); 679 QualType PromotionType = QualType()); 680 Value *VisitMinus(const UnaryOperator *E, QualType PromotionType); 685 QualType PromotionType = QualType()); 686 Value *VisitReal(const UnaryOperator *E, QualType PromotionType); 688 QualType PromotionType = QualType()); 689 Value *VisitImag(const UnaryOperator *E, QualType PromotionType); 861 Value *EmitPromotedValue(Value *result, QualType PromotionType); 863 Value *EmitPromoted(const Expr *E, QualType PromotionType); [all …]
|
| H A D | CodeGenFunction.h | 5046 ComplexPairTy EmitPromotedComplexExpr(const Expr *E, QualType PromotionType); 5047 llvm::Value *EmitPromotedScalarExpr(const Expr *E, QualType PromotionType); 5048 ComplexPairTy EmitPromotedValue(ComplexPairTy result, QualType PromotionType); 5050 QualType PromotionType);
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 3982 QualType PromotionType; variable 4082 QualType PromotionType, 4110 QualType getPromotionType() const { return PromotionType; } in getPromotionType() 4113 void setPromotionType(QualType T) { PromotionType = T; } in setPromotionType()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 4988 PromotionType = NewPromotionType; in completeDefinition()
|