Home
last modified time | relevance | path

Searched defs:PromotionType (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp579 QualType PromotionType) { in VisitUnaryPlus()
590 QualType PromotionType) { in VisitPlus()
599 QualType PromotionType) { in VisitUnaryMinus()
609 QualType PromotionType) { in VisitMinus()
951 QualType PromotionType) { in EmitPromotedValue()
963 QualType PromotionType) { in EmitPromoted()
1022 QualType PromotionType) { in EmitBinOps()
H A DCGExprScalar.cpp2845 QualType PromotionType) { in VisitUnaryPlus()
2856 QualType PromotionType) { in VisitPlus()
2865 QualType PromotionType) { in VisitUnaryMinus()
2876 QualType PromotionType) { in VisitMinus()
3068 QualType PromotionType) { in VisitUnaryReal()
3079 QualType PromotionType) { in VisitReal()
3107 QualType PromotionType) { in VisitUnaryImag()
3118 QualType PromotionType) { in VisitImag()
3158 QualType PromotionType) { in EmitPromotedValue()
3167 Value *ScalarExprEmitter::EmitPromoted(const Expr *E, QualType PromotionType) { in EmitPromoted()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h3742 QualType PromotionType; variable