Home | History | Annotate | Download | only in m_demangle

Lines Matching defs:__cxa_demangle

75          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,
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);