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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DSystemZ.h146 const char *getLongDoubleMangling() const override { return "g"; }
H A DPPC.h328 const char *getLongDoubleMangling() const override {
H A DX86.h152 const char *getLongDoubleMangling() const override {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h606 virtual const char *getLongDoubleMangling() const { return "e"; } function in class:clang::TargetInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp2661 Out << TI->getLongDoubleMangling();

Completed in 81 milliseconds