Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:mangled

132 ML_(cplus_demangle) (const char *mangled, int options);
158 cplus_demangle_v3_callback (const char *mangled, int options,
162 cplus_demangle_v3 (const char *mangled, int options);
165 java_demangle_v3_callback (const char *mangled,
169 java_demangle_v3 (const char *mangled);
172 ada_demangle (const char *mangled, int options);
181 /* Return non-zero iff NAME is the mangled form of a constructor name
196 /* Return non-zero iff NAME is the mangled form of a destructor name
204 representation of the mangled name, and the second pass turns the
381 to the mangled string, but since negative numbers are mangled
383 number which involves neither modifying the mangled string nor
413 non-transactional function version is mangled thus. */
541 /* People building mangled trees are expected to allocate instances of
605 /* This function translates a mangled name into a struct
606 demangle_component tree. The first argument is the mangled name.
614 cplus_demangle_v3_components (const char *mangled, int options, void **mem);