Searched refs:IS_DIGIT (Results 1 – 9 of 9) sorted by relevance
33 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro71 if (!IS_ALPHA(c) && !IS_DIGIT(c) && c != '_') in strident_canon()
36 #define IS_DIGIT(x) ((x) >= '0' && (x) <= '9') macro96 if (IS_DIGIT(c)) in strtoint()109 if (IS_DIGIT(c)) in strtoint()
51 #define IS_DIGIT(c) \ macro67 if (IS_ALPHA(c) || IS_DIGIT(c) || c == '-' || c == '_' || in is_valid_ident()
135 #undef IS_DIGIT163 #define IS_DIGIT(c) isdigit((unsigned char)(c)) macro165 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
751 if (!IS_DIGIT(*p))758 if (!IS_DIGIT(*p))
168 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro1177 if (IS_DIGIT (peek) in d_prefix()1226 if (IS_DIGIT (peek)) in d_unqualified_name()1293 if (! IS_DIGIT (peek)) in d_number()1418 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name()1823 if (IS_DIGIT (peek_next) in cplus_demangle_type()2049 else if (IS_DIGIT (peek)) in d_array_type()2059 while (IS_DIGIT (peek)); in d_array_type()2514 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c)) in d_substitution()2523 if (IS_DIGIT (c)) in d_substitution()[all …]
3405 (IS_DIGIT): New macro.3406 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout
200 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro1223 if (IS_DIGIT (peek) in d_prefix()1272 if (IS_DIGIT (peek)) in d_unqualified_name()1339 if (! IS_DIGIT (peek)) in d_number()1464 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name()1869 if (IS_DIGIT (peek_next) in cplus_demangle_type()2095 else if (IS_DIGIT (peek)) in d_array_type()2105 while (IS_DIGIT (peek)); in d_array_type()2560 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c)) in d_substitution()2569 if (IS_DIGIT (c)) in d_substitution()[all …]
3603 (IS_DIGIT): New macro.3604 (IS_ALPHA): Likewise. Use IS_DIGIT and IS_ALPHA throughout