Home | History | Annotate | Download | only in gcc-demangle

Lines Matching refs:mangled

124 cplus_demangle (const char *mangled, int options);
150 cplus_demangle_v3_callback (const char *mangled, int options,
154 cplus_demangle_v3 (const char *mangled, int options);
157 java_demangle_v3_callback (const char *mangled,
161 java_demangle_v3 (const char *mangled);
164 ada_demangle (const char *mangled, int options);
172 /* Return non-zero iff NAME is the mangled form of a constructor name
186 /* Return non-zero iff NAME is the mangled form of a destructor name
194 representation of the mangled name, and the second pass turns the
371 to the mangled string, but since negative numbers are mangled
373 number which involves neither modifying the mangled string nor
522 /* People building mangled trees are expected to allocate instances of
586 /* This function translates a mangled name into a struct
587 demangle_component tree. The first argument is the mangled name.
595 cplus_demangle_v3_components (const char *mangled, int options, void **mem);