Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dcp-demangle.c203 #define IS_LOWER(c) ((c) >= 'a' && (c) <= 'z') macro
1178 && (IS_LOWER (d_peek_next_char (di)) in cplus_demangle_mangled_name()
1487 || IS_LOWER (peek) in d_prefix()
1548 else if (IS_LOWER (peek)) in d_unqualified_name()
3548 if (*pend == '.' && (IS_LOWER (pend[1]) || pend[1] == '_')) in d_clone_suffix()
3551 while (IS_LOWER (*pend) || *pend == '_') in d_clone_suffix()
5005 if (IS_LOWER (op->name[0])) in d_print_comp_inner()
DChangeLog3305 * cp-demangle.c (IS_UPPER, IS_LOWER): Define.