Searched refs:do_throw (Results 1 - 3 of 3) sorted by relevance

/external/libcxxabi/test/
H A Dbacktrace_test.pass.cpp39 void call2(size_t* ntraced, bool do_throw) { argument
40 if (do_throw) {
48 void call1(size_t* ntraced, bool do_throw) { argument
49 call2(ntraced, do_throw);
/external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
H A Dswap.pass.cpp64 template <bool Throws> void do_throw() {} function
66 template <> void do_throw<true>() { function
88 do_throw<!NT_Move>();
97 do_throw<!NT_MoveAssign>();
124 do_throw<!NT_Swap>();
178 do_throw<true>();
/external/python/cpython3/Lib/test/
H A Dtest_exceptions.py785 def do_throw(g): function in function:ExceptionTests.test_generator_throw_cleanup_exc_state
790 self._check_generator_cleanup_exc_state(do_throw)

Completed in 128 milliseconds