Home
last modified time | relevance | path

Searched refs:seekp (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
Dp811.C305 ostream& seekp(streampos);
306 ostream& seekp(streamoff, _seek_dir);
466 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function
467 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function
468 { return ((ostream*)this)->seekp(off, dir); } in seekp()
Dp784.C630 ostream& seekp(streampos);
631 ostream& seekp(streamoff, _seek_dir);
774 ostream& seekp(streampos pos) { return ((ostream*)this)->seekp(pos); } in seekp() function
775 ostream& seekp(streamoff off, _seek_dir dir) in seekp() function
776 { return ((ostream*)this)->seekp(off, dir); } in seekp()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dvirtual3.C35 seekp(0); in eval()
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
Dostream_inserter_other.cc120 out.seekp(0,ios_base::beg); in test03()
124 out.seekp(0,ios_base::end); in test03()
/openbsd/src/gnu/gcc/libstdc++-v3/include/std/
Dstd_ostream.h350 seekp(pos_type); in _GLIBCXX_BEGIN_NAMESPACE()
362 seekp(off_type, ios_base::seekdir); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dostream.tcc233 seekp(pos_type __pos) in seekp() function in basic_ostream
260 seekp(off_type __off, ios_base::seekdir __dir) in seekp() function in basic_ostream
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/std/
Dstd_ostream.h336 seekp(pos_type);
348 seekp(off_type, ios_base::seekdir);
/openbsd/src/gnu/llvm/libcxx/include/
Dostream69 basic_ostream& seekp(pos_type);
70 basic_ostream& seekp(off_type, ios_base::seekdir);
273 basic_ostream& seekp(pos_type __pos);
275 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir);
1009 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos)
1022 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir)
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dostream.tcc428 basic_ostream<_CharT, _Traits>::seekp(pos_type __pos) in seekp() function in std::basic_ostream
454 seekp(off_type __off, ios_base::seekdir __dir) in seekp() function in std::basic_ostream
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-20011166 * bits/ostream.tcc (seekp): Scope use as ios_base::failbit.
3210 * include/bits/ostream.tcc (ostream::seekp): Add error checking as
DChangeLog-20005907 * bits/ostream.tcc (seekp): Same.
8498 * bits/std_ostream.h: Fix sentry objects, implement seekp, tellp,
DChangeLog269 (basic_istream::seekp): Same.
/openbsd/src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
DCHECKLIST5512 S basic_ostream<charT,traits>& seekp(pos_type);
5513 S basic_ostream<charT,traits>& seekp(off_type, ios_base::seekdir);
/openbsd/src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
DCHECKLIST5512 S basic_ostream<charT,traits>& seekp(pos_type);
5513 S basic_ostream<charT,traits>& seekp(off_type, ios_base::seekdir);