| /NextBSD/contrib/libc++/include/ |
| D | ostream | 40 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 …]
|
| D | istream | 39 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 …]
|
| D | iomanip | 307 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/ |
| 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 …]
|
| 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()
|
| D | ostream_insert.h | 84 typename __ostream_type::sentry __cerb(__out); in __ostream_insert()
|
| /NextBSD/contrib/libstdc++/include/std/ |
| 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()
|
| 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);
|
| /NextBSD/contrib/libstdc++/src/ |
| 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()
|
| 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
|
| 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
|
| D | compatibility.cc | 67 sentry __cerb(*this, true); in _GLIBCXX_BEGIN_NAMESPACE() 133 sentry __cerb(*this, true); in ignore()
|
| D | locale_init.cc | 215 __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
|
| D | locale.cc | 392 __gnu_cxx::__scoped_lock sentry(locale_cache_mutex); in _M_install_cache() local
|
| /NextBSD/contrib/libstdc++/libsupc++/ |
| D | eh_alloc.cc | 116 __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/ |
| 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()
|
| D | safe_iterator.tcc | 113 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate() local
|
| /NextBSD/contrib/libstdc++/include/ext/ |
| D | pool_allocator.h | 221 __scoped_lock sentry(_M_get_mutex()); in allocate() 251 __scoped_lock sentry(_M_get_mutex()); in deallocate()
|
| D | vstring.tcc | 564 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/ |
| D | atomicity.h | 49 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/libstdc++/config/cpu/sh/ |
| D | atomicity.h | 91 __gnu_cxx::__scoped_lock sentry(atomic_mutex); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /NextBSD/contrib/gcc/cp/ |
| HD | init.c | 1993 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++/ |
| D | ChangeLog-2003 | 886 (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 …]
|
| D | ChangeLog-1999 | 278 * 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/ |
| HD | scsi_cd.c | 1371 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()
|