Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:DMGL_PARAMS

1086   if (top_level && (di->options & DMGL_PARAMS) != 0)
1150 if DMGL_PARAMS is not set we do not demangle the function
1167 if (dc != NULL && top_level && (di->options & DMGL_PARAMS) == 0)
1171 v2 demangler without DMGL_PARAMS. */
5104 /* If DMGL_PARAMS is set, then if we didn't consume the entire
5106 DMGL_PARAMS is not set, we didn't look at the trailing
5108 if (((options & DMGL_PARAMS) != 0) && d_peek_char (&di) != '\0')
5202 demangled = d_demangle (mangled_name, DMGL_PARAMS | DMGL_TYPES, &alc);
5276 status = d_demangle_callback (mangled_name, DMGL_PARAMS | DMGL_TYPES,
5316 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc);
5324 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX,
5364 /* Note that because we did not pass DMGL_PARAMS, we don't expect
5489 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES;
5509 options &= ~ DMGL_PARAMS;