HomeSort by relevance Sort by last modified time
    Searched refs:test_throws (Results 1 - 5 of 5) sorted by null

  /external/libcxx/test/std/utilities/template.bitset/bitset.members/
set_one.pass.cpp 19 void test_set_one(bool test_throws)
23 if (test_throws) return;
32 assert(!test_throws);
37 assert(test_throws);
46 assert(!test_throws);
51 assert(test_throws);
reset_one.pass.cpp 19 void test_reset_one(bool test_throws)
23 if (test_throws) return;
37 assert(!test_throws);
42 assert(test_throws);
flip_one.pass.cpp 34 void test_flip_one(bool test_throws)
38 if (test_throws) return;
52 assert(!test_throws);
57 assert(test_throws);
test.pass.cpp 34 void test_test(bool test_throws)
38 if (test_throws) return;
47 assert(!test_throws);
52 assert(test_throws);
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
assign_value.pass.cpp 214 void test_throws() function
271 test_throws();

Completed in 137 milliseconds