Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 25 of 154) sorted by relevance

1234567

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
H A Dpermissions.pass.cpp96 struct TestCase { in basic_permissions_test() struct
97 path p; in basic_permissions_test()
98 perms set_perms; in basic_permissions_test()
99 perms expected; in basic_permissions_test()
100 perm_options opts; in basic_permissions_test()
101 TestCase(path xp, perms xperms, perms xexpect, in basic_permissions_test() function
155 struct TestCase { in test_no_resolve_symlink_on_symlink() struct
156 perms set_perms; in test_no_resolve_symlink_on_symlink()
157 perms expected; // only expected on platform that support symlink perms. in test_no_resolve_symlink_on_symlink()
158 perm_options opts = perm_options::replace; in test_no_resolve_symlink_on_symlink()
[all …]
/llvm-project/libcxx/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp27 struct TestCase { in test() argument
59 struct TestCase { in test_float() argument
25 struct TestCase { test() struct
26 Inputtest::TestCase test() argument
28 IsRepresentabletest::TestCase test() argument
57 struct TestCase { test_float() struct
58 Inputtest_float::TestCase test_float() argument
60 IsRepresentabletest_float::TestCase test_float() argument
/llvm-project/lldb/unittests/Language/CPlusPlus/
H A DCPlusPlusLanguageTest.cpp19 struct TestCase { in TEST() struct
20 std::string input; in TEST()
21 std::string return_type, context, basename, arguments, qualifiers, in TEST()
22 scope_qualified_name; in TEST()
306 struct TestCase { in TEST() struct
307 std::string input; in TEST()
308 std::string context, basename; in TEST()
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp57 struct TestCase { global() struct
60 runTestCase run() argument
63 TestTypeTestCase global() argument
67 doTestTestCase doTest() argument
141 runTestDispatchTestCase runTestDispatch() argument
155 runTestPropCVDispatchTestCase runTestPropCVDispatch() argument
163 runTestNoPropDispatchTestCase runTestNoPropDispatch() argument
177 runTestTestCase runTest() argument
202 runTestTestCase main() argument
/llvm-project/llvm/unittests/Support/
H A DDJBTest.cpp16 struct TestCase { in TEST() struct
17 StringLiteral One; in TEST()
18 StringLiteral Two; in TEST()
59 struct TestCase { in TEST() struct
60 StringLiteral Text; in TEST()
61 uint32_t Hash; in TEST()
/llvm-project/lldb/unittests/Language/ObjC/
H A DObjCLanguageTest.cpp19 struct TestCase { in TEST() struct
20 llvm::StringRef input; in TEST()
21 llvm::StringRef full_name_sans_category; in TEST()
22 llvm::StringRef class_name; in TEST()
23 llvm::StringRef class_name_with_category; in TEST()
24 llvm::StringRef category; in TEST()
25 llvm::StringRef selector; in TEST()
/llvm-project/libcxx/test/std/containers/
H A Dinsert_range_helpers.h66 struct TestCase { struct
67 Buffer<T> initial;
68 std::size_t index = 0;
69 Buffer<T> input;
70 Buffer<T> expected;
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
H A Dis_symlink.pass.cpp42 struct TestCase { in is_symlink_status_test() struct
43 file_type type; in is_symlink_status_test()
44 bool expect; in is_symlink_status_test()
67 struct TestCase { in static_env_test() struct
68 path p; in static_env_test()
69 bool expect; in static_env_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
H A Dcanonical.pass.cpp49 struct TestCase { in test_canonical() struct
50 path p; in test_canonical()
51 path expect; in test_canonical()
52 path base; in test_canonical()
53 TestCase(path p1, path e, path b) in test_canonical() argument
/llvm-project/third-party/benchmark/test/
H A Dregister_benchmark_test.cc21 struct TestCase { struct
22 const std::string name;
23 const std::string label;
25 TestCase(const std::string& xname) : TestCase(xname, "") {} in TestCase() function
26 TestCase(const std::string& xname, const std::string& xlabel) in TestCase() function
29 typedef benchmark::BenchmarkReporter::Run Run;
31 void CheckRun(Run const& run) const { in CheckRun()
H A Dskip_with_error_test.cc28 struct TestCase { struct
29 std::string name;
30 bool error_occurred;
31 std::string error_message;
33 typedef benchmark::BenchmarkReporter::Run Run;
35 void CheckRun(Run const& run) const { in CheckRun()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
H A Dstatus_known.pass.cpp35 struct TestCase { in status_known_test() struct
36 file_type type; in status_known_test()
37 bool expect; in status_known_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp80 struct TestCase { in test_status_cannot_resolve() struct
81 path p; in test_status_cannot_resolve()
82 std::errc expect_errc; in test_status_cannot_resolve()
116 struct TestCase { in status_file_types_test() struct
117 path p; in status_file_types_test()
118 file_type expect_type; in status_file_types_test()
/llvm-project/llvm/unittests/Target/AArch64/
H A DImmediates.cpp15 struct TestCase { struct
16 int64_t Imm;
17 bool Result;
H A DAddressingModes.cpp25 struct TestCase { struct
26 AddrMode AM;
27 unsigned TypeBits;
28 bool Result;
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp44 struct TestCase { in equivalent_test() struct
45 path lhs; in equivalent_test()
46 path rhs; in equivalent_test()
47 bool expect; in equivalent_test()
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp50 struct TestCase { in TEST_F() struct
51 llvm::StringLiteral Packet; in TEST_F()
52 llvm::StringLiteral Payload; in TEST_F()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
H A Dis_character_file.pass.cpp42 struct TestCase { in is_character_file_status_test() struct
43 file_type type; in is_character_file_status_test()
44 bool expect; in is_character_file_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
H A Dis_block_file.pass.cpp42 struct TestCase { in is_block_file_status_test() struct
43 file_type type; in is_block_file_status_test()
44 bool expect; in is_block_file_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
H A Dis_other.pass.cpp42 struct TestCase { in is_other_status_test() struct
43 file_type type; in is_other_status_test()
44 bool expect; in is_other_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
H A Dis_socket.pass.cpp42 struct TestCase { in is_socket_status_test() struct
43 file_type type; in is_socket_status_test()
44 bool expect; in is_socket_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
H A Dis_fifo.pass.cpp42 struct TestCase { in is_fifo_status_test() struct
43 file_type type; in is_fifo_status_test()
44 bool expect; in is_fifo_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/
H A Dis_regular_file.pass.cpp42 struct TestCase { in is_regular_file_status_test() struct
43 file_type type; in is_regular_file_status_test()
44 bool expect; in is_regular_file_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
H A Dis_directory.pass.cpp42 struct TestCase { in is_directory_status_test() struct
43 file_type type; in is_directory_status_test()
44 bool expect; in is_directory_status_test()
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/
H A Dexists.pass.cpp42 struct TestCase { in exists_status_test() struct
43 file_type type; in exists_status_test()
44 bool expect; in exists_status_test()

1234567