/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/ |
D | proximate.pass.cpp | 48 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/ |
D | current_path.pass.cpp | 35 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/ |
D | filesystem_error.members.pass.cpp | 49 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/ |
D | absolute.pass.cpp | 32 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/ |
D | copy_file.pass.cpp | 48 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/ |
D | make_from_tuple.pass.cpp | 177 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/ |
D | get_type.pass.cpp | 50 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()
|
D | get_index.pass.cpp | 56 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/ |
D | test_macros.h | 218 #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/ |
D | pop.pass.cpp | 35 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/ |
D | hash.pass.cpp | 43 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/ |
D | is_empty.pass.cpp | 33 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/ |
D | read_symlink.pass.cpp | 34 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/ |
D | create_directories.pass.cpp | 35 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/ |
D | create_directory.pass.cpp | 48 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/ |
D | increment.pass.cpp | 39 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/ |
D | copy.pass.cpp | 40 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/ |
D | permissions.pass.cpp | 39 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/ |
D | temp_directory_path.pass.cpp | 42 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/ |
D | canonical.pass.cpp | 42 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/ |
D | remove_all.pass.cpp | 34 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/ |
D | operator_string.pass.cpp | 37 ASSERT_NOT_NOEXCEPT(p.operator string_type()); in main()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.observe/ |
D | value_const.pass.cpp | 49 ASSERT_NOT_NOEXCEPT(opt.value()); in main()
|
D | value.pass.cpp | 60 ASSERT_NOT_NOEXCEPT(opt.value()); in main()
|
D | value_const_rvalue.pass.cpp | 49 ASSERT_NOT_NOEXCEPT(std::move(opt).value()); in main()
|