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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dcp-demangle.h135 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
H A Dcp-demangle.c1578 c1 = d_next_char (di);
1579 c2 = d_next_char (di);
1643 if (d_next_char (di) != '_')
1734 switch (d_next_char (di))
1804 switch (d_next_char (di))
1845 c = d_next_char (di);
2160 peek = d_next_char (di);
2168 if (ret && d_next_char (di) != 'E')
2220 peek = d_next_char (di);
3121 c = d_next_char (d
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dcp-demangle.h135 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
H A Dcp-demangle.c1578 c1 = d_next_char (di);
1579 c2 = d_next_char (di);
1643 if (d_next_char (di) != '_')
1734 switch (d_next_char (di))
1804 switch (d_next_char (di))
1845 c = d_next_char (di);
2158 peek = d_next_char (di);
2166 if (ret && d_next_char (di) != 'E')
2218 peek = d_next_char (di);
3113 c = d_next_char (d
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dcp-demangle.h129 #define d_next_char(di) (*((di)->n++)) macro
H A Dcp-demangle.c916 if (d_next_char (di) != '_')
918 if (d_next_char (di) != 'Z')
1126 if (d_next_char (di) != 'N')
1137 if (d_next_char (di) != 'E')
1396 c1 = d_next_char (di);
1397 c2 = d_next_char (di);
1455 c = d_next_char (di);
1458 switch (d_next_char (di))
1505 if (d_next_char (di) != '_')
1528 switch (d_next_char (d
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dcp-demangle.h136 #define d_next_char(di) (d_peek_char(di) == '\0' ? '\0' : *((di)->n++)) macro
H A Dcp-demangle.c1590 c1 = d_next_char (di);
1591 c2 = d_next_char (di);
1655 if (d_next_char (di) != '_')
1746 switch (d_next_char (di))
1816 switch (d_next_char (di))
1857 c = d_next_char (di);
2172 peek = d_next_char (di);
2180 if (ret && d_next_char (di) != 'E')
2232 peek = d_next_char (di);
3133 c = d_next_char (d
[all...]

Completed in 137 milliseconds