Home | History | Annotate | Download | only in m_demangle

Lines Matching full:qualifiers

151   int type_quals;       /* The type qualifiers.  */
469 combined by bitwise-or to form the complete set of qualifiers for a
602 /* Return the string corresponding to the qualifiers given by
844 DMGL_ANSI ANSI qualifiers such as `const' and `void' are
2388 mangled string; qualifiers, local class indicators, etc. have
3142 int qualifiers = 0;
3176 qualifiers = consume_count_with_underscores (mangled);
3177 if (qualifiers == -1)
3193 qualifiers = atoi (num);
3216 while (qualifiers-- > 0)
3279 if (qualifiers > 0)
3716 /* First pick off any type qualifiers. There can be more than one. */