Home
last modified time | relevance | path

Searched refs:__cxa_demangle (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h98 using abi::__cxa_demangle; in GetTypeName()
100 char* const readable_name = __cxa_demangle(name, nullptr, nullptr, &status); in GetTypeName()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cpp41 extern "C" SANITIZER_WEAK_ATTRIBUTE char *__cxa_demangle(const char *mangled,
56 if (&__cxxabiv1::__cxa_demangle) in DemangleCXXABI()
57 if (const char *demangled_name = __cxxabiv1::__cxa_demangle(name, 0, 0, 0)) in DemangleCXXABI()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DREADME.txt22 * libcxxabi needs the demangler to implement __cxa_demangle, which is
26 system's __cxa_demangle because it a) might not be available (i.e.,
H A DDemangleTestCases.inc27166 // The following pairs are not supported by gcc's __cxa_demangle
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DREADME.txt22 * libcxxabi needs the demangler to implement __cxa_demangle, which is
26 system's __cxa_demangle because it a) might not be available (i.e.,
/freebsd/contrib/libcxxrt/
H A Dcxxabi.h255 char* __cxa_demangle(const char* mangled_name,
H A Dtypeinfo.cc75 extern "C" char* __cxa_demangle(const char* mangled_name, in __cxa_demangle() function
H A Dexception.cc358 demangled = __cxa_demangle(mangled, demangled, &bufferSize, &status); in terminate_with_diagnostics()
/freebsd/lib/libproc/
H A Dproc_sym.c64 extern char *__cxa_demangle(const char *, char *, size_t *, int *);
87 dembuf = __cxa_demangle(symbol, NULL, NULL, NULL); in demangle()
/freebsd/lib/libcxxrt/
H A DVersion.map15 __cxa_demangle;
H A DVersion.map.arm15 __cxa_demangle;