Searched refs:peek_next (Results 1 – 1 of 1) sorted by relevance
2523 char peek_next; in cplus_demangle_type() local2525 peek_next = d_peek_next_char (di); in cplus_demangle_type()2526 if (IS_DIGIT (peek_next) in cplus_demangle_type()2527 || peek_next == '_' in cplus_demangle_type()2528 || IS_UPPER (peek_next)) in cplus_demangle_type()