Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_demangle/
Dcp-demangle.c230 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1247 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()
1556 || IS_LOWER (peek) in d_prefix()
1617 else if (IS_LOWER (peek)) in d_unqualified_name()
3752 if (*pend == '.' && (IS_LOWER (pend[1]) || pend[1] == '_')) in d_clone_suffix()
3755 while (IS_LOWER (*pend) || *pend == '_') in d_clone_suffix()
5330 if (IS_LOWER (op->name[0])) in d_print_comp_inner()