Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp650 QualType PromotionType) { in VisitUnaryPlus()
664 QualType PromotionType) { in VisitPlus()
673 QualType PromotionType) { in VisitUnaryMinus()
686 QualType PromotionType) { in VisitMinus()
1129 QualType PromotionType) { in EmitPromotedValue()
1141 QualType PromotionType) { in EmitPromoted()
1200 QualType PromotionType) { in EmitBinOps()
H A DCGExprScalar.cpp3390 QualType PromotionType) { in VisitUnaryPlus()
3401 QualType PromotionType) { in VisitPlus()
3410 QualType PromotionType) { in VisitUnaryMinus()
3421 QualType PromotionType) { in VisitMinus()
3632 QualType PromotionType) { in VisitUnaryReal()
3643 QualType PromotionType) { in VisitReal()
3671 QualType PromotionType) { in VisitUnaryImag()
3682 QualType PromotionType) { in VisitImag()
3722 QualType PromotionType) { in EmitPromotedValue()
3731 Value *ScalarExprEmitter::EmitPromoted(const Expr *E, QualType PromotionType) { in EmitPromoted()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3982 QualType PromotionType; variable