| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | istream.tcc | 48 basic_istream<_CharT, _Traits>::sentry:: 49 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry() function in std::basic_istream::sentry 91 sentry __cerb(*this, false); in _M_extract() 120 sentry __cerb(*this, false); in operator >>() 165 sentry __cerb(*this, false); in operator >>() 209 sentry __cerb(*this, false); in operator >>() 244 sentry __cerb(*this, true); in get() 278 sentry __cerb(*this, true); in get() 315 sentry __cerb(*this, true); in get() 362 sentry __cerb(*this, true); in get() [all …]
|
| D | ostream.tcc | 48 basic_ostream<_CharT, _Traits>::sentry:: 49 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry 68 sentry __cerb(*this); in _M_insert() 125 sentry __cerb(*this); in operator <<() 159 sentry __cerb(*this); in put() 194 sentry __cerb(*this); in write()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | istream.tcc | 46 basic_istream<_CharT, _Traits>::sentry:: 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry() function in std::basic_istream::sentry 97 sentry __cerb(*this, false); in _M_extract() 126 sentry __cerb(*this, false); in operator >>() 171 sentry __cerb(*this, false); in operator >>() 215 sentry __cerb(*this, false); in operator >>() 250 sentry __cerb(*this, true); in get() 284 sentry __cerb(*this, true); in get() 321 sentry __cerb(*this, true); in get() 368 sentry __cerb(*this, true); in get() [all …]
|
| D | ostream.tcc | 46 basic_ostream<_CharT, _Traits>::sentry:: 47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry 66 sentry __cerb(*this); in _M_insert() 123 sentry __cerb(*this); in operator <<() 157 sentry __cerb(*this); in put() 192 sentry __cerb(*this); in write()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
| D | eh_alloc.cc | 106 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_allocate_exception() local 146 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_free_exception() local 164 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_allocate_dependent_exception() local 203 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_free_dependent_exception() local
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| D | ostream | 94 class sentry; 95 friend class sentry; 141 * constructing a temporary object of type std::basic_ostream::sentry. 143 * status flag; see the sentry documentation for more. 145 * If the sentry status is good, the function tries to generate 251 * in that it also constructs a sentry object and has the same error 277 * std::basic_ostream::sentry. This has several effects, concluding 278 * with the setting of a status flag; see the sentry documentation 281 * If the sentry status is good, the function tries to generate 304 * @brief Core write functionality, without sentry. [all …]
|
| D | istream | 105 class sentry; 106 friend class sentry; 142 * constructing a temporary object of type std::basic_istream::sentry 145 * sentry documentation for more. 147 * If the sentry status is good, the function tries to extract 241 * in that it also constructs a sentry object and has the same error 276 * std::basic_istream::sentry with the second argument (noskipws) 278 * setting of a status flag; see the sentry documentation for more. 280 * If the sentry status is good, the function tries to extract 461 * If, after constructing the sentry object, @c good() is false, [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | ostream | 96 class sentry; 97 friend class sentry; 143 * constructing a temporary object of type std::basic_ostream::sentry. 145 * status flag; see the sentry documentation for more. 147 * If the sentry status is good, the function tries to generate 253 * in that it also constructs a sentry object and has the same error 279 * std::basic_ostream::sentry. This has several effects, concluding 280 * with the setting of a status flag; see the sentry documentation 283 * If the sentry status is good, the function tries to generate 306 * @brief Core write functionality, without sentry. [all …]
|
| D | istream | 107 class sentry; 108 friend class sentry; 144 * constructing a temporary object of type std::basic_istream::sentry 147 * sentry documentation for more. 149 * If the sentry status is good, the function tries to extract 243 * in that it also constructs a sentry object and has the same error 278 * std::basic_istream::sentry with the second argument (noskipws) 280 * setting of a status flag; see the sentry documentation for more. 282 * If the sentry status is good, the function tries to extract 463 * If, after constructing the sentry object, @c good() is false, [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
| D | safe_sequence.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 80 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local 127 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
|
| D | safe_unordered_container.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 75 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_local_if() local
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
| D | safe_sequence.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 80 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local 130 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
|
| D | safe_unordered_container.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 75 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_local_if() local
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
| D | debug.cc | 97 __gnu_cxx::__scoped_lock sentry(lhs_mutex); in lock_and_run() local 245 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 257 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_singular() local 279 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_revalidate_singular() local 303 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach() local 324 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach() local 477 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 500 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach_local() local 521 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_local() local
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
| D | debug.cc | 187 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 199 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_singular() local 221 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_revalidate_singular() local 263 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach() local 284 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach() local 437 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 478 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach_local() local 499 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_local() local
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
| D | istream.cc | 43 sentry __cerb(*this, true); in getline() 120 sentry __cerb(*this, true); in ignore() 209 __istream_type::sentry __cerb(__in, false); in operator >>() 291 __istream_type::sentry __cerb(__in, false); in operator >>() 372 __istream_type::sentry __cerb(__in, true); in getline() 448 sentry __cerb(*this, true); in getline() 525 sentry __cerb(*this, true); in ignore() 617 __istream_type::sentry __cerb(__in, true); in getline()
|
| D | mt_allocator.cc | 75 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_destroy_thread_key() local 511 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local 633 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_get_thread_id() local 706 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local
|
| D | compatibility.cc | 67 sentry __cerb(*this, true); in ignore() 139 sentry __cerb(*this, true); in ignore()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
| D | istream.cc | 42 sentry __cerb(*this, true); in getline() 119 sentry __cerb(*this, true); in ignore() 208 __istream_type::sentry __cerb(__in, false); in operator >>() 284 sentry __cerb(*this, true); in getline() 361 sentry __cerb(*this, true); in ignore()
|
| D | istream-string.cc | 55 __istream_type::sentry __cerb(__in, false); in operator >>() 136 __istream_type::sentry __cerb(__in, true); in getline() 221 __istream_type::sentry __cerb(__in, true); in getline()
|
| D | mt_allocator.cc | 81 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_destroy_thread_key() local 517 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local 639 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_get_thread_id() local 712 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local
|
| D | compatibility.cc | 67 sentry __cerb(*this, true); in ignore() 139 sentry __cerb(*this, true); in ignore()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| D | pool_allocator.h | 233 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY() 263 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| D | pool_allocator.h | 249 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY() 286 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
| D | eh_alloc.cc | 141 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in allocate() local 193 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in free() local
|