Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprComplex.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-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangOptions.h433 CX_Promoted, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDClang.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-13-stable/contrib/llvm-project/clang/include/clang/Driver/
HDOptions.td1088 NormalizedValues<["CX_Full", "CX_Improved", "CX_Promoted", "CX_Basic"]>;
1093 NormalizedValues<["CX_Full", "CX_Improved", "CX_Promoted", "CX_Basic"]>,