Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream_sentry/
H A Dctor.pass.cpp58 std::istream::sentry sen(is, true); in main()
67 std::istream::sentry sen(is, true); in main()
77 std::istream::sentry sen(is); in main()
86 std::istream::sentry sen(is); in main()
96 std::istream::sentry sen(is, true); in main()
106 std::wistream::sentry sen(is, true); in main()
115 std::wistream::sentry sen(is, true); in main()
125 std::wistream::sentry sen(is); in main()
/llvm-project-15.0.7/libcxx/test/std/input.output/iostream.format/output.streams/ostream_sentry/
H A Ddestruct.pass.cpp42 std::ostream::sentry s(os); in main()
49 std::ostream::sentry s(os); in main()
56 std::ostream::sentry s(os); in main()
67 std::ostream::sentry s(os); in main()
H A Dconstruct.pass.cpp42 std::ostream::sentry s(os); in main()
48 std::ostream::sentry s(os); in main()
58 std::ostream::sentry s(os); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dostream39 class sentry;
291 ~sentry();
292 sentry(const sentry&) = delete;
293 sentry& operator=(const sentry&) = delete;
313 basic_ostream<_CharT, _Traits>::sentry::~sentry()
360 sentry __s(*this);
412 sentry __s(*this);
438 sentry __s(*this);
468 sentry __s(*this);
1012 sentry __s(*this);
[all …]
H A Distream38 class sentry;
298 // ~sentry() = default;
303 sentry(const sentry&) = delete;
304 sentry& operator=(const sentry&) = delete;
308 basic_istream<_CharT, _Traits>::sentry::sentry(basic_istream<_CharT, _Traits>& __is,
691 sentry __s(*this, true);
749 sentry __s(*this, true);
783 sentry __sen(*this, true);
845 sentry __sen(*this, true);
889 sentry __sen(*this, true);
[all …]
H A Diomanip308 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
368 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
427 typename basic_istream<_CharT, _Traits>::sentry __s(__is);
488 typename basic_ostream<_CharT, _Traits>::sentry __s(__os);
/llvm-project-15.0.7/lldb/examples/lookup/
H A Dmain.cpp87 LLDBSentry sentry; in main() local
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Ddllimport.cpp862 struct sentry { struct
863 sentry() { } in sentry() argument
872 USEMEMFUNC(basic_ostream<char>::sentry, foo);
/llvm-project-15.0.7/lldb/examples/functions/
H A Dmain.cpp91 LLDBSentry sentry; in main() local
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp665 WatchpointSentry *sentry = (WatchpointSentry *) sentry_void; in SentryPreResumeAction() local
666 sentry->DoReenable(); in SentryPreResumeAction()
803 WatchpointSentry sentry(process_sp, wp_sp); in PerformAction() local