Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/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/support/
Dtest_macros.h154 #define LIBCPP_ONLY(...) __VA_ARGS__ macro
160 #define LIBCPP_ONLY(...) ((void)0) macro
/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()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
Dpermissions.pass.cpp38 LIBCPP_ONLY( in TEST_CASE()