Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp586 QualType PromotionType) { in VisitUnaryPlus()
597 QualType PromotionType) { in VisitPlus()
606 QualType PromotionType) { in VisitUnaryMinus()
616 QualType PromotionType) { in VisitMinus()
1062 QualType PromotionType) { in EmitPromotedValue()
1074 QualType PromotionType) { in EmitPromoted()
1133 QualType PromotionType) { in EmitBinOps()
H A DCGExprScalar.cpp2860 QualType PromotionType) { in VisitUnaryPlus()
2871 QualType PromotionType) { in VisitPlus()
2880 QualType PromotionType) { in VisitUnaryMinus()
2891 QualType PromotionType) { in VisitMinus()
3087 QualType PromotionType) { in VisitUnaryReal()
3098 QualType PromotionType) { in VisitReal()
3126 QualType PromotionType) { in VisitUnaryImag()
3137 QualType PromotionType) { in VisitImag()
3177 QualType PromotionType) { in EmitPromotedValue()
3226 QualType PromotionType) { in EmitBinOps()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3848 QualType PromotionType; variable