| /openbsd/src/gnu/gcc/libstdc++-v3/src/ |
| D | istream-inst.cc | 41 template istream& ws(istream&); 42 template istream& operator>>(istream&, char&); 43 template istream& operator>>(istream&, unsigned char&); 44 template istream& operator>>(istream&, signed char&); 45 template istream& operator>>(istream&, char*); 46 template istream& operator>>(istream&, unsigned char*); 47 template istream& operator>>(istream&, signed char*); 49 template istream& operator>>(istream&, _Setfill<char>); 50 template istream& operator>>(istream&, _Setiosflags); 51 template istream& operator>>(istream&, _Resetiosflags); [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/src/ |
| D | istream-inst.cc | 42 template istream& ws(istream&); 43 template istream& operator>>(istream&, char&); 44 template istream& operator>>(istream&, unsigned char&); 45 template istream& operator>>(istream&, signed char&); 46 template istream& operator>>(istream&, char*); 47 template istream& operator>>(istream&, unsigned char*); 48 template istream& operator>>(istream&, signed char*); 50 template istream& operator>>(istream&, _Setfill<char>); 51 template istream& operator>>(istream&, _Setiosflags); 52 template istream& operator>>(istream&, _Resetiosflags); [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | p811.C | 146 friend class istream; member 279 class istream; class ostream; variable 280 typedef istream& (*__imanip)(istream&); 283 extern istream& ws(istream& ins); 334 class istream : public ios 338 istream(); 339 istream(streambuf* sb, ostream*tied=__null ); 340 ~istream(); 342 istream& get(char& c); 343 istream& get(unsigned char& c); [all …]
|
| D | p784.C | 477 friend class istream; member 604 class istream; class ostream; variable 605 typedef istream& (*__imanip)(istream&); 608 extern istream& ws(istream& ins); 658 class istream : public ios 662 istream(); 663 istream(streambuf* sb, ostream*tied=(__null) ); 664 ~istream(); 666 istream& get(char& c); 667 istream& get(unsigned char& c); [all …]
|
| /openbsd/src/usr.bin/make/ |
| D | lowparse.c | 151 struct input_stream *istream; in new_input_file() local 153 istream = emalloc(sizeof(*istream)); in new_input_file() 154 istream->origin.fname = simplify(name); in new_input_file() 156 istream->str = NULL; in new_input_file() 158 istream->origin.lineno = 0; in new_input_file() 159 istream->F = stream; in new_input_file() 160 istream->ptr = istream->end = NULL; in new_input_file() 161 return istream; in new_input_file() 165 free_input_stream(struct input_stream *istream) in free_input_stream() argument 167 if (istream->F) { in free_input_stream() [all …]
|
| /openbsd/src/usr.bin/lex/ |
| D | FlexLexer.h | 75 yy_create_buffer( FLEX_STD istream* s, int size ) = 0; 77 virtual void yyrestart( FLEX_STD istream* s ) = 0; 82 int yylex( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ) 90 virtual void switch_streams( FLEX_STD istream* new_in = 0, 120 yyFlexLexer( FLEX_STD istream* arg_yyin = 0, FLEX_STD ostream* arg_yyout = 0 ); 125 struct yy_buffer_state* yy_create_buffer( FLEX_STD istream* s, int size ); 127 void yyrestart( FLEX_STD istream* s ); 133 virtual void switch_streams( FLEX_STD istream* new_in, FLEX_STD ostream* new_out = 0 ); 145 void yy_init_buffer( struct yy_buffer_state* b, FLEX_STD istream* s ); 160 FLEX_STD istream* yyin; // input source for default LexerInput
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| D | istream_sentry.cc | 44 std::istream istr01(&strbuf01); in test01() 45 std::istream istr02(&strbuf02); in test01() 48 std::istream::sentry sentry01(istr01); in test01() 51 std::istream::sentry sentry02(istr01, true); in test01() 55 std::istream::sentry sentry03(istr02); in test01() 58 std::istream::sentry sentry04(istr02, true); in test01()
|
| D | istream_seeks.cc | 129 typedef std::istream::off_type off_type; in test04() 132 std::istream::pos_type pos01, pos02, pos03, pos04, pos05, pos06; in test04() 143 std::istream is01(if01.rdbuf()); in test04() 144 std::istream is02(if02.rdbuf()); in test04() 145 std::istream is03(if03.rdbuf()); in test04() 240 typedef std::istream::off_type off_type; in test05() 243 std::istream::pos_type pos01, pos02, pos03, pos04, pos05, pos06; in test05() 260 std::istream is01(&strbuf01); in test05() 261 std::istream is02(&strbuf02); in test05() 262 std::istream is03(&strbuf03); in test05() [all …]
|
| D | istream_extractor_other.cc | 48 std::istream is_00(NULL); in test01() 49 std::istream is_01(&isbuf_01); in test01() 50 std::istream is_02(&isbuf_02); in test01() 51 std::istream is_03(&isbuf_03); in test01() 52 std::istream is_04(&isbuf_04); in test01() 53 std::istream is_05(&isbuf_05); in test01() 162 std::istream is(&fbin); in test02()
|
| D | istream_extractor_char.cc | 36 std::istream is_01(NULL); in test01() 37 std::istream is_02(&isbuf_02); in test01() 66 std::istream::int_type int1 = is_02.peek(); // should be ' ' in test01() 136 std::istream is_03(&isbuf_03); in test01() 137 std::istream is_04(&isbuf_04); in test01() 166 std::istream is_01(NULL); in test02() 167 std::istream is_02(&isbuf_02); in test02()
|
| D | ostream_seeks.cc | 73 std::istream::pos_type pos01, pos02, pos03, pos04, pos05, pos06; 84 std::istream is01(if01.rdbuf()); 85 std::istream is02(if02.rdbuf()); 86 std::istream is03(if03.rdbuf()); 186 std::istream::pos_type pos01, pos02, pos03, pos04, pos05, pos06; 203 std::istream is01(&strbuf01); 204 std::istream is02(&strbuf02); 205 std::istream is03(&strbuf03);
|
| D | istream_unformatted.cc | 44 std::istream is_00(NULL); in test01() 45 std::istream is_03(&isbuf_03); in test01() 46 std::istream is_04(&isbuf_04); in test01() 157 std::istream is_00(NULL); in test02() 158 std::istream is_04(&sbuf_04); in test02() 252 std::istream is_00(NULL); in test03() 253 std::istream is_04(&sbuf_04); in test03() 254 std::istream is_05(&sbuf_05); in test03() 343 std::istream is_00(&isbuf_00); in test04() 388 std::istream ifs(&sb); in test05() [all …]
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | istream.tcc | 997 extern template istream& ws(istream&); 998 extern template istream& operator>>(istream&, char&); 999 extern template istream& operator>>(istream&, char*); 1000 extern template istream& operator>>(istream&, unsigned char&); 1001 extern template istream& operator>>(istream&, signed char&); 1002 extern template istream& operator>>(istream&, unsigned char*); 1003 extern template istream& operator>>(istream&, signed char*); 1005 extern template istream& istream::_M_extract(unsigned short&); 1006 extern template istream& istream::_M_extract(unsigned int&); 1007 extern template istream& istream::_M_extract(long&); [all …]
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/ |
| D | 10.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04); 49 std::istream is_01(&isbuf_01); in test10() 75 std::istream is_02(&isbuf_02); in test10() 88 std::istream is_03(&isbuf_03); in test10() 109 std::istream is_04(&isbuf_04); in test10() 125 std::istream is_05(&isbuf_05); in test10()
|
| D | 03.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04); 49 std::istream istr(&sbuf); in test03()
|
| D | 02.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04); 52 std::istream is(&strb_01); in test02()
|
| D | 09.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04); 52 std::istream is(&sb); in test09()
|
| D | 12.cc | 45 std::istream is_01(NULL); 46 std::istream is_02(&isbuf_02); 47 std::istream is_03(&isbuf_03); 48 std::istream is_04(&isbuf_04); 71 std::istream is(&sb); in test12_aux()
|
| D | 11.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04);
|
| D | 13.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04);
|
| D | 06.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04);
|
| D | 08.cc | 40 std::istream is_01(NULL); 41 std::istream is_02(&isbuf_02); 42 std::istream is_03(&isbuf_03); 43 std::istream is_04(&isbuf_04);
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/ |
| D | std_iomanip.h | 276 extern template istream& operator>>(istream&, _Setfill<char>); 277 extern template istream& operator>>(istream&, _Setiosflags); 278 extern template istream& operator>>(istream&, _Resetiosflags); 279 extern template istream& operator>>(istream&, _Setbase); 280 extern template istream& operator>>(istream&, _Setprecision); 281 extern template istream& operator>>(istream&, _Setw);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/std/ |
| D | std_iomanip.h | 275 extern template istream& operator>>(istream&, _Setfill<char>); 276 extern template istream& operator>>(istream&, _Setiosflags); 277 extern template istream& operator>>(istream&, _Resetiosflags); 278 extern template istream& operator>>(istream&, _Setbase); 279 extern template istream& operator>>(istream&, _Setprecision); 280 extern template istream& operator>>(istream&, _Setw);
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | iostream | 17 #include <istream> 23 extern istream cin; 44 #include <istream> 54 extern _LIBCPP_FUNC_VIS istream cin;
|