Home
last modified time | relevance | path

Searched refs:LIBCPP_ONLY (Results 1 – 15 of 15) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
Dassign.pass.cpp84 LIBCPP_ONLY(remove(file)); in TEST_CASE()
93 LIBCPP_ONLY(remove(file)); in TEST_CASE()
94 LIBCPP_ONLY(remove(sym)); in TEST_CASE()
Dreplace_filename.pass.cpp107 LIBCPP_ONLY(remove(file_two)); in TEST_CASE()
117 LIBCPP_ONLY(remove(file_two)); in TEST_CASE()
118 LIBCPP_ONLY(remove(sym_two)); in TEST_CASE()
Drefresh.pass.cpp116 LIBCPP_ONLY(remove(file)); in TEST_CASE()
124 LIBCPP_ONLY(permissions(dir, perms::none)); in TEST_CASE()
133 LIBCPP_ONLY(remove(file)); in TEST_CASE()
144 LIBCPP_ONLY(permissions(dir, perms::none)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
Dpath.pass.cpp90 LIBCPP_ONLY(remove(file)); in TEST_CASE()
107 LIBCPP_ONLY(remove(file)); in TEST_CASE()
108 LIBCPP_ONLY(remove(sym)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
Dtemp_directory_path.pass.cpp79 LIBCPP_ONLY(TEST_CHECK(ec == expect_ec)); in TEST_CASE()
88 LIBCPP_ONLY(TEST_CHECK(ec == expect_ec)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp111 LIBCPP_ONLY(TEST_CHECK(err.path2() == current_path())); in TEST_CASE()
119 LIBCPP_ONLY(TEST_CHECK(err.path2() == StaticEnv::Dir)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dhard_link_count.pass.cpp54 LIBCPP_ONLY(remove(file)); in TEST_CASE()
64 LIBCPP_ONLY(remove(dir)); in TEST_CASE()
99 LIBCPP_ONLY(permissions(dir, perms::none)); in TEST_CASE()
Dlast_write_time.pass.cpp55 LIBCPP_ONLY(remove(file)); in TEST_CASE()
65 LIBCPP_ONLY(remove(dir)); in TEST_CASE()
Dfile_size.pass.cpp57 LIBCPP_ONLY(remove(file)); in TEST_CASE()
70 LIBCPP_ONLY(remove(ent)); in TEST_CASE()
/external/libcxx/test/support/
Dtest_macros.h233 #define LIBCPP_ONLY(...) __VA_ARGS__ macro
239 #define LIBCPP_ONLY(...) ((void)0) macro
Dfilesystem_test_helper.hpp473 LIBCPP_ONLY(check_libcxx_string(Err)); in operator ()()
/external/libcxx/test/std/input.output/filesystems/fs.enum/
Denum.path.format.pass.cpp31 LIBCPP_ONLY(static_assert(std::is_same<UT, unsigned char>::value, "")); // Implementation detail in main()
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.size.pass.cpp46 LIBCPP_ONLY(test<const double>()); in main()
/external/libcxx/test/std/containers/sequences/deque/deque.cons/
Dsize_value.pass.cpp48 LIBCPP_ONLY(test<int, limited_allocator<int, 4096> >(4095, 90)); in main()
Dsize.pass.cpp105 LIBCPP_ONLY(test1<DefaultOnly, limited_allocator<DefaultOnly, 4096> >(4095)); in main()