Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dcp-demangle.c202 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') macro
2416 || IS_UPPER (peek_next)) in cplus_demangle_type()
3632 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c)) in d_substitution()
3645 else if (IS_UPPER (c)) in d_substitution()
DChangeLog3305 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.