Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDPPCLinux.cpp82 return StdLib == CST_Libcxx && !defaultToIEEELongDouble(); in supportIBMLongDouble()
96 (StdLib == CST_Libcxx && !defaultToIEEELongDouble()) || in SupportIEEEFloat128()
HDClang.cpp2058 bool IEEELongDouble = getToolChain().defaultToIEEELongDouble(); in AddPPCTargetArgs()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Driver/
HDToolChain.h478 bool defaultToIEEELongDouble() const;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/
HDToolChain.cpp183 bool ToolChain::defaultToIEEELongDouble() const { in defaultToIEEELongDouble() function in ToolChain