Home
last modified time | relevance | path

Searched refs:throw_on (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.h168 throw_on(unsigned int count) { throw_on_ = count; } in throw_on() function
199 throw_on(unsigned int count) { throw_on_ = count; } in throw_on() function
242 copy_constructor::throw_on(copy_constructor::count() + 1); in copy_tracker()
255 assignment_operator::throw_on(assignment_operator::count() + 1);
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/23_containers/
H A Dvector_ctor.cc118 copy_constructor::throw_on(3); in test_default_ctor_exception_gurantee()
154 copy_constructor::throw_on(3); in test_copy_ctor_exception_gurantee()
282 copy_constructor::throw_on(3); in test_assignment_operator_3_exception_guarantee()
429 copy_constructor::throw_on(3); in test_fill_assign_3_exception_guarantee()
614 copy_constructor::throw_on(3); in test_range_assign_4_exception_guarantee()
H A Ddeque_ctor.cc464 copy_constructor::throw_on(3); in test_default_ctor_exception_safety()
495 copy_constructor::throw_on(3); in test_copy_ctor_exception_safety()
H A Dvector_capacity.cc154 copy_constructor::throw_on(3); in test_reserve_exception_guarantee()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DLanguage.cpp469 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument
471 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()
475 bool throw_on, in GetDefaultExceptionResolverDescription() argument
478 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DLanguage.h264 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,
268 bool throw_on, Stream &s);