Searched refs:istream_type (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstream_iterator.h55 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
58 istream_type* _M_stream;
71 istream_iterator(istream_type& __s)
H A Dstreambuf_iterator.h70 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
130 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstream_iterator.h59 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istream_iterator
62 istream_type* _M_stream;
76 istream_iterator(istream_type& __s)
H A Dstreambuf_iterator.h73 typedef basic_istream<_CharT, _Traits> istream_type; typedef in class:istreambuf_iterator
132 istreambuf_iterator(istream_type& __s) _GLIBCXX_USE_NOEXCEPT
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresrc.c134 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon171
316 if (istream_type == ISTREAM_FILE)
470 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
573 if (istream_type == ISTREAM_FILE)
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresrc.c134 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon282
316 if (istream_type == ISTREAM_FILE)
476 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
579 if (istream_type == ISTREAM_FILE)
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresrc.c133 static enum {ISTREAM_PIPE, ISTREAM_FILE} istream_type; variable in typeref:enum:__anon760
315 if (istream_type == ISTREAM_FILE)
473 istream_type = (use_temp_file) ? ISTREAM_FILE : ISTREAM_PIPE;
577 if (istream_type == ISTREAM_FILE)

Completed in 404 milliseconds