Searched defs:PromotionType (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 586 VisitUnaryPlus(const UnaryOperator * E,QualType PromotionType) VisitUnaryPlus() argument 597 VisitPlus(const UnaryOperator * E,QualType PromotionType) VisitPlus() argument 606 VisitUnaryMinus(const UnaryOperator * E,QualType PromotionType) VisitUnaryMinus() argument 616 VisitMinus(const UnaryOperator * E,QualType PromotionType) VisitMinus() argument 1062 EmitPromotedValue(ComplexPairTy result,QualType PromotionType) EmitPromotedValue() argument 1074 EmitPromoted(const Expr * E,QualType PromotionType) EmitPromoted() argument 1133 EmitBinOps(const BinaryOperator * E,QualType PromotionType) EmitBinOps() argument [all...] |
H A D | CGExprScalar.cpp | 2860 VisitUnaryPlus(const UnaryOperator * E,QualType PromotionType) VisitUnaryPlus() argument 2871 VisitPlus(const UnaryOperator * E,QualType PromotionType) VisitPlus() argument 2880 VisitUnaryMinus(const UnaryOperator * E,QualType PromotionType) VisitUnaryMinus() argument 2891 VisitMinus(const UnaryOperator * E,QualType PromotionType) VisitMinus() argument 3087 VisitUnaryReal(const UnaryOperator * E,QualType PromotionType) VisitUnaryReal() argument 3098 VisitReal(const UnaryOperator * E,QualType PromotionType) VisitReal() argument 3126 VisitUnaryImag(const UnaryOperator * E,QualType PromotionType) VisitUnaryImag() argument 3137 VisitImag(const UnaryOperator * E,QualType PromotionType) VisitImag() argument 3177 EmitPromotedValue(Value * result,QualType PromotionType) EmitPromotedValue() argument 3186 EmitPromoted(const Expr * E,QualType PromotionType) EmitPromoted() argument 3226 EmitBinOps(const BinaryOperator * E,QualType PromotionType) EmitBinOps() argument 5189 EmitPromotedScalarExpr(const Expr * E,QualType PromotionType) EmitPromotedScalarExpr() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 3848 QualType PromotionType; global() variable
|