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

123456789

/haiku-buildtools/gcc/gcc/
H A Dgengtype.c2121 else if (ISDIGIT (pt[1]))
H A Dvarasm.c917 if (! ISDIGIT (asmspec[i]))
H A Ddwarf2out.c19816 && ISDIGIT (language_string[5]))
/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c357 if (!ISDIGIT (c))
371 if (!ISDIGIT (c))
4193 if (ISALPHA (c) || ISDIGIT (c))
H A Dmodule.c1188 if (!ISDIGIT (c))
H A Ddecl.c5999 if (ISDIGIT (*p))
/haiku-buildtools/binutils/bfd/
H A Dpdp11.c4362 while (ISDIGIT (*s))
H A Delf.c8497 if (name[0] == 'L' && ISDIGIT (name[1]))
8519 if (! ISDIGIT (c))
H A Daoutx.h5197 while (ISDIGIT (*s))
H A Delflink.c5191 (stab->name[5] == '.' && ISDIGIT (stab->name[6])))
/haiku-buildtools/binutils/binutils/
H A Ddlltool.c2295 if (p && ISDIGIT (p[1]))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c1754 if (!ISDIGIT ((unsigned char) *input_line_pointer))
1762 while (ISDIGIT ((int) *input_line_pointer))
H A Dtc-arm.c933 while (ISALPHA (*p) || ISDIGIT (*p) || *p == '_');
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c1880 if (!ISDIGIT ((unsigned char) *input_line_pointer))
1888 while (ISDIGIT ((int) *input_line_pointer))
H A Dtc-i386.c2662 if (ISDIGIT (c))
2684 if (ISALPHA (c) || ISDIGIT (c))
H A Dtc-metag.c5974 if (ISDIGIT (c))
H A Dtc-arm.c1249 while (ISALPHA (*p) || ISDIGIT (*p) || *p == '_');
1356 if (ISDIGIT (*ptr))
1379 if (thistype == NT_float && !ISDIGIT (*ptr))
/haiku-buildtools/legacy/binutils/bfd/
H A Daoutx.h5060 while (ISDIGIT (*s))
H A Delflink.c4455 (stab->name[5] == '.' && ISDIGIT (stab->name[6])))
/haiku-buildtools/legacy/gcc/gcc/config/mips/
H A Dmips.c4063 else if (ISDIGIT (*mips_isa_string))
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dexpr.c9544 if (! ISDIGIT (*p))

Completed in 841 milliseconds

123456789