Home | History | Annotate | Download | only in gcc-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
4895 extern char *__cxa_demangle (const char *, char *, size_t *, int *);
4924 __cxa_demangle (const char *mangled_name, char *output_buffer,
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);