Lines Matching refs:mangled
64 /* Disable a limit on the depth of recursion in mangled strings.
72 real-world mangled name. */
126 cplus_demangle (const char *mangled, int options);
143 cplus_demangle_v3_callback (const char *mangled, int options,
147 cplus_demangle_v3 (const char *mangled, int options);
150 java_demangle_v3_callback (const char *mangled,
154 java_demangle_v3 (const char *mangled);
157 ada_demangle (const char *mangled, int options);
160 dlang_demangle (const char *mangled, int options);
163 rust_demangle_callback (const char *mangled, int options,
168 rust_demangle (const char *mangled, int options);
181 /* Return non-zero iff NAME is the mangled form of a constructor name
200 /* Return non-zero iff NAME is the mangled form of a destructor name
208 representation of the mangled name, and the second pass turns the
408 to the mangled string, but since negative numbers are mangled
410 number which involves neither modifying the mangled string nor
445 non-transactional function version is mangled thus. */
616 /* People building mangled trees are expected to allocate instances of
680 /* This function translates a mangled name into a struct
681 demangle_component tree. The first argument is the mangled name.
689 cplus_demangle_v3_components (const char *mangled, int options, void **mem);