Searched defs:getLongDoubleMangling (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ | ||
H A D | SystemZ.h | 208 const char *getLongDoubleMangling() const override { return "g"; } getLongDoubleMangling() function |
H A D | PPC.h | 347 const char *getLongDoubleMangling() const override { getLongDoubleMangling() function |
H A D | X86.h | 198 const char *getLongDoubleMangling() const override { getLongDoubleMangling() function |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ | ||
H A D | TargetInfo.h | 777 virtual const char *getLongDoubleMangling() const { return "e"; } getLongDoubleMangling() function |