Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DCommonArgs.h287 std::string complexRangeKindToStr(LangOptions::ComplexRangeKind Range);
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.cpp730 complexRangeKindToStr(Range))); in addFloatingPointOptions()
H A DCommonArgs.cpp3436 std::string tools::complexRangeKindToStr(LangOptions::ComplexRangeKind Range) { in complexRangeKindToStr() function in tools
3457 std::string ComplexRangeStr = complexRangeKindToStr(Range); in renderComplexRangeOption()
H A DClang.cpp2752 : "-fcomplex-arithmetic=" + complexRangeKindToStr(Range); in ComplexArithmeticStr()
3403 complexRangeKindToStr(Range))); in RenderFloatingPointOptions()