Home
last modified time | relevance | path

Searched refs:IS_DIGIT (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dcp-demangle.c172 #define IS_DIGIT(c) ((c) >= '0' && (c) <= '9') macro
1178 if (IS_DIGIT (peek) in d_prefix()
1223 if (IS_DIGIT (peek)) in d_unqualified_name()
1277 if (! IS_DIGIT (peek)) in d_number()
1402 if (c1 == 'v' && IS_DIGIT (c2)) in d_operator_name()
1808 if (IS_DIGIT (peek_next) in cplus_demangle_type()
2025 else if (IS_DIGIT (peek)) in d_array_type()
2035 while (IS_DIGIT (peek)); in d_array_type()
2479 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c)) in d_substitution()
2488 if (IS_DIGIT (c)) in d_substitution()
[all …]