Home
last modified time | relevance | path

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

12

/NextBSD/contrib/libc++/include/
Dostream40 class sentry;
188 class _LIBCPP_TYPE_VIS_ONLY sentry;
226 class _LIBCPP_TYPE_VIS_ONLY basic_ostream<_CharT, _Traits>::sentry
231 sentry(const sentry&); // = delete;
232 sentry& operator=(const sentry&); // = delete;
235 explicit sentry(basic_ostream<_CharT, _Traits>& __os);
236 ~sentry();
244 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os)
257 basic_ostream<_CharT, _Traits>::sentry::~sentry()
352 sentry __s(*this);
[all …]
Distream39 class sentry;
213 class _LIBCPP_TYPE_VIS_ONLY sentry;
263 class _LIBCPP_TYPE_VIS_ONLY basic_istream<_CharT, _Traits>::sentry
267 sentry(const sentry&); // = delete;
268 sentry& operator=(const sentry&); // = delete;
271 explicit sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false);
272 // ~sentry() = default;
280 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is,
358 sentry __s(*this);
385 sentry __s(*this);
[all …]
Diomanip307 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
367 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
426 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
487 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
/NextBSD/contrib/libstdc++/include/bits/
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 …]
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()
Dostream_insert.h84 typename __ostream_type::sentry __cerb(__out); in __ostream_insert()
/NextBSD/contrib/libstdc++/include/std/
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()
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);
/NextBSD/contrib/libstdc++/src/
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()
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
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
Dcompatibility.cc67 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE()
133 sentry __cerb(*this, true); in ignore()
Dlocale_init.cc215 __gnu_cxx::__scoped_lock sentry(get_locale_mutex()); in _GLIBCXX_BEGIN_NAMESPACE() local
226 __gnu_cxx::__scoped_lock sentry(get_locale_mutex()); in global() local
Dlocale.cc392 __gnu_cxx::__scoped_lock sentry(locale_cache_mutex); in _M_install_cache() local
/NextBSD/contrib/libstdc++/libsupc++/
Deh_alloc.cc116 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_allocate_exception() local
161 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_free_exception() local
/NextBSD/contrib/libstdc++/include/debug/
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()
Dsafe_iterator.tcc113 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate() local
/NextBSD/contrib/libstdc++/include/ext/
Dpool_allocator.h221 __scoped_lock sentry(_M_get_mutex()); in allocate()
251 __scoped_lock sentry(_M_get_mutex()); in deallocate()
Dvstring.tcc564 typename __istream_type::sentry __cerb(__in, false); in _GLIBCXX_BEGIN_NAMESPACE()
634 typename __istream_type::sentry __cerb(__in, true); in getline()
/NextBSD/contrib/libstdc++/config/cpu/generic/atomicity_mutex/
Datomicity.h49 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/config/cpu/sh/
Datomicity.h91 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/gcc/cp/
HDinit.c1993 tree end, sentry, begin; in build_new_1() local
1998 sentry = TARGET_EXPR_SLOT (begin); in build_new_1()
2001 = build3 (COND_EXPR, void_type_node, sentry, in build_new_1()
2004 end = build2 (MODIFY_EXPR, TREE_TYPE (sentry), in build_new_1()
2005 sentry, boolean_false_node); in build_new_1()
/NextBSD/contrib/libstdc++/
DChangeLog-2003886 (basic_istream::sentry::sentry): Set failbit and eofbit when eof.
887 * testsuite/27_io/basic_istream/sentry/char/12297.cc: New.
1144 output functions so don't construct sentry objects and don't
1151 a sentry object.
1828 * 27_io/basic_istream/sentry/char/3983-fstream.cc: Move ...
1829 * 27_io/basic_istream/sentry/char/3983-sstream.cc: Move ...
1833 * 27_io/basic_ostream/sentry/char/3983-fstream.cc: Remove.
1834 * 27_io/basic_ostream/sentry/char/3983-sstream.cc: Remove.
1835 * 27_io/basic_istream/sentry/pod/1.cc: New.
1836 * 27_io/basic_ostream/sentry/pod/1.cc: New.
[all …]
DChangeLog-1999278 * bits/std_ostream.h: Tweaks, sentry ctor can't be inlined.
810 sentry change.
816 * bits/istream.tcc (istream::sentry::sentry()): Simplify, correct
927 * bits/istream.tcc (sentry::sentry()): Remove optional tie with
1286 * bits/std_istream.h: Same, also correct sentry args.
1287 * bits/istream.tcc: Add correct sentry args.
2116 * bits/std_istream.h: Move istream::sentry ctor definition.
2117 * bits/istream.tcc: Move istream::sentry ctor here.
2672 * bits/std_istream.h (sentry::sentry(istream, bool)): Fix isspace bug.
2854 * bits/std_ostream.h: Fix sentry objects, implement seekp, tellp,
/NextBSD/sys/cam/scsi/
HDscsi_cd.c1371 union msf_lba *sentry, *eentry; in cdioctl() local
1393 sentry = &softc->toc.entries[st].addr; in cdioctl()
1396 sentry->msf.minute, in cdioctl()
1397 sentry->msf.second, in cdioctl()
1398 sentry->msf.frame, in cdioctl()

12