Searched refs:ios_base (Results 1 - 25 of 1320) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/headers/ios/
H A Dsynopsis.cc29 class ios_base;
34 ios_base& boolalpha (ios_base& str);
35 ios_base& noboolalpha(ios_base& str);
36 ios_base& showbase (ios_base& str);
37 ios_base& noshowbase (ios_base& str);
38 ios_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/
H A Dcase_label.cc28 typedef std::ios_base::fmtflags bitmask_type;
35 case std::ios_base::boolalpha:
37 case std::ios_base::dec:
39 case std::ios_base::fixed:
41 case std::ios_base::hex:
43 case std::ios_base::internal:
45 case std::ios_base::left:
47 case std::ios_base::oct:
49 case std::ios_base::right:
51 case std::ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/
H A Dcase_label.cc38 typedef std::ios_base::fmtflags bitmask_type;
45 case std::ios_base::boolalpha:
47 case std::ios_base::dec:
49 case std::ios_base::fixed:
51 case std::ios_base::hex:
53 case std::ios_base::internal:
55 case std::ios_base::left:
57 case std::ios_base::oct:
59 case std::ios_base::right:
61 case std::ios_base
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/src/
H A Dios.cc36 // Definitions for static const members of ios_base.
37 const ios_base::fmtflags ios_base::boolalpha;
38 const ios_base::fmtflags ios_base::dec;
39 const ios_base::fmtflags ios_base::fixed;
40 const ios_base::fmtflags ios_base::hex;
41 const ios_base
76 ios_base::ios_base() throw() function in class:ios_base
[all...]
H A Dios_failure.cc27 // ISO C++ 14882: 27.4.2.1.1 Class ios_base::failure
34 ios_base::failure::failure(const string& __str) throw()
37 ios_base::failure::~failure() throw()
41 ios_base::failure::what() const throw()
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A Dios.cc41 // Definitions for static const members of ios_base.
42 const ios_base::fmtflags ios_base::boolalpha;
43 const ios_base::fmtflags ios_base::dec;
44 const ios_base::fmtflags ios_base::fixed;
45 const ios_base::fmtflags ios_base::hex;
46 const ios_base
81 ios_base::ios_base() function in class:std::ios_base
[all...]
H A Dios_failure.cc32 // ISO C++ 14882: 27.4.2.1.1 Class ios_base::failure
39 ios_base::failure::failure(const string& __str) throw()
42 ios_base::failure::~failure() throw()
46 ios_base::failure::what() const throw()
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/
H A Dcase_label.cc38 typedef std::ios_base::openmode bitmask_type;
45 case std::ios_base::app:
47 case std::ios_base::ate:
49 case std::ios_base::binary:
51 case std::ios_base::in:
53 case std::ios_base::out:
55 case std::ios_base::trunc:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/
H A Dcase_label.cc28 typedef std::ios_base::seekdir test_type;
35 case std::ios_base::beg:
37 case std::ios_base::cur:
39 case std::ios_base::end:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/types/seekdir/
H A Dcase_label.cc38 typedef std::ios_base::seekdir test_type;
45 case std::ios_base::beg:
47 case std::ios_base::cur:
49 case std::ios_base::end:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/
H A Dcase_label.cc28 typedef std::ios_base::openmode bitmask_type;
35 case std::ios_base::app:
37 case std::ios_base::ate:
39 case std::ios_base::binary:
41 case std::ios_base::in:
43 case std::ios_base::out:
45 case std::ios_base::trunc:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/
H A Dcase_label.cc28 typedef std::ios_base::iostate bitmask_type;
35 case std::ios_base::goodbit:
37 case std::ios_base::badbit:
39 case std::ios_base::eofbit:
41 case std::ios_base::failbit:
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/
H A Dcase_label.cc38 typedef std::ios_base::iostate bitmask_type;
45 case std::ios_base::goodbit:
47 case std::ios_base::badbit:
49 case std::ios_base::eofbit:
51 case std::ios_base::failbit:
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dpr38706.C5 class ios_base class
8 virtual ~ios_base ();
12 class istrstream:virtual public ios_base
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lto/
H A D20080916_0.C6 class ios_base { class
11 ios_base& g() {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/types/
H A D1.cc27 typedef std::ios_base::streampos streampos_type;
28 typedef std::ios_base::streamoff streamoff_type;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/types/
H A D1.cc28 typedef std::ios_base::streampos streampos_type;
29 typedef std::ios_base::streamoff streamoff_type;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/
H A D12297.cc28 stream.exceptions(ios_base::eofbit);
35 catch (ios_base::failure&)
37 VERIFY( stream.rdstate() == (ios_base::eofbit | ios_base::failbit) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/
H A D12297.cc28 stream.exceptions(ios_base::eofbit);
35 catch (ios_base::failure&)
37 VERIFY( stream.rdstate() == (ios_base::eofbit | ios_base::failbit) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D16959.cc18 // 27.4.2.4 ios_base static members
25 std::ios_base::sync_with_stdio(false);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/
H A D12297.cc37 stream.exceptions(ios_base::eofbit);
44 catch (ios_base::failure&)
46 VERIFY( stream.rdstate() == (ios_base::eofbit | ios_base::failbit) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/
H A D12297.cc37 stream.exceptions(ios_base::eofbit);
44 catch (ios_base::failure&)
46 VERIFY( stream.rdstate() == (ios_base::eofbit | ios_base::failbit) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D16959.cc19 // 27.4.2.4 ios_base static members
26 std::ios_base::sync_with_stdio(false);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/
H A D1.cc31 typedef std::ios_base::fmtflags fmtflags;
32 typedef std::ios_base::iostate iostate;
33 using std::ios_base;
39 VERIFY( ios_01.exceptions() == std::ios_base::goodbit );
46 ios_01.exceptions(std::ios_base::eofbit);
52 VERIFY( static_cast<bool>(iostate02 & std::ios_base::eofbit) );
57 ios_01.clear(std::ios_base::eofbit);
59 ios_01.exceptions(std::ios_base::eofbit);
62 catch(std::ios_base::failure& fail) {
64 VERIFY( static_cast<bool>(iostate02 & std::ios_base
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_ios/exceptions/char/
H A D1.cc40 typedef std::ios_base::fmtflags fmtflags;
41 typedef std::ios_base::iostate iostate;
42 using std::ios_base;
48 VERIFY( ios_01.exceptions() == std::ios_base::goodbit );
55 ios_01.exceptions(std::ios_base::eofbit);
61 VERIFY( static_cast<bool>(iostate02 & std::ios_base::eofbit) );
66 ios_01.clear(std::ios_base::eofbit);
68 ios_01.exceptions(std::ios_base::eofbit);
71 catch(std::ios_base::failure& fail) {
73 VERIFY( static_cast<bool>(iostate02 & std::ios_base
[all...]

Completed in 266 milliseconds

1234567891011>>