Home
last modified time | relevance | path

Searched refs:ExceptionChecker (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_size.pass.cpp110 ExceptionChecker Checker(p, TC.expected_err, "directory_entry::file_size"); in TEST_CASE()
144 ExceptionChecker Checker(static_env.DNE, in TEST_CASE()
167 ExceptionChecker Checker(static_env.BadSymlink, in TEST_CASE()
190 ExceptionChecker Checker(file, std::errc::permission_denied, "file_size"); in TEST_CASE()
215 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE()
241 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in TEST_CASE()
H A Dlast_write_time.pass.cpp116 ExceptionChecker Checker(static_env.DNE, in TEST_CASE()
139 ExceptionChecker Checker(static_env.BadSymlink, in TEST_CASE()
162 ExceptionChecker Checker(file, std::errc::permission_denied, in TEST_CASE()
188 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE()
214 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in TEST_CASE()
H A Dhard_link_count.pass.cpp148 ExceptionChecker Checker(static_env.DNE, in TEST_CASE()
171 ExceptionChecker Checker(static_env.BadSymlink, in TEST_CASE()
194 ExceptionChecker Checker(file, std::errc::permission_denied, in TEST_CASE()
220 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE()
246 ExceptionChecker Checker(sym_out_of_dir, std::errc::permission_denied, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h633 struct ExceptionChecker { struct
641 explicit ExceptionChecker(std::errc first_err, const char* fun_name, argument
645 explicit ExceptionChecker(fs::path p, std::errc first_err,
650 explicit ExceptionChecker(fs::path p1, fs::path p2, std::errc first_err, argument
700 ExceptionChecker(ExceptionChecker const&) = delete;
701 ExceptionChecker& operator=(ExceptionChecker const&) = delete; argument
/llvm-project-15.0.7/libc/src/math/generic/
H A Dsinf.cpp150 typename fputil::ExceptionChecker<float, N_EXCEPT_SMALL>;
171 typename fputil::ExceptionChecker<float, N_EXCEPT_LARGE>;
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp66 ExceptionChecker Checker(file, file, std::errc::file_exists, "copy_file"); in TEST_CASE()
74 ExceptionChecker Checker(file, file, std::errc::file_exists, "copy_file"); in TEST_CASE()
/llvm-project-15.0.7/libc/src/__support/FPUtil/
H A Dexcept_value_utils.h32 template <typename T, int N> struct ExceptionChecker { struct
/llvm-project-15.0.7/libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dlast_write_time.pass.cpp85 ExceptionChecker CheckExcept(file, expected_err, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
H A Dfile_size.pass.cpp86 ExceptionChecker Checker(TC.p, TC.expected_err, "file_size"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Drefresh.pass.cpp185 ExceptionChecker Checker(file, std::errc::permission_denied, in TEST_CASE()
200 ExceptionChecker Checker(sym_in_dir, std::errc::permission_denied, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/
H A Dcreate_directories.pass.cpp147 ExceptionChecker Checker(path{}, std::errc::no_such_file_or_directory, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
H A Dincrement.pass.cpp316 ExceptionChecker Checker(std::errc::permission_denied, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp634 ExceptionChecker Checker(file, std::errc::permission_denied, in TEST_CASE()