Home
last modified time | relevance | path

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

1234

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Distream.tcc46 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 …]
H A Dostream.tcc46 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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Distream.tcc46 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
99 sentry __cerb(*this, false); in _M_extract()
133 sentry __cerb(*this, false); in operator >>()
183 sentry __cerb(*this, false); in operator >>()
232 sentry __cerb(*this, false); in operator >>()
267 sentry __cerb(*this, true); in get()
301 sentry __cerb(*this, true); in get()
338 sentry __cerb(*this, true); in get()
385 sentry __cerb(*this, true); in get()
[all …]
H A Dostream.tcc46 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()
128 sentry __cerb(*this); in operator <<()
162 sentry __cerb(*this); in put()
197 sentry __cerb(*this); in write()
231 sentry __cerb(*this); in flush()
259 sentry __cerb(*this); in tellp()
271 sentry __cerb(*this); in seekp()
290 sentry __cerb(*this); in seekp()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dostream39 class sentry;
190 class _LIBCPP_TEMPLATE_VIS sentry;
244 class _LIBCPP_TEMPLATE_VIS basic_ostream<_CharT, _Traits>::sentry
249 sentry(const sentry&); // = delete;
250 sentry& operator=(const sentry&); // = delete;
253 explicit sentry(basic_ostream<_CharT, _Traits>& __os);
254 ~sentry();
262 basic_ostream<_CharT, _Traits>::sentry::sentry(basic_ostream<_CharT, _Traits>& __os)
275 basic_ostream<_CharT, _Traits>::sentry::~sentry()
326 sentry __s(*this);
[all …]
H A Distream38 class sentry;
216 class _LIBCPP_TEMPLATE_VIS sentry;
293 class _LIBCPP_TEMPLATE_VIS basic_istream<_CharT, _Traits>::sentry
297 sentry(const sentry&); // = delete;
298 sentry& operator=(const sentry&); // = delete;
301 explicit sentry(basic_istream<_CharT, _Traits>& __is, bool __noskipws = false);
302 // ~sentry() = default;
310 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is,
366 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
475 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc107 __gnu_cxx::__scoped_lock sentry(lhs_mutex); in lock_and_run() local
255 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local
267 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_singular() local
289 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_revalidate_singular() local
313 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach() local
334 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach() local
393 __gnu_cxx::__scoped_lock sentry(get_safe_base_mutex(seq)); in _M_detach() local
478 __gnu_cxx::__scoped_lock sentry(get_safe_base_mutex(seq)); in _M_detach() local
498 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local
521 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach_local() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dostream96 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
259 * in that it also constructs a sentry object and has the same error
285 * std::basic_ostream::sentry. This has several effects, concluding
286 * with the setting of a status flag; see the sentry documentation
289 * If the sentry status is good, the function tries to generate
312 * @brief Core write functionality, without sentry.
[all …]
H A Distream107 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Ddebug.cc105 __gnu_cxx::__scoped_lock sentry(lhs_mutex); in lock_and_run() local
278 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local
290 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_singular() local
312 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_revalidate_singular() local
336 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach() local
357 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach() local
416 __gnu_cxx::__scoped_lock sentry(get_safe_base_mutex(seq)); in _M_detach() local
498 __gnu_cxx::__scoped_lock sentry(get_safe_base_mutex(seq)); in _M_detach() local
518 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local
541 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach_local() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dostream96 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
266 * in that it also constructs a sentry object and has the same error
292 * std::basic_ostream::sentry. This has several effects, concluding
293 * with the setting of a status flag; see the sentry documentation
296 * If the sentry status is good, the function tries to generate
433 class basic_ostream<_CharT, _Traits>::sentry
[all …]
H A Distream107 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 …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.tcc43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local
83 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local
133 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
H A Dsafe_unordered_container.tcc43 __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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_sequence.tcc43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local
83 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local
133 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
H A Dsafe_unordered_container.tcc43 __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
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Distream.cc42 sentry __cerb(*this, true); in getline()
121 sentry __cerb(*this, true); in ignore()
210 __istream_type::sentry __cerb(__in, false); in operator >>()
286 sentry __cerb(*this, true); in getline()
365 sentry __cerb(*this, true); in ignore()
H A Distream-string.cc55 __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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Distream.cc42 sentry __cerb(*this, true); in getline()
121 sentry __cerb(*this, true); in ignore()
221 __istream_type::sentry __cerb(__in, false); in __istream_extract()
297 sentry __cerb(*this, true); in getline()
376 sentry __cerb(*this, true); in ignore()
H A Distream-string.cc55 __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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c246 Statement *Statement::scopeCode(Scope *, Statement **sentry, Statement **sexception, Statement **sf… in scopeCode() argument
250 *sentry = NULL; in scopeCode()
313 Statement *ExpStatement::scopeCode(Scope *, Statement **sentry, Statement **sexception, Statement *… in scopeCode() argument
318 *sentry = NULL; in scopeCode()
838 Statement *ForStatement::scopeCode(Scope *sc, Statement **sentry, Statement **sexception, Statement… in scopeCode() argument
841 Statement::scopeCode(sc, sentry, sexception, sfinally); in scopeCode()
1435 Statement *OnScopeStatement::scopeCode(Scope *sc, Statement **sentry, Statement **sexception, State… in scopeCode() argument
1439 *sentry = NULL; in scopeCode()
1464 *sentry = new ExpStatement(loc, v); in scopeCode()
1620 Statement *LabelStatement::scopeCode(Scope *sc, Statement **sentry, Statement **sexit, Statement **… in scopeCode() argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h250 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY()
288 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dpool_allocator.h250 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY()
288 __scoped_lock sentry(_M_get_mutex()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc141 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in allocate() local
193 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in free() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_alloc.cc141 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in allocate() local
193 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in free() local

1234