Home
last modified time | relevance | path

Searched refs:CX_Promoted (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp326 LangOptions::ComplexRangeKind::CX_Promoted; in getPromotionType()
858 Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted) in EmitBinMul()
1049 (Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted && in EmitBinDiv()
1053 Op.FPFeatures.getComplexRange() == LangOptions::CX_Promoted) in EmitBinDiv()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h483 CX_Promoted, enumerator
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp84 LangOptions::ComplexRangeKind::CX_Promoted) { in getPromotionType()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCommonArgs.cpp3447 case LangOptions::ComplexRangeKind::CX_Promoted: in complexRangeKindToStr()
H A DClang.cpp2840 setComplexRange(LangOptions::ComplexRangeKind::CX_Promoted); in RenderFloatingPointOptions()
2949 RangeVal = LangOptions::ComplexRangeKind::CX_Promoted; in RenderFloatingPointOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1035 NormalizedValues<["CX_Full", "CX_Improved", "CX_Promoted", "CX_Basic"]>,
1041 NormalizedValues<["CX_Full", "CX_Improved", "CX_Promoted", "CX_Basic"]>,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10652 LangOptions::ComplexRangeKind::CX_Promoted; in DetectPrecisionLossInComplexDivision()