Searched refs:setstate (Results 1 - 25 of 31) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/
H A D2.cc31 stream.setstate(ios_base::failbit);
43 stream.setstate(ios_base::goodbit);
/haiku-buildtools/legacy/gcc/libio/
H A Dsbscan.cc35 stream->setstate((ios::iostate)errcode);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/wchar_t/
H A D51288.cc37 oss.setstate(std::ios_base::failbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/extended/put_money/char/
H A D51288.cc37 oss.setstate(std::ios_base::failbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/
H A D2.cc38 io_->setstate (std::ios::failbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/
H A D2.cc36 io_->setstate (std::wios::failbit);
/haiku-buildtools/gcc/gmp/cxx/
H A Dismpznw.cc59 i.setstate(ios::failbit); // read failed
H A Dismpf.cc130 i.setstate(ios::failbit); // read failed
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/flush/char/
H A D2.cc51 os.setstate(std::ios_base::eofbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/flush/wchar_t/
H A D2.cc49 os.setstate(std::ios_base::eofbit);
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dzfstream.cc402 this->setstate(std::ios_base::failbit);
413 this->setstate(std::ios_base::failbit);
423 this->setstate(std::ios_base::failbit);
457 this->setstate(std::ios_base::failbit);
468 this->setstate(std::ios_base::failbit);
478 this->setstate(std::ios_base::failbit);
/haiku-buildtools/binutils/zlib/contrib/iostream3/
H A Dzfstream.cc402 this->setstate(std::ios_base::failbit);
413 this->setstate(std::ios_base::failbit);
423 this->setstate(std::ios_base::failbit);
457 this->setstate(std::ios_base::failbit);
468 this->setstate(std::ios_base::failbit);
478 this->setstate(std::ios_base::failbit);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h52 __out.setstate(__ios_base::badbit);
68 __out.setstate(__ios_base::badbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/assign/
H A D1.cc60 s1.setstate(std::ios::failbit);
90 s1.setstate(std::ios::failbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/copyfmt/char/
H A D2.cc44 ios_02.setstate(ios_base::badbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/char/
H A D5.cc70 os.setstate(std::ios_base::eofbit);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_other/wchar_t/
H A D5.cc68 os.setstate(std::ios_base::eofbit);
/haiku-buildtools/gcc/libcilkrts/include/cilk/
H A Dreducer_ostream.h184 Base::setstate(os.rdstate()); // Copy error state
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Distream-string.cc116 __in.setstate(__err);
200 __in.setstate(__err);
285 __in.setstate(__err);
H A Distream.cc106 this->setstate(__err);
190 this->setstate(__err);
272 __in.setstate(__err);
348 this->setstate(__err);
432 this->setstate(__err);
/haiku-buildtools/binutils/libiberty/
H A Drandom.c43 @deftypefnx Supplement void* setstate (void *@var{arg_state})
49 run of the program). @code{initstate} and @code{setstate} allow fine-grained
93 calling the setstate() function with the same array as was initiallized
103 information also has some other information stored in it; see setstate
255 lose this information and will be able to restart with setstate.
257 setstate so that it doesn't matter when initstate is called.
322 to the order in which things are done, it is OK to call setstate with the
327 setstate (PTR arg_state)
324 setstate (PTR arg_state) function
/haiku-buildtools/gcc/libiberty/
H A Drandom.c43 @deftypefnx Supplement void* setstate (void *@var{arg_state})
49 run of the program). @code{initstate} and @code{setstate} allow fine-grained
93 calling the setstate() function with the same array as was initiallized
103 information also has some other information stored in it; see setstate
255 lose this information and will be able to restart with setstate.
257 setstate so that it doesn't matter when initstate is called.
322 to the order in which things are done, it is OK to call setstate with the
327 setstate (PTR arg_state)
324 setstate (PTR arg_state) function
/haiku-buildtools/legacy/binutils/libiberty/
H A Drandom.c42 @deftypefnx Supplement void* setstate (void *@var{arg_state})
48 run of the program). @code{initstate} and @code{setstate} allow fine-grained
92 calling the setstate() function with the same array as was initiallized
102 information also has some other information stored in it; see setstate
254 lose this information and will be able to restart with setstate.
256 setstate so that it doesn't matter when initstate is called.
321 to the order in which things are done, it is OK to call setstate with the
326 setstate (PTR arg_state)
323 setstate (PTR arg_state) function
/haiku-buildtools/legacy/gcc/libiberty/
H A Drandom.c61 calling the setstate() function with the same array as was initiallized
71 information also has some other information stored in it; see setstate
224 lose this information and will be able to restart with setstate.
226 setstate so that it doesn't matter when initstate is called.
294 to the order in which things are done, it is OK to call setstate with the
299 setstate (arg_state)
296 setstate (arg_state) function
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.cc445 is.setstate (ios::eofbit);
461 is.setstate (ios::failbit);
488 is.setstate (_count == 0
503 is.setstate (ios::failbit);

Completed in 270 milliseconds

12