Searched refs:d_next_char (Results 1 - 4 of 4) sorted by relevance

/external/gcc-demangle/
H A Dcp-demangle.h136 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
H A Dcp-demangle.c1592 c1 = d_next_char (di);
1593 c2 = d_next_char (di);
1657 if (d_next_char (di) != '_')
1748 switch (d_next_char (di))
1818 switch (d_next_char (di))
1859 c = d_next_char (di);
2174 peek = d_next_char (di);
2182 if (ret && d_next_char (di) != 'E')
2234 peek = d_next_char (di);
3135 c = d_next_char (d
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.h136 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
H A Dcp-demangle.c1640 c1 = d_next_char (di);
1641 c2 = d_next_char (di);
1705 if (d_next_char (di) != '_')
1798 switch (d_next_char (di))
1868 switch (d_next_char (di))
1885 switch (d_next_char (di))
1929 c = d_next_char (di);
2250 peek = d_next_char (di);
2258 if (ret && d_next_char (di) != 'E')
2310 peek = d_next_char (d
[all...]

Completed in 65 milliseconds