Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp337 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.h433 CX_Promoted, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2816 case LangOptions::ComplexRangeKind::CX_Promoted: in ComplexRangeKindToStr()
2912 Range == LangOptions::ComplexRangeKind::CX_Promoted) in RenderFloatingPointOptions()
2986 RangeVal = LangOptions::ComplexRangeKind::CX_Promoted; in RenderFloatingPointOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1088 NormalizedValues<["CX_Full", "CX_Improved", "CX_Promoted", "CX_Basic"]>;
1093 NormalizedValues<["CX_Full", "CX_Improved", "CX_Promoted", "CX_Basic"]>,