Home
last modified time | relevance | path

Searched refs:tellp (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDraw_os_ostream.cpp30 uint64_t raw_os_ostream::current_pos() const { return OS.tellp(); } in current_pos()
/NextBSD/contrib/libstdc++/include/std/
Dstd_ostream.h339 tellp(); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/include/bits/
Dostream.tcc217 tellp() in tellp() function in basic_ostream
/NextBSD/contrib/libc++/include/
Dostream67 pos_type tellp();
216 pos_type tellp();
994 basic_ostream<_CharT, _Traits>::tellp()
/NextBSD/contrib/libstdc++/
DChangeLog-20055096 * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise.
5097 * testsuite/27_io/basic_ostream/tellp/wchar_t/2.cc: Likewise.
5098 * testsuite/27_io/basic_ostream/tellp/wchar_t/
DChangeLog-2003847 (basic_istream::tellp): Same.
879 * testsuite/27_io/basic_ostream/tellp/char/exceptions_badbit_throw.cc:
6477 * 27_io/basic_ostream/tellp/char/1.cc: New.
6478 * 27_io/basic_ostream/tellp/char/2.cc: New.
DChangeLog-20041752 * testsuite/27_io/basic_ostream/tellp/char/1.cc: Likewise.
1753 * testsuite/27_io/basic_ostream/tellp/char/2.cc: Likewise.
DChangeLog-19992854 * bits/std_ostream.h: Fix sentry objects, implement seekp, tellp,