Searched refs:IS_UPPER (Results 1 – 2 of 2) sorted by relevance
202 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z') macro2416 || 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()
3305 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.