| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| H A D | istream.tcc | 43 basic_istream<_CharT, _Traits>::sentry:: 44 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskipws) in sentry() function in std::basic_istream::sentry 111 sentry __cerb(*this, false); in operator >>() 134 sentry __cerb(*this, false); in operator >>() 166 sentry __cerb(*this, false); in operator >>() 189 sentry __cerb(*this, false); in operator >>() 221 sentry __cerb(*this, false); in operator >>() 244 sentry __cerb(*this, false); in operator >>() 267 sentry __cerb(*this, false); in operator >>() 291 sentry __cerb(*this, false); in operator >>() [all …]
|
| H A D | ostream.tcc | 42 basic_ostream<_CharT, _Traits>::sentry:: 43 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry 99 sentry __cerb(*this); in operator <<() 123 sentry __cerb(*this); in operator <<() 157 sentry __cerb(*this); in operator <<() 182 sentry __cerb(*this); in operator <<() 217 sentry __cerb(*this); in operator <<() 242 sentry __cerb(*this); in operator <<() 266 sentry __cerb(*this); in operator <<() 290 sentry __cerb(*this); in operator <<() [all …]
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
| H A D | istream_sentry.cc | 48 std::istream::sentry sentry01(istr01); in test01() 51 std::istream::sentry sentry02(istr01, true); in test01() 55 std::istream::sentry sentry03(istr02); in test01() 58 std::istream::sentry sentry04(istr02, true); in test01()
|
| H A D | ostream_sentry.cc | 61 std::ostream::sentry s(strm); in test01()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | istream.tcc | 52 basic_istream<_CharT, _Traits>::sentry:: in _GLIBCXX_BEGIN_NAMESPACE() 53 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in _GLIBCXX_BEGIN_NAMESPACE() 95 sentry __cerb(*this, false); in _M_extract() 158 sentry __cerb(*this, false); in operator >>() 188 sentry __cerb(*this, true); in get() 217 sentry __cerb(*this, true); in get() 249 sentry __cerb(*this, true); in get() 291 sentry __cerb(*this, true); in get() 330 sentry __cerb(*this, true); in getline() 384 sentry __cerb(*this, true); in ignore() [all …]
|
| H A D | ostream.tcc | 51 basic_ostream<_CharT, _Traits>::sentry:: in _GLIBCXX_BEGIN_NAMESPACE() 52 sentry(basic_ostream<_CharT, _Traits>& __os) in _GLIBCXX_BEGIN_NAMESPACE() 71 sentry __cerb(*this); in _M_insert() 123 sentry __cerb(*this); in operator <<() 152 sentry __cerb(*this); in put() 182 sentry __cerb(*this); in write()
|
| H A D | ostream_insert.h | 84 typename __ostream_type::sentry __cerb(__out); in __ostream_insert()
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | ostream | 39 class sentry; 217 class _LIBCPP_TEMPLATE_VIS sentry; 283 class _LIBCPP_TEMPLATE_VIS basic_ostream<_CharT, _Traits>::sentry 289 explicit sentry(basic_ostream<_CharT, _Traits>& __os); 290 ~sentry(); 291 sentry(const sentry&) = delete; 292 sentry& operator=(const sentry&) = delete; 299 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os) 312 basic_ostream<_CharT, _Traits>::sentry::~sentry() 359 sentry __s(*this); [all …]
|
| H A D | istream | 38 class sentry; 215 class _LIBCPP_TEMPLATE_VIS sentry; 292 class _LIBCPP_TEMPLATE_VIS basic_istream<_CharT, _Traits>::sentry 297 explicit sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false); 298 // ~sentry() = default; 303 sentry(const sentry&) = delete; 304 sentry& operator=(const sentry&) = delete; 308 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is, 360 typename basic_istream<_CharT, _Traits>::sentry __s(__is); 469 typename basic_istream<_CharT, _Traits>::sentry __s(__is); [all …]
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_ostream.h | 98 class sentry; in _GLIBCXX_BEGIN_NAMESPACE() local 99 friend class sentry; in _GLIBCXX_BEGIN_NAMESPACE() local 384 class basic_ostream<_CharT, _Traits>::sentry 403 sentry(basic_ostream<_CharT, _Traits>& __os); 412 ~sentry() in ~sentry()
|
| H A D | std_istream.h | 117 class sentry; in _GLIBCXX_BEGIN_NAMESPACE() local 118 friend class sentry; in _GLIBCXX_BEGIN_NAMESPACE() local 646 class basic_istream<_CharT, _Traits>::sentry 678 sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false);
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_ostream.h | 117 class sentry; variable 118 friend class sentry; variable 362 class basic_ostream<_CharT, _Traits>::sentry 381 sentry(basic_ostream<_CharT,_Traits>& __os); 390 ~sentry() in ~sentry()
|
| H A D | std_istream.h | 120 class sentry; variable 121 friend class sentry; variable 577 class basic_istream<_CharT, _Traits>::sentry 609 sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false);
|
| /openbsd-src/gnu/gcc/libstdc++-v3/src/ |
| H A D | istream.cc | 45 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE() 117 sentry __cerb(*this, true); in ignore() 199 __istream_type::sentry __cerb(__in, false); in operator >>() 277 __istream_type::sentry __cerb(__in, false); in operator >>() 354 __istream_type::sentry __cerb(__in, true); in getline() 425 sentry __cerb(*this, true); in getline() 497 sentry __cerb(*this, true); in ignore() 583 __istream_type::sentry __cerb(__in, true); in getline()
|
| H A D | debug.cc | 113 __gnu_cxx::__scoped_lock sentry(safe_base_mutex); in _M_detach_all() local 133 __gnu_cxx::__scoped_lock sentry(safe_base_mutex); in _M_detach_singular() local 155 __gnu_cxx::__scoped_lock sentry(safe_base_mutex); in _M_revalidate_singular() local 169 __gnu_cxx::__scoped_lock sentry(safe_base_mutex); in _M_swap() local 193 __gnu_cxx::__scoped_lock sentry(safe_base_mutex); in _M_attach() local 230 __gnu_cxx::__scoped_lock sentry(safe_base_mutex); in _M_detach() local
|
| H A D | mt_allocator.cc | 68 __gnu_cxx::__scoped_lock sentry(freelist_mutex); in _M_destroy_thread_key() local 500 __gnu_cxx::__scoped_lock sentry(freelist_mutex); in _M_initialize() local 621 __gnu_cxx::__scoped_lock sentry(freelist_mutex); in _M_get_thread_id() local 693 __gnu_cxx::__scoped_lock sentry(freelist_mutex); in _M_initialize() local
|
| H A D | compatibility.cc | 67 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE() 133 sentry __cerb(*this, true); in ignore()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
| H A D | eh_alloc.cc | 108 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_allocate_exception() local 153 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_free_exception() local
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/debug/ |
| H A D | safe_sequence.h | 131 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() 168 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_iter()
|
| H A D | safe_iterator.tcc | 113 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate() local
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | pool_allocator.h | 221 __scoped_lock sentry(_M_get_mutex()); in allocate() 251 __scoped_lock sentry(_M_get_mutex()); in deallocate()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/cpu/generic/atomicity_mutex/ |
| H A D | atomicity.h | 49 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd-src/gnu/gcc/libstdc++-v3/config/cpu/sh/ |
| H A D | atomicity.h | 91 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | session.c | 682 TAILQ_FOREACH(wl, &old_lastw, sentry) { in session_group_synchronize1() 685 TAILQ_INSERT_TAIL(&s->lastw, wl2, sentry); in session_group_synchronize1() 735 TAILQ_FOREACH(wl, &old_lastw, sentry) { in session_renumber_windows() 739 TAILQ_INSERT_TAIL(&s->lastw, wl_new, sentry); in session_renumber_windows()
|
| /openbsd-src/gnu/llvm/lldb/examples/lookup/ |
| H A D | main.cpp | 87 LLDBSentry sentry; in main() local
|