Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDSystemZ.h216 const char *getLongDoubleMangling() const override { return "g"; } in getLongDoubleMangling() function
HDPPC.h360 const char *getLongDoubleMangling() const override { in getLongDoubleMangling() function
HDX86.h195 const char *getLongDoubleMangling() const override { in getLongDoubleMangling() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTargetInfo.h804 virtual const char *getLongDoubleMangling() const { return "e"; } in getLongDoubleMangling() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDItaniumMangle.cpp3301 Out << TI->getLongDoubleMangling(); in mangleType()