Home
last modified time | relevance | path

Searched refs:test_throws (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/template.bitset/bitset.members/
Dset_one.pass.cpp19 void test_set_one(bool test_throws) in test_set_one() argument
23 if (test_throws) return; in test_set_one()
32 assert(!test_throws); in test_set_one()
37 assert(test_throws); in test_set_one()
46 assert(!test_throws); in test_set_one()
51 assert(test_throws); in test_set_one()
Dreset_one.pass.cpp19 void test_reset_one(bool test_throws) in test_reset_one() argument
23 if (test_throws) return; in test_reset_one()
37 assert(!test_throws); in test_reset_one()
42 assert(test_throws); in test_reset_one()
Dtest.pass.cpp34 void test_test(bool test_throws) in test_test() argument
38 if (test_throws) return; in test_test()
47 assert(!test_throws); in test_test()
52 assert(test_throws); in test_test()
Dflip_one.pass.cpp34 void test_flip_one(bool test_throws) in test_flip_one() argument
38 if (test_throws) return; in test_flip_one()
52 assert(!test_throws); in test_flip_one()
57 assert(test_throws); in test_flip_one()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
Dassign_value.pass.cpp214 void test_throws() in test_throws() function
271 test_throws(); in main()