Home | History | Annotate | Download | only in libiberty

Lines Matching refs:DMGL_PARAMS

1190   if (top_level && (di->options & DMGL_PARAMS) != 0)
1257 if DMGL_PARAMS is not set we do not demangle the function
1274 if (dc != NULL && top_level && (di->options & DMGL_PARAMS) == 0)
1278 v2 demangler without DMGL_PARAMS. */
5975 /* If DMGL_PARAMS is set, then if we didn't consume the entire
5977 DMGL_PARAMS is not set, we didn't look at the trailing
5979 if (((options & DMGL_PARAMS) != 0) && d_peek_char (&di) != '\0')
6073 demangled = d_demangle (mangled_name, DMGL_PARAMS | DMGL_TYPES, &alc);
6147 status = d_demangle_callback (mangled_name, DMGL_PARAMS | DMGL_TYPES,
6187 return d_demangle (mangled, DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX, &alc);
6195 DMGL_JAVA | DMGL_PARAMS | DMGL_RET_POSTFIX,
6235 /* Note that because we did not pass DMGL_PARAMS, we don't expect
6362 int options = DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES;
6382 options &= ~ DMGL_PARAMS;