Searched refs:exception_invoked (Results 1 – 6 of 6) sorted by relevance
55 bool exception_invoked = false; in test_out()64 exception_invoked = true; in test_out()67 BOOST_CHECK(exception_invoked); in test_out()112 bool exception_invoked = false; in test_in()121 exception_invoked = true; in test_in()124 BOOST_CHECK(exception_invoked); in test_in()
58 bool exception_invoked = false; in test_boost_array() local67 exception_invoked = true; in test_boost_array()70 BOOST_CHECK(exception_invoked); in test_boost_array()
57 bool exception_invoked = false; in test_std_array() local66 exception_invoked = true; in test_std_array()69 BOOST_CHECK(exception_invoked); in test_std_array()
67 bool exception_invoked = false; in test_native_array() local77 exception_invoked = true; in test_native_array()80 BOOST_CHECK(exception_invoked); in test_native_array()
135 bool exception_invoked = false; in do_bad_read() local140 exception_invoked = true; in do_bad_read()143 BOOST_CHECK(exception_invoked); in do_bad_read()
88 bool exception_invoked = false; in test_array()97 exception_invoked = true; in test_array()100 BOOST_CHECK(exception_invoked); in test_array()