Home
last modified time | relevance | path

Searched refs:CX_Full (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h419 CX_Full, enumerator
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2807 case LangOptions::ComplexRangeKind::CX_Full: in ComplexRangeKindToStr()
2910 if (Range == LangOptions::ComplexRangeKind::CX_Full || in RenderFloatingPointOptions()
2955 Range = LangOptions::ComplexRangeKind::CX_Full; in RenderFloatingPointOptions()
2976 Range = LangOptions::ComplexRangeKind::CX_Full; in RenderFloatingPointOptions()
2982 RangeVal = LangOptions::ComplexRangeKind::CX_Full; in RenderFloatingPointOptions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1057 else if (Op.FPFeatures.getComplexRange() == LangOptions::CX_Full) { in EmitBinDiv()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp923 Range = LangOptions::CX_Full; in HandlePragmaCXLimitedRange()
/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"]>,
1094 MarshallingInfoEnum<LangOpts<"ComplexRange">, "CX_Full">;