Lines Matching full:qualifiers
131 int type_quals; /* The type qualifiers. */
456 combined by bitwise-or to form the complete set of qualifiers for a
587 /* Return the string corresponding to the qualifiers given by
829 DMGL_ANSI ANSI qualifiers such as `const' and `void' are
2528 mangled string; qualifiers, local class indicators, etc. have
3282 int qualifiers = 0;
3316 qualifiers = consume_count_with_underscores (mangled);
3317 if (qualifiers == -1)
3333 qualifiers = atoi (num);
3356 while (qualifiers-- > 0)
3419 if (qualifiers > 0)
3859 /* First pick off any type qualifiers. There can be more than one. */