Home
last modified time | relevance | path

Searched refs:sentry (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Distream.tcc43 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 Dostream.tcc42 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 Distream_sentry.cc48 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 Dostream_sentry.cc61 std::ostream::sentry s(strm); in test01()
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Distream.tcc52 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 Dostream.tcc51 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 Dostream_insert.h84 typename __ostream_type::sentry __cerb(__out); in __ostream_insert()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dostream39 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 Distream38 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 Dstd_ostream.h98 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 Dstd_istream.h117 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 Dstd_ostream.h117 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 Dstd_istream.h120 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 Distream.cc45 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 Ddebug.cc113 __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 Dmt_allocator.cc68 __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 Dcompatibility.cc67 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE()
133 sentry __cerb(*this, true); in ignore()
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_alloc.cc108 __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 Dsafe_sequence.h131 __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 Dsafe_iterator.tcc113 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate() local
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h221 __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 Datomicity.h49 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/gnu/gcc/libstdc++-v3/config/cpu/sh/
H A Datomicity.h91 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd-src/usr.bin/tmux/
H A Dsession.c682 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 Dmain.cpp87 LLDBSentry sentry; in main() local

123