Home
last modified time | relevance | path

Searched refs:testCases (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
H A Dis_symlink.pass.cpp45 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 Dremove.pass.cpp61 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 Dremove_all.pass.cpp67 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 Dfixtfdi_test.c14 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 Dstatus_known.pass.cpp40 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 Dis_block_file.pass.cpp45 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 Dis_fifo.pass.cpp45 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 Dis_other.pass.cpp45 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 Dis_character_file.pass.cpp45 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 Dis_socket.pass.cpp45 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 Dis_regular_file.pass.cpp45 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 Dis_directory.pass.cpp45 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 Dhard_link_count.pass.cpp89 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 Dread_symlink.pass.cpp85 } 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 Dexists.pass.cpp45 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 Dequivalent.pass.cpp44 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 Dcanonical.pass.cpp54 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 DNumericalFormatTest.cpp341 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 DCharacterTest.cpp237 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()