Searched refs:skipws (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dios_locale.cc43 _M_flags = skipws | dec;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D41037.cc27 VERIFY( std::cerr.flags() & std::ios_base::skipws );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D41037.cc27 VERIFY( std::wcerr.flags() & std::ios_base::skipws );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A D1.cc42 setiosflags(ios_base::skipws);
43 iss >> setiosflags(ios_base::skipws);
45 oss << setiosflags(ios_base::skipws);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/
H A D1.cc42 setiosflags(ios_base::skipws);
43 iss >> setiosflags(ios_base::skipws);
45 oss << setiosflags(ios_base::skipws);
/haiku-buildtools/gcc/gmp/cxx/
H A Dismpz.cc38 if (i.flags() & ios::skipws) // skip initial whitespace
H A Dismpf.cc61 if (i.flags() & ios::skipws) // skip initial whitespace
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Denum2.C14 enum { skipws=01, left=02, right=04, internal=010, enumerator in enum:ios::__anon1232
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dtypedef03.C13 skipws = 0x0001, enumerator in enum:QTextStream::__anon1193
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/char/
H A D2.cc46 is.unsetf(std::ios_base::skipws);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_other/wchar_t/
H A D2.cc42 is.unsetf(std::ios_base::skipws);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/
H A Dcase_label.cc59 case std::ios_base::skipws:
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/headers/ios/
H A Dsynopsis.cc42 ios_base& skipws (ios_base& str);
/haiku-buildtools/legacy/gcc/libio/
H A Dstdstreams.cc97 (streambuf*)&SBUF, TIE, 0, ios::skipws|ios::dec|EXTRA_FLAGS, ' ',0,0,6
100 (streambuf*)&SBUF, TIE, 0, ios::dont_close|ios::dec|ios::skipws|EXTRA_FLAGS, ' ',0,0,6
H A Dioextend.cc35 = ios::skipws | ios::left | ios::right | ios::internal
H A Dstreambuf.h152 enum { skipws=_IO_SKIPWS, enumerator in enum:ios::__anon3529
473 _flags=ios::skipws|ios::dec;
475 _flags=ios::skipws|ios::dec|ios::dont_close;
H A Diostream.h167 if (!need && (flags() & ios::skipws)) return _skip_ws();
176 if (flags() & ios::skipws) return _skip_ws();
H A Diostream.cc1091 int old = (_flags & ios::skipws) != 0;
1093 _flags |= ios::skipws;
1095 _flags &= ~ios::skipws;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/cons/char/
H A D1.cc35 const std::ios_base::fmtflags flag01 = std::ios_base::skipws |
/haiku-buildtools/gcc/gmp/tests/cxx/
H A Dt-istream.cc130 { " 123", 0, NULL, (ios::fmtflags) 0 }, // not without skipws
131 { " 123", -1, "123", ios::skipws },
272 { " 123", 0, NULL, (ios::fmtflags) 0 }, // not without skipws
273 { " 123", -1, "123", ios::skipws },
410 { " 0", 0, NULL, (ios::fmtflags) 0 }, // not without skipws
411 { " 0", -1, "0", ios::skipws },
412 { " +0", -1, "0", ios::skipws },
413 { " -0", -1, "0", ios::skipws },
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp811.C37 enum { skipws=01, left=02, right=04, internal=010, enumerator in enum:ios::__anon1246
94 _flags=ios::skipws; _precision=6; }
354 if (!need && (flags() & ios::skipws) && !ws(*this)) return 0;
360 if ((flags() & ios::skipws) && !ws(*this)) return 0;
H A Dp784.C376 enum { skipws=01, left=02, right=04, internal=010, enumerator in enum:ios::__anon1245
433 _flags=ios::skipws; _precision=6; }
679 if (!need && (flags() & ios::skipws) && !ws(*this)) return 0;
685 if ((flags() & ios::skipws) && !ws(*this)) return 0;
2274 // An isteam class that doesn't have that nasty skipws parameter that
2276 // functionality with a set of constructors which defaults skipws to
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dios_base.h316 * - skipws
368 static const fmtflags skipws = _S_skipws; member in class:io_errc::ios_base
940 /// Calls base.setf(ios_base::skipws).
942 skipws(ios_base& __base) function in class:io_errc
944 __base.setf(ios_base::skipws);
948 /// Calls base.unsetf(ios_base::skipws).
952 __base.unsetf(ios_base::skipws);
H A Dquoted_string.h137 = __is.flags(__is.flags() & ~std::ios_base::skipws);
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dios.cc49 const ios_base::fmtflags ios_base::skipws; member in class:ios_base

Completed in 376 milliseconds

12