Home | History | Annotate | Download | only in m_demangle

Lines Matching refs:IS_UPPER

229 #define IS_UPPER(c) ((c) >= 'A' && (c) <= 'Z')
2528 || IS_UPPER (peek_next))
3836 if (c == '_' || IS_DIGIT (c) || IS_UPPER (c))
3849 else if (IS_UPPER (c))