Lines Matching refs:ISDIGIT
498 if (! ISDIGIT ((unsigned char)**type)) in consume_count()
501 while (ISDIGIT ((unsigned char)**type)) in consume_count()
512 while (ISDIGIT ((unsigned char) **type)) in consume_count()
540 if (!ISDIGIT ((unsigned char)**mangled)) in consume_count_with_underscores()
927 while (ISLOWER(*p) || ISDIGIT (*p) in ada_demangle()
928 || (p[0] == '_' && (ISLOWER (p[1]) || ISDIGIT (p[1])))); in ada_demangle()
1061 if (ISDIGIT (*p)) in ada_demangle()
1066 while (ISDIGIT (*p) || (p[0] == '_' && ISDIGIT (p[1]))); in ada_demangle()
1114 while (ISDIGIT (*p)) in ada_demangle()
1125 if (p[0] == '.' && ISDIGIT (p[1])) in ada_demangle()
1129 while (ISDIGIT (*p)) in ada_demangle()
1614 while (**mangled && ISDIGIT ((unsigned char)**mangled)) in demangle_signature()
1950 while (ISDIGIT ((unsigned char)**mangled)) in demangle_real_value()
1959 while (ISDIGIT ((unsigned char)**mangled)) in demangle_real_value()
1969 while (ISDIGIT ((unsigned char)**mangled)) in demangle_real_value()
2821 if (!ISDIGIT ((unsigned char)scan[0]) && (scan[0] != 't')) in demangle_prefix()
2827 && (ISDIGIT ((unsigned char)scan[2]) || (scan[2] == 'Q') in demangle_prefix()
2834 && ISDIGIT ((unsigned char)scan[2])) in demangle_prefix()
2871 else if ((scan == *mangled) && !ISDIGIT ((unsigned char)scan[2]) in demangle_prefix()
2990 if (ISDIGIT((unsigned char)*mangled[0])) in gnu_special()
3507 if (!ISDIGIT ((unsigned char)**type)) in get_count()
3513 if (ISDIGIT ((unsigned char)**type)) in get_count()
3523 while (ISDIGIT ((unsigned char)*p)); in get_count()
3648 if (ISDIGIT ((unsigned char)**mangled)) in do_type()
3967 if (!ISDIGIT ((unsigned char)**mangled)) in demangle_fund_type()
4080 if (!(ISDIGIT ((unsigned char)**mangled))) in do_hpacc_template_const_value()
4085 while (ISDIGIT ((unsigned char)**mangled)) in do_hpacc_template_const_value()
4160 if (!ISDIGIT ((unsigned char)**args)) in snarf_numeric_literal()
4163 while (ISDIGIT ((unsigned char)**args)) in snarf_numeric_literal()