Searched defs:PromotionType (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 643 VisitUnaryPlus(const UnaryOperator * E,QualType PromotionType) VisitUnaryPlus() argument 654 VisitPlus(const UnaryOperator * E,QualType PromotionType) VisitPlus() argument 663 VisitUnaryMinus(const UnaryOperator * E,QualType PromotionType) VisitUnaryMinus() argument 673 VisitMinus(const UnaryOperator * E,QualType PromotionType) VisitMinus() argument 1116 EmitPromotedValue(ComplexPairTy result,QualType PromotionType) EmitPromotedValue() argument 1128 EmitPromoted(const Expr * E,QualType PromotionType) EmitPromoted() argument 1187 EmitBinOps(const BinaryOperator * E,QualType PromotionType) EmitBinOps() argument [all...] |
H A D | CGExprScalar.cpp | 3124 VisitUnaryPlus(const UnaryOperator * E,QualType PromotionType) VisitUnaryPlus() argument 3135 VisitPlus(const UnaryOperator * E,QualType PromotionType) VisitPlus() argument 3144 VisitUnaryMinus(const UnaryOperator * E,QualType PromotionType) VisitUnaryMinus() argument 3155 VisitMinus(const UnaryOperator * E,QualType PromotionType) VisitMinus() argument 3351 VisitUnaryReal(const UnaryOperator * E,QualType PromotionType) VisitUnaryReal() argument 3362 VisitReal(const UnaryOperator * E,QualType PromotionType) VisitReal() argument 3390 VisitUnaryImag(const UnaryOperator * E,QualType PromotionType) VisitUnaryImag() argument 3401 VisitImag(const UnaryOperator * E,QualType PromotionType) VisitImag() argument 3441 EmitPromotedValue(Value * result,QualType PromotionType) EmitPromotedValue() argument 3450 EmitPromoted(const Expr * E,QualType PromotionType) EmitPromoted() argument 3490 EmitBinOps(const BinaryOperator * E,QualType PromotionType) EmitBinOps() argument 5519 EmitPromotedScalarExpr(const Expr * E,QualType PromotionType) EmitPromotedScalarExpr() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3903 QualType PromotionType; global() variable
|