Searched refs:test_throws (Results 1 – 5 of 5) sorted by relevance
18 void test_set_one(bool test_throws) in test_set_one() argument22 if (test_throws) return; in test_set_one()31 assert(!test_throws); in test_set_one()36 assert(test_throws); in test_set_one()45 assert(!test_throws); in test_set_one()50 assert(test_throws); in test_set_one()
18 void test_reset_one(bool test_throws) in test_reset_one() argument22 if (test_throws) return; in test_reset_one()36 assert(!test_throws); in test_reset_one()41 assert(test_throws); in test_reset_one()
29 void test_test(bool test_throws) in test_test() argument33 if (test_throws) return; in test_test()42 assert(!test_throws); in test_test()47 assert(test_throws); in test_test()
29 void test_flip_one(bool test_throws) in test_flip_one() argument33 if (test_throws) return; in test_flip_one()47 assert(!test_throws); in test_flip_one()52 assert(test_throws); in test_flip_one()
214 void test_throws() in test_throws() function272 test_throws(); in main()