Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/
H A Dpermissions.pass.cpp93 struct TestCase { in TEST_CASE() struct
94 path p; in TEST_CASE()
95 perms set_perms; in TEST_CASE()
96 perms expected; in TEST_CASE()
97 perm_options opts; in TEST_CASE()
98 TestCase(path xp, perms xperms, perms xexpect, in TEST_CASE() argument
152 struct TestCase { in TEST_CASE() struct
153 perms set_perms; in TEST_CASE()
154 perms expected; // only expected on platform that support symlink perms. in TEST_CASE()
155 perm_options opts = perm_options::replace; in TEST_CASE()
[all …]
/llvm-project-15.0.7/lldb/unittests/Language/CPlusPlus/
H A DCPlusPlusLanguageTest.cpp18 struct TestCase { in TEST() struct
19 std::string input; in TEST()
20 std::string context, basename, arguments, qualifiers, scope_qualified_name; in TEST()
158 struct TestCase { in TEST() struct
159 std::string input; in TEST()
160 std::string context, basename; in TEST()
/llvm-project-15.0.7/libcxx/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp25 struct TestCase { in test() struct
26 double Input; in test()
27 IntT Expect; in test()
28 bool IsRepresentable; in test()
57 struct TestCase { in test_float() struct
58 float Input; in test_float()
59 IntT Expect; in test_float()
60 bool IsRepresentable; in test_float()
/llvm-project-15.0.7/libcxx/test/libcxx/utilities/function.objects/func.require/
H A Dbullet_4_5_6.pass.cpp57 struct TestCase { struct
60 static void run() { TestCase().doTest(); } in run() argument
63 typedef TestMemberObject<ObjectType> TestType;
67 void doTest() { in doTest()
141 void runTestDispatch(Fn M, T& obj, ObjectType* expect) { in runTestDispatch()
155 void runTestPropCVDispatch(Fn M, T& obj, ObjectType* expect) { in runTestPropCVDispatch()
163 void runTestNoPropDispatch(Fn M, T& obj, ObjectType* expect) { in runTestNoPropDispatch()
177 void runTest(Fn M, const T& obj, ObjectType* expect) { in runTest()
202 TestCase<ArgType>::run(); in main() argument
/llvm-project-15.0.7/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-15.0.7/third-party/benchmark/test/
H A Dregister_benchmark_test.cc21 struct TestCase { struct
22 std::string name;
23 const char* label;
25 TestCase(const char* xname) : TestCase(xname, nullptr) {} in TestCase() function
26 TestCase(const char* xname, const char* xlabel) in TestCase() argument
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-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
H A Dis_symlink.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
66 struct TestCase { in TEST_CASE() struct
67 path p; in TEST_CASE()
68 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
H A Dcanonical.pass.cpp47 struct TestCase { in TEST_CASE() struct
48 path p; in TEST_CASE()
49 path expect; in TEST_CASE()
50 path base; in TEST_CASE()
51 TestCase(path p1, path e, path b) in TEST_CASE() argument
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/
H A Dstatus_known.pass.cpp36 struct TestCase { in TEST_CASE() struct
37 file_type type; in TEST_CASE()
38 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp75 struct TestCase { in TEST_CASE() struct
76 path p; in TEST_CASE()
77 std::errc expect_errc; in TEST_CASE()
111 struct TestCase { in TEST_CASE() struct
112 path p; in TEST_CASE()
113 file_type expect_type; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp39 struct TestCase { in TEST_CASE() struct
40 path lhs; in TEST_CASE()
41 path rhs; in TEST_CASE()
42 bool expect; in TEST_CASE()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp51 struct TestCase { in TEST_F() struct
52 llvm::StringLiteral Packet; in TEST_F()
53 llvm::StringLiteral Payload; in TEST_F()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
H A Dis_block_file.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
H A Dis_fifo.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
H A Dis_other.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
H A Dis_character_file.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
H A Dis_socket.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/
H A Dis_regular_file.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
H A Dis_directory.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/
H A Dexists.pass.cpp41 struct TestCase { in TEST_CASE() struct
42 file_type type; in TEST_CASE()
43 bool expect; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/
H A Dread_symlink.pass.cpp82 struct TestCase { in TEST_CASE() struct
83 path symlink; in TEST_CASE()
84 path expected; in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/
H A Dtemp_directory_path.pass.cpp61 struct TestCase { in TEST_CASE() struct
62 std::string name; in TEST_CASE()
63 path p; in TEST_CASE()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/google/Inputs/gtest/
H A Dgtest.h18 using TestCase = TestSuite; variable
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/
H A Drename.pass.cpp59 struct TestCase { in TEST_CASE() struct
60 path from; in TEST_CASE()
61 path to; in TEST_CASE()

123456