| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/ |
| H A D | permissions.pass.cpp | 93 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 D | CPlusPlusLanguageTest.cpp | 18 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 D | clamp_to_integral.pass.cpp | 25 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 D | bullet_4_5_6.pass.cpp | 57 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 D | DJBTest.cpp | 16 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 D | register_benchmark_test.cc | 21 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 D | skip_with_error_test.cc | 28 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 D | is_symlink.pass.cpp | 41 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 D | canonical.pass.cpp | 47 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 D | status_known.pass.cpp | 36 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 D | status.pass.cpp | 75 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 D | equivalent.pass.cpp | 39 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 D | GDBRemoteCommunicationTest.cpp | 51 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 D | is_block_file.pass.cpp | 41 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 D | is_fifo.pass.cpp | 41 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 D | is_other.pass.cpp | 41 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 D | is_character_file.pass.cpp | 41 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 D | is_socket.pass.cpp | 41 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 D | is_regular_file.pass.cpp | 41 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 D | is_directory.pass.cpp | 41 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 D | exists.pass.cpp | 41 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 D | read_symlink.pass.cpp | 82 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 D | temp_directory_path.pass.cpp | 61 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 D | gtest.h | 18 using TestCase = TestSuite; variable
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/ |
| H A D | rename.pass.cpp | 59 struct TestCase { in TEST_CASE() struct 60 path from; in TEST_CASE() 61 path to; in TEST_CASE()
|