Searched refs:d_next_char (Results 1 – 2 of 2) sorted by relevance
142 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
1857 c1 = d_next_char (di); in d_operator_name()1858 c2 = d_next_char (di); in d_operator_name()1934 if (d_next_char (di) != '_') in d_java_resource()2027 switch (d_next_char (di)) in d_special_name()2105 switch (d_next_char (di)) in d_special_name()2122 switch (d_next_char (di)) in d_special_name()2166 c = d_next_char (di); in d_call_offset()2595 peek = d_next_char (di); in cplus_demangle_type()2603 if (ret && d_next_char (di) != 'E') in cplus_demangle_type()2666 peek = d_next_char (di); in cplus_demangle_type()[all …]