| /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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { in TEST_CASE() 70 const TestCase testCases[] = { in TEST_CASE() local 77 for (auto& TC : testCases) { in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/ |
| H A D | remove.pass.cpp | 61 const path testCases[] = { in TEST_CASE() local 71 for (auto& p : testCases) { in TEST_CASE() 100 const path testCases[] = { in TEST_CASE() local 106 for (auto& p : testCases) { in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/ |
| H A D | remove_all.pass.cpp | 67 const path testCases[] = { in TEST_CASE() local 71 for (auto& p : testCases) { in TEST_CASE() 100 const path testCases[] = { in TEST_CASE() local 106 for (auto& p : testCases) { in TEST_CASE()
|
| /llvm-project-15.0.7/compiler-rt/test/builtins/Unit/ppc/ |
| H A D | fixtfdi_test.c | 14 const struct testVector testCases[] = { variable 452 const int numTestCases = sizeof(testCases) / sizeof(struct testVector); 463 input.hi = testCases[i].xhi; in main() 464 input.lo = testCases[i].xlo; in main() 465 expected_result = testCases[i].result; in main()
|
| /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 | 40 const TestCase testCases[] = { in TEST_CASE() local 52 for (auto& TC : testCases) { in TEST_CASE()
|
| /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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/ |
| H A D | hard_link_count.pass.cpp | 89 const path testCases[] = { in TEST_CASE() local 94 for (auto& TC : testCases) { 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 | 85 } testCases[] = { in TEST_CASE() local 91 for (auto& TC : testCases) { 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 | 45 const TestCase testCases[] = { in TEST_CASE() local 57 for (auto& TC : testCases) { 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 | 44 const TestCase testCases[] = { in TEST_CASE() local 52 for (auto& TC : testCases) { 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 | 54 const TestCase testCases[] = { in TEST_CASE() local 67 for (auto& TC : testCases) { in TEST_CASE()
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | NumericalFormatTest.cpp | 341 static const std::vector<TestCaseTy> testCases{ in TEST() local 623 for (auto const &[value, cases] : testCases) { in TEST() 703 static const std::vector<TestCaseTy> testCases{ in TEST() local 729 for (auto const &[format, data, want] : testCases) { in TEST()
|
| H A D | CharacterTest.cpp | 237 const std::vector<ExtremumTestCase> &testCases) { in RunExtremumTests() argument 242 for (const auto &t : testCases) { in RunExtremumTests() 322 const std::vector<SearchTestCase> &testCases, in RunSearchTests() argument 324 for (const auto &t : testCases) { in RunSearchTests()
|