Searched refs:sentry (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/wchar_t/
H A D12297.cc21 // 27.6.1.1.2 class basic_istream::sentry
34 wistream::sentry sentry(stream, false);
H A D1.cc19 // 27.6.1.1.2 class basic_istream::sentry
37 std::wistream::sentry sentry01(istr01);
40 std::wistream::sentry sentry02(istr01, true);
44 std::wistream::sentry sentry03(istr02);
47 std::wistream::sentry sentry04(istr02, true);
H A D3.cc19 // 27.6.1.1.2 class basic_istream::sentry
33 const std::wistream::sentry sentry1(strm1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/char/
H A D12297.cc19 // 27.6.1.1.2 class basic_istream::sentry
35 istream::sentry sentry(stream, false);
H A D1.cc21 // 27.6.1.1.2 class basic_istream::sentry
39 std::istream::sentry sentry01(istr01);
42 std::istream::sentry sentry02(istr01, true);
46 std::istream::sentry sentry03(istr02);
49 std::istream::sentry sentry04(istr02, true);
H A D3.cc21 // 27.6.1.1.2 class basic_istream::sentry
35 const std::istream::sentry sentry1(strm1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/sentry/pod/
H A D1.cc21 // 27.6.1.1.2 class basic_istream::sentry
50 istream_type::sentry sentry01(istr01);
63 istream_type::sentry sentry02(istr01, true);
79 istream_type::sentry sentry01(istr01);
89 istream_type::sentry sentry02(istr01, true);
100 istream_type::sentry sentry03(istr02);
113 istream_type::sentry sentry04(istr02, true);
129 istream_type::sentry sentry03(istr02);
141 istream_type::sentry sentry04(istr02, true);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/char/
H A D1.cc21 // 27.6.2.3 class basic_ostream::sentry
35 const std::ostream::sentry sentry1(strm1);
H A D2.cc21 // 27.6.2.3 class basic_ostream::sentry
55 std::ostream::sentry s(strm);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/pod/
H A D1.cc21 // 27.6.1.1.2 class basic_istream::sentry
50 ostream_type::sentry sentry01(ostr01);
55 // but none is needed for ostream::sentry.
68 ostream_type::sentry sentry01(ostr01);
79 ostream_type::sentry sentry03(ostr02);
84 // but none is needed for ostream::sentry.
97 ostream_type::sentry sentry03(ostr02);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/sentry/wchar_t/
H A D1.cc19 // 27.6.2.3 class basic_ostream::sentry
33 const std::wostream::sentry sentry1(strm1);
H A D2.cc19 // 27.6.2.3 class basic_ostream::sentry
53 std::wostream::sentry s(strm);
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/generic/atomicity_mutex/
H A Datomicity.h46 __gnu_cxx::__scoped_lock sentry(get_atomic_mutex());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr52918-2.C39 __scoped_lock sentry(emergency_mutex);
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Ddebug.cc192 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
204 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
226 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
268 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
289 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
442 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
483 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
504 __gnu_cxx::__scoped_lock sentry(_M_get_mutex());
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Distream-string.cc55 __istream_type::sentry __cerb(__in, false);
136 __istream_type::sentry __cerb(__in, true);
221 __istream_type::sentry __cerb(__in, true);
H A Distream.cc42 sentry __cerb(*this, true);
100 // 243. get and getline when sentry reports failure.
119 sentry __cerb(*this, true);
208 __istream_type::sentry __cerb(__in, false);
284 sentry __cerb(*this, true);
342 // 243. get and getline when sentry reports failure.
361 sentry __cerb(*this, true);
H A Dmt_allocator.cc81 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex());
517 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex());
639 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex());
712 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex());
H A Dcompatibility.cc67 sentry __cerb(*this, true);
139 sentry __cerb(*this, true);
H A Dlocale_init.cc266 __gnu_cxx::__scoped_lock sentry(get_locale_mutex());
278 __gnu_cxx::__scoped_lock sentry(get_locale_mutex());
H A Dlocale.cc427 __gnu_cxx::__scoped_lock sentry(get_locale_cache_mutex());
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dostream_insert.h82 typename __ostream_type::sentry __cerb(__out);
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dpool_allocator.h240 __scoped_lock sentry(_M_get_mutex());
270 __scoped_lock sentry(_M_get_mutex());
/haiku-buildtools/gcc/libstdc++-v3/libsupc++/
H A Deh_alloc.cc135 __gnu_cxx::__scoped_lock sentry(emergency_mutex);
187 __gnu_cxx::__scoped_lock sentry(emergency_mutex);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl2.c2998 tree sentry = IDENTIFIER_GLOBAL_VALUE (sname);
2999 if (! sentry)
3003 sentry = build_decl (VAR_DECL, sname, integer_type_node);
3004 TREE_PUBLIC (sentry) = 1;
3005 DECL_ARTIFICIAL (sentry) = 1;
3006 TREE_STATIC (sentry) = 1;
3007 TREE_USED (sentry) = 1;
3008 DECL_COMMON (sentry) = 1;
3009 pushdecl_top_level (sentry);
3010 cp_finish_decl (sentry, NULL_TRE
2991 tree sentry = IDENTIFIER_GLOBAL_VALUE (sname); local
3510 tree sentry = NULL_TREE; local
[all...]

Completed in 192 milliseconds

12