Searched refs:ISDIGIT (Results 101 - 125 of 221) sorted by relevance

123456789

/haiku-buildtools/gcc/libcpp/
H A Dexpr.c452 if (ISDIGIT (c) || (ISXDIGIT (c) && radix == 16))
562 if (!ISDIGIT (*str))
575 while (ISDIGIT (*str) || DIGIT_SEP (*str));
776 if (ISDIGIT (c) || (base == 16 && ISXDIGIT (c)))
/haiku-buildtools/gcc/gcc/java/
H A Ddecl.c535 while (*p && !ISDIGIT (*p))
540 while (ISDIGIT (*p))
546 gcc_assert (*p == '.' && ISDIGIT (p[1]));
H A Dtypeck.c384 for ((*ptr)++; (*ptr) < limit && ISDIGIT (**ptr); ) (*ptr)++;
/haiku-buildtools/binutils/gas/config/
H A Dtc-avr.c880 if (r_name[0] == 'r' && ISDIGIT (r_name[1]) && r_name[2] == 0)
883 else if (r_name[0] == 'r' && ISDIGIT (r_name[1])
884 && ISDIGIT (r_name[2]) && r_name[3] == 0)
H A Dtc-mmix.c2924 if (ISDIGIT (s[0]) && s[1] == 'H' && ISSPACE (s[2]))
2996 || ! ISDIGIT (s[-2])))
3081 else if (ISDIGIT (c))
H A Dtc-vax.c1050 if (ISDIGIT (c2) && c1 == 'r')
1053 if (ISDIGIT (c3))
/haiku-buildtools/legacy/binutils/bfd/
H A Dbfd.c1051 if (ISDIGIT (digit))
H A Dstabs.c351 while (ISDIGIT (*str))
/haiku-buildtools/legacy/gcc/gcc/
H A Dcollect2.c2495 && e1[1] && ISDIGIT (e1[1]) && e2[1] && ISDIGIT (e2[1]))
2508 if (*e1 == '.' && e1[1] && ISDIGIT (e1[1]))
2517 if (*e2 == '.' && e2[1] && ISDIGIT (e2[1]))
H A Drtl.c640 while (ISDIGIT(*p))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dtop.c156 for (p = s; ISDIGIT (*p); ++p)
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dtypeck.c463 for ((*ptr)++; (*ptr) < limit && ISDIGIT (**ptr); ) (*ptr)++;
/haiku-buildtools/gcc/gcc/
H A Dsched-vis.c503 if (ISDIGIT (reg_names[REGNO (x)][0]))
H A Dpretty-print.c375 if (ISDIGIT (*p))
406 if (ISDIGIT (*p))
413 while (ISDIGIT (p[-1]));
422 if (ISDIGIT (*p))
583 if (ISDIGIT (*p))
H A Ddefaults.h89 if (i < thissize - 1 && ISDIGIT (p[i + 1])) \
H A Drecog.c1727 if (ISALPHA (p[0]) && ISDIGIT (p[1]))
1729 if (ISDIGIT (*p))
1798 while (ISDIGIT (*constraint));
/haiku-buildtools/binutils/bfd/
H A Dstabs.c354 while (ISDIGIT (*str))
/haiku-buildtools/binutils/binutils/
H A Drclex.c743 if (ISDIGIT (ch))
/haiku-buildtools/binutils/gprof/
H A Dcorefile.c425 else if (ISDIGIT (*name))
/haiku-buildtools/binutils/ld/
H A Dldwrite.c349 while (len && ISDIGIT (tname[len-1]))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c4723 if (!strict && ISDIGIT (*p))
4731 while (ISDIGIT (*p) || ((*p >= 'a') && (*p <= 'f'))
4734 if (ISDIGIT (*p))
4746 while (ISDIGIT (*p))
4798 else if (!ISDIGIT (*p))
4808 while (ISDIGIT (*p));
8242 && (ISDIGIT (dg) || (dg >= 'a' && dg <= 'f')
8246 if (ISDIGIT (dg))
H A Dtc-mmix.c2917 if (ISDIGIT (s[0]) && s[1] == 'H' && ISSPACE (s[2]))
2991 || ! ISDIGIT (s[-2])))
3076 else if (ISDIGIT (c))
H A Dtc-vax.c1047 if (ISDIGIT (c2) && c1 == 'r')
1050 if (ISDIGIT (c3))
/haiku-buildtools/binutils/gas/
H A Dread.c1200 if ((LOCAL_LABELS_DOLLAR || LOCAL_LABELS_FB) && ISDIGIT (next_char))
1213 while (ISDIGIT (*input_line_pointer))
1841 if (!ISDIGIT (*name))
1849 while (ISDIGIT (*input_line_pointer));
2909 if (!ISDIGIT (*name))
2917 while (ISDIGIT (*input_line_pointer));
5619 ISDIGIT (c) && i < 3;
5639 if (ISDIGIT (c))
/haiku-buildtools/legacy/binutils/gas/
H A Dsymbols.c1767 for (label_number = 0, p = s + index + 1; ISDIGIT (*p); ++p)
1777 for (instance_number = 0, p++; ISDIGIT (*p); ++p)

Completed in 205 milliseconds

123456789