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

123456789

/haiku-buildtools/binutils/gas/config/
H A Dobj-elf.c827 if (ISDIGIT (*str))
873 if (ISDIGIT (*str))
1032 if (push && ISDIGIT (*input_line_pointer))
1083 if (ISDIGIT (* input_line_pointer))
1593 if (ISDIGIT (*input_line_pointer))
H A Dtc-tic4x.c2802 if (c != '$' || ! ISDIGIT (input_line_pointer[0]))
2809 while (ISDIGIT (*s))
2833 if (name[0] == '$' && ISDIGIT (name[1]))
2839 while (ISDIGIT ((unsigned char) *s))
H A Dtc-tic30.c183 if (ISLOWER (c) || ISDIGIT (c))
196 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c))
199 if (ISDIGIT (c) || c == '-')
202 if (ISALPHA (c) || c == '_' || c == '.' || ISDIGIT (c))
H A Dtc-z8k.c65 if (ISDIGIT (c))
210 if (ISDIGIT (src[1]))
H A Dtc-hppa.c2043 if (!strict && ISDIGIT (*p))
2051 while (ISDIGIT (*p) || ((*p >= 'a') && (*p <= 'f'))
2054 if (ISDIGIT (*p))
2066 while (ISDIGIT (*p))
2118 else if (!ISDIGIT (*p))
2128 while (ISDIGIT (*p));
8084 && (ISDIGIT (dg) || (dg >= 'a' && dg <= 'f')
8088 if (ISDIGIT (dg))
H A Dtc-xgate.c1133 if (ISDIGIT (c) || (c == 's'))
1259 if (ISDIGIT (*op_constraint))
H A Dtc-v850.c1074 if (ISDIGIT (*input_line_pointer))
1133 if (ISDIGIT (*input_line_pointer))
1183 if (ISDIGIT (*input_line_pointer))
1233 if (ISDIGIT (*input_line_pointer))
1281 if (ISDIGIT (*input_line_pointer))
/haiku-buildtools/legacy/gcc/gcc/
H A Dmips-tfile.c2969 if (ISDIGIT (ch) || ch == '-' || ch == '+')
3025 if (ISDIGIT (ch) || ch == '-' || ch == '+')
3099 if (ISDIGIT (ch) || ch == '-' || ch == '+')
3653 if (!ISDIGIT (*rest))
3673 if (p[0] != ',' || p[1] != '0' || p[2] != ',' || !ISDIGIT (p[3]))
3681 if (p[-1] != ',' || ISDIGIT (ch) || !IS_ASM_IDENT (ch))
3723 for (; ISDIGIT (*p); p++)
3727 for (; ISDIGIT (*p); p++)
3739 if (ISDIGIT (ch) || ch == '-')
3807 if (((!ISDIGIT (*end_p
[all...]
H A Dc-common.c1467 while (ISDIGIT (*format_chars))
1490 while (ISDIGIT ((unsigned char) *format_chars))
1591 while (ISDIGIT (*format_chars))
1601 if (*format_chars != '*' && !ISDIGIT (*format_chars))
1626 while (ISDIGIT (*format_chars))
H A Dgcc.c2968 && ISDIGIT (value[len - 2])
3017 while (! ISDIGIT (*v))
3024 while (ISDIGIT (*v))
3031 while (ISDIGIT (*v))
4263 while (! ISDIGIT (*v))
4272 while (ISDIGIT (*v))
4281 while (ISDIGIT (*q))
/haiku-buildtools/gcc/fixincludes/
H A Dfixfixes.c198 if (! ISDIGIT ( c ))
757 if (! ISDIGIT ( *pz ))
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic30.c185 if (ISLOWER (c) || ISDIGIT (c))
198 if (ISUPPER (c) || ISLOWER (c) || ISDIGIT (c))
201 if (ISDIGIT (c) || c == '-')
204 if (ISALPHA (c) || c == '_' || c == '.' || ISDIGIT (c))
H A Dtc-tic4x.c2933 if (c != '$' || ! ISDIGIT (input_line_pointer[0]))
2940 while (ISDIGIT (*s))
2965 if (name[0] == '$' && ISDIGIT (name[1]))
2971 while (ISDIGIT ((unsigned char) *s))
H A Dtc-avr.c660 if (ISDIGIT (r_name[1]))
665 && ISDIGIT (r_name[2])
H A Dtc-z8k.c68 if (ISDIGIT (c))
205 if (ISDIGIT (src[1]))
H A Dtc-mips.c8439 if (s[0] == '$' && ISDIGIT (s[1]))
8449 while (ISDIGIT (*s));
8600 if (ISDIGIT (s[1]))
8610 while (ISDIGIT (*s));
8812 if ((s[0] == '$' && s[1] == 'f' && ISDIGIT (s[2]))
8814 && ISDIGIT (s[2])))
8824 while (ISDIGIT (*s));
9240 while (ISDIGIT (*s));
9263 if (ISDIGIT (*s))
9272 while (ISDIGIT (*
[all...]
/haiku-buildtools/legacy/binutils/ld/
H A Dldwrite.c329 while (len && ISDIGIT (tname[len-1]))
H A Ddeffilep.y980 if (ISDIGIT (c))
1008 else if (ISDIGIT (c)) /* '@' followed by digit. */
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixfixes.c205 if (! ISDIGIT ( c ))
762 if (! ISDIGIT ( *pz ))
/haiku-buildtools/gcc/gcc/
H A Dlanghooks.c724 && (lang_hooks.name[5] == '\0' || ISDIGIT (lang_hooks.name[5])));
H A Dgenoutput.c820 else if (ISDIGIT (c))
825 while (ISDIGIT (*q));
H A Dread-rtl.c725 while (ISDIGIT (*p))
807 if (! ISDIGIT (*cp))
/haiku-buildtools/binutils/bfd/
H A Darchures.c1171 while (ISDIGIT (*ptr_src))
/haiku-buildtools/binutils/ld/
H A Ddeffilep.y1344 if (ISDIGIT (c))
1372 else if (ISDIGIT (c)) /* '@' followed by digit. */
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dlex.c3581 if (ISDIGIT (c1))
3689 if (p == token_buffer + 2 && !ISDIGIT (c))
3714 if (ISDIGIT (c))
3796 if (! ISDIGIT (c))
3798 while (ISDIGIT (c))

Completed in 283 milliseconds

123456789