Searched refs:IS_DIGIT (Results 1 – 3 of 3) sorted by relevance
36 #undef IS_DIGIT39 #define IS_DIGIT(c) isdigit((unsigned char)(c)) macro
168 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro1174 if (IS_DIGIT (peek) in d_prefix()1219 if (IS_DIGIT (peek)) in d_unqualified_name()1273 if (! IS_DIGIT (peek)) in d_number()1398 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name()1804 if (IS_DIGIT (peek_next) in cplus_demangle_type()2030 else if (IS_DIGIT (peek)) in d_array_type()2040 while (IS_DIGIT (peek)); in d_array_type()2484 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c)) in d_substitution()2493 if (IS_DIGIT (c)) in d_substitution()[all …]
3309 (IS_DIGIT): New macro.3310 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout