Home
last modified time | relevance | path

Searched refs:ASSERT_NOT_NOEXCEPT (Results 1 – 25 of 53) sorted by relevance

123

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/
Dproximate.pass.cpp48 ASSERT_NOT_NOEXCEPT(proximate(p)); in TEST_CASE()
49 ASSERT_NOT_NOEXCEPT(proximate(p, p)); in TEST_CASE()
50 ASSERT_NOT_NOEXCEPT(proximate(p, ec)); in TEST_CASE()
51 ASSERT_NOT_NOEXCEPT(proximate(p, p, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/
Dcurrent_path.pass.cpp35 ASSERT_NOT_NOEXCEPT(current_path()); in TEST_CASE()
36 ASSERT_NOT_NOEXCEPT(current_path(ec)); in TEST_CASE()
37 ASSERT_NOT_NOEXCEPT(current_path(p)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.filesystem_error/
Dfilesystem_error.members.pass.cpp49 ASSERT_NOT_NOEXCEPT(filesystem_error(what_arg, ec)); in test_constructors()
57 ASSERT_NOT_NOEXCEPT(filesystem_error(what_arg, p1, ec)); in test_constructors()
66 ASSERT_NOT_NOEXCEPT(filesystem_error(what_arg, p1, p2, ec)); in test_constructors()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/
Dabsolute.pass.cpp32 ASSERT_NOT_NOEXCEPT(absolute(p)); in TEST_CASE()
33 ASSERT_NOT_NOEXCEPT(absolute(p, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp48 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p)); in TEST_CASE()
49 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p, opts)); in TEST_CASE()
50 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p, ec)); in TEST_CASE()
51 ASSERT_NOT_NOEXCEPT(fs::copy_file(p, p, opts, ec)); in TEST_CASE()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
Dmake_from_tuple.pass.cpp177 ASSERT_NOT_NOEXCEPT(std::make_from_tuple<TestType>(ctup)); in test_noexcept()
184 ASSERT_NOT_NOEXCEPT(std::make_from_tuple<TestType>(ctup)); in test_noexcept()
190 ASSERT_NOT_NOEXCEPT(std::make_from_tuple<TestType>(tup)); in test_noexcept()
200 ASSERT_NOT_NOEXCEPT(std::make_from_tuple<TestType>(tup)); in test_noexcept()
/external/libcxx/test/std/utilities/variant/variant.get/
Dget_type.pass.cpp50 ASSERT_NOT_NOEXCEPT(std::get<int>(v)); in test_const_lvalue_get()
66 ASSERT_NOT_NOEXCEPT(std::get<const long>(v)); in test_const_lvalue_get()
100 ASSERT_NOT_NOEXCEPT(std::get<int>(v)); in test_lvalue_get()
147 ASSERT_NOT_NOEXCEPT(std::get<int>(std::move(v))); in test_rvalue_get()
199 ASSERT_NOT_NOEXCEPT(std::get<int>(std::move(v))); in test_const_rvalue_get()
Dget_index.pass.cpp56 ASSERT_NOT_NOEXCEPT(std::get<0>(v)); in test_const_lvalue_get()
72 ASSERT_NOT_NOEXCEPT(std::get<1>(v)); in test_const_lvalue_get()
106 ASSERT_NOT_NOEXCEPT(std::get<0>(v)); in test_lvalue_get()
153 ASSERT_NOT_NOEXCEPT(std::get<0>(std::move(v))); in test_rvalue_get()
202 ASSERT_NOT_NOEXCEPT(std::get<0>(std::move(v))); in test_const_rvalue_get()
/external/libcxx/test/support/
Dtest_macros.h218 #define ASSERT_NOT_NOEXCEPT(...) macro
223 #define ASSERT_NOT_NOEXCEPT(...) \ macro
232 #define LIBCPP_ASSERT_NOT_NOEXCEPT(...) ASSERT_NOT_NOEXCEPT(__VA_ARGS__)
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dpop.pass.cpp35 ASSERT_NOT_NOEXCEPT(it.pop()); in TEST_CASE()
36 ASSERT_NOT_NOEXCEPT(it.pop(ec)); // may require allocation or other things in TEST_CASE()
/external/libcxx/test/std/utilities/optional/optional.hash/
Dhash.pass.cpp43 ASSERT_NOT_NOEXCEPT(std::hash<optional<B>>()(opt)); in main()
44 ASSERT_NOT_NOEXCEPT(std::hash<optional<const B>>()(opt)); in main()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp33 ASSERT_NOT_NOEXCEPT(is_empty(p, ec)); in TEST_CASE()
34 ASSERT_NOT_NOEXCEPT(is_empty(p)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/
Dread_symlink.pass.cpp34 ASSERT_NOT_NOEXCEPT(fs::read_symlink(p)); in TEST_CASE()
36 ASSERT_NOT_NOEXCEPT(fs::read_symlink(p, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/
Dcreate_directories.pass.cpp35 ASSERT_NOT_NOEXCEPT(fs::create_directories(p)); in TEST_CASE()
36 ASSERT_NOT_NOEXCEPT(fs::create_directories(p, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/
Dcreate_directory.pass.cpp48 ASSERT_NOT_NOEXCEPT(fs::create_directory(p)); in TEST_CASE()
50 ASSERT_NOT_NOEXCEPT(fs::create_directory(p, p)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
Dincrement.pass.cpp39 ASSERT_NOT_NOEXCEPT(++d); in TEST_CASE()
42 ASSERT_NOT_NOEXCEPT(d.increment(ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp40 ASSERT_NOT_NOEXCEPT(fs::copy(p, p)); in TEST_CASE()
41 ASSERT_NOT_NOEXCEPT(fs::copy(p, p, ec)); in TEST_CASE()
42 ASSERT_NOT_NOEXCEPT(copy(p, p, opts)); in TEST_CASE()
43 ASSERT_NOT_NOEXCEPT(copy(p, p, opts, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp39 ASSERT_NOT_NOEXCEPT(fs::permissions(p, pr)); in TEST_CASE()
40 ASSERT_NOT_NOEXCEPT(fs::permissions(p, pr, opts)); in TEST_CASE()
42 ASSERT_NOT_NOEXCEPT(fs::permissions(p, pr, opts, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
Dtemp_directory_path.pass.cpp42 ASSERT_NOT_NOEXCEPT(temp_directory_path()); in TEST_CASE()
43 ASSERT_NOT_NOEXCEPT(temp_directory_path(ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp42 ASSERT_NOT_NOEXCEPT(canonical(p)); in TEST_CASE()
43 ASSERT_NOT_NOEXCEPT(canonical(p, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
Dremove_all.pass.cpp34 ASSERT_NOT_NOEXCEPT(fs::remove_all(p)); in TEST_CASE()
35 ASSERT_NOT_NOEXCEPT(fs::remove_all(p, ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.native.obs/
Doperator_string.pass.cpp37 ASSERT_NOT_NOEXCEPT(p.operator string_type()); in main()
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/
Dvalue_const.pass.cpp49 ASSERT_NOT_NOEXCEPT(opt.value()); in main()
Dvalue.pass.cpp60 ASSERT_NOT_NOEXCEPT(opt.value()); in main()
Dvalue_const_rvalue.pass.cpp49 ASSERT_NOT_NOEXCEPT(std::move(opt).value()); in main()

123