Searched defs:__cxa_demangle (Results 1 - 3 of 3) sorted by relevance

/external/gcc-demangle/
H A Dcp-demangle.c75 char *__cxa_demangle (const char *mangled, char *buf, size_t *len,
85 If defined, this file defines only __cxa_demangle() and
4895 extern char *__cxa_demangle (const char *, char *, size_t *, int *);
4924 __cxa_demangle (const char *mangled_name, char *output_buffer, function
4999 the STATUS values of __cxa_demangle() (excluding -1, since this
5284 s = __cxa_demangle (dyn_string_buf (mangled), NULL, NULL, NULL);
5325 s = __cxa_demangle (argv[i], NULL, NULL, &status);
/external/libcxxabi/src/
H A Dcxa_demangle.cpp4899 __cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status) function in namespace:__cxxabiv1
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c75 char *__cxa_demangle (const char *mangled, char *buf, size_t *len,
85 If defined, this file defines only __cxa_demangle() and
5153 extern char *__cxa_demangle (const char *, char *, size_t *, int *);
5182 __cxa_demangle (const char *mangled_name, char *output_buffer, function
5257 the STATUS values of __cxa_demangle() (excluding -1, since this
5544 s = __cxa_demangle (dyn_string_buf (mangled), NULL, NULL, NULL);
5585 s = __cxa_demangle (argv[i], NULL, NULL, &status);

Completed in 2019 milliseconds