| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | guard_test_basic.pass.cpp | 31 struct Tests { struct 33 Tests() : g{}, impl(&g) {} in Tests() argument 50 Tests tests; in test() argument 148 Tests<uint32_t, NoThreadsGuard>::test(); in main() 149 Tests<uint64_t, NoThreadsGuard>::test(); in main() 153 Tests<uint32_t, MutexImpl>::test(); in main() 154 Tests<uint64_t, MutexImpl>::test(); in main() 158 Tests<uint32_t, FutexImpl>::test(); in main() 159 Tests<uint64_t, FutexImpl>::test(); in main()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SemanticSelectionTests.cpp | 53 const char *Tests[] = { in TEST() local 156 for (const char *Test : Tests) { in TEST() 200 const char *Tests[] = { in TEST() local 259 for (const char *Test : Tests) { in TEST() 269 const char *Tests[] = { in TEST() local 339 for (const char *Test : Tests) { in TEST()
|
| H A D | XRefsTests.cpp | 75 const char *Tests[] = { in TEST() local 138 const char *Tests[] = { in TEST() local 440 const char *Tests[] = { in TEST() local 1063 const char *Tests[] = { in TEST() local 1140 const char *Tests[] = { in TEST() local 1204 const char *Tests[] = { in TEST() local 1370 const char *Tests[] = { in TEST() local 1653 const char *Tests[] = { in TEST() local 1930 const char *Tests[] = { in TEST() local 2366 } Tests[] = { in TEST() local [all …]
|
| H A D | CollectMacrosTests.cpp | 29 const char *Tests[] = { in TEST() local 76 for (const char *Test : Tests) { in TEST()
|
| H A D | RenameTests.cpp | 109 llvm::StringRef Tests[] = { in TEST() local 822 for (llvm::StringRef T : Tests) { in TEST() 1687 } Tests[] = { in TEST() local 1728 for (const auto &T : Tests) { in TEST() 1747 } Tests[] = { in TEST() local 1843 for (const auto &T : Tests) { in TEST() 1869 } Tests[] = { in TEST() local 1963 for (const auto &T : Tests) { in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | AssumeBundleQueriesTest.cpp | 31 &Tests) { in RunTest() 32 for (auto &Elem : Tests) { in RunTest() 84 Tests; in TEST() local 85 Tests.push_back(std::make_pair( in TEST() 104 Tests.push_back(std::make_pair( in TEST() 128 Tests.push_back(std::make_pair( in TEST() 138 Tests.push_back( in TEST() 221 RunTest(Head, Tail, Tests); in TEST() 260 Tests; in TEST() local 323 Tests.push_back( in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | DJBTest.cpp | 21 static constexpr TestCase Tests[] = { in TEST() local 52 for (const TestCase &T : Tests) { in TEST() 63 static constexpr TestCase Tests[] = { in TEST() local 74 for (const TestCase &T : Tests) { in TEST()
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | select_arithmetic.ll | 6 ; Tests folding constants from two similar selects that feed a add 19 ; Tests folding multiple expression constants from similar selects that feed a adds 35 ; Tests folding constants from two similar selects that feed a sub 48 ; Tests folding constants from two similar selects that feed a mul 63 ; Tests folding constants if the selects have multiple uses but 80 ; Tests not folding constants if we cannot fold away any of the selects.
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | thinlto-index-disassembled-by-llvm-dis.ll | 1 ; Tests that `llvm-dis` could disassemble ThinLTO minimized bitcode 13 ; Tests that `llvm-dis` could disassemble minimized bitcode with `--print-thinlto-index-only`, and … 16 ; Tests that `llvm-dis` could disassemble ThinLTO-ready bitcode with `--print-thinlto-index-only`,
|
| /llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/ |
| H A D | use-after-scope-types.cpp | 71 using Tests = void (*)(); in main() typedef 72 Tests tests[] = { in main()
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | use-after-scope-types.cpp | 50 using Tests = void (*)(); in main() typedef 51 Tests tests[] = { in main()
|
| /llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationTest.cpp | 55 static constexpr TestCase Tests[] = { in TEST_F() local 63 for (const auto &Test : Tests) { in TEST_F()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/ |
| H A D | README.TXT | 14 Tests specific to [unique.ptr.single] have the suffix ".single.pass.cpp" 16 Tests for both specializations are named normally.
|
| /llvm-project-15.0.7/cross-project-tests/ |
| H A D | CMakeLists.txt | 93 set_target_properties(check-cross-project PROPERTIES FOLDER "Tests") 94 set_target_properties(check-debuginfo PROPERTIES FOLDER "Tests") 95 set_target_properties(check-intrinsic-headers PROPERTIES FOLDER "Tests")
|
| /llvm-project-15.0.7/llvm/test/ |
| H A D | CMakeLists.txt | 228 set_target_properties(llvm-test-depends PROPERTIES FOLDER "Tests") 241 set_target_properties(check-llvm PROPERTIES FOLDER "Tests") 246 FOLDER "Tests/Subdirectories" 252 set_target_properties(check PROPERTIES FOLDER "Tests")
|
| /llvm-project-15.0.7/llvm/utils/lit/ |
| H A D | CMakeLists.txt | 29 set_target_properties(check-lit PROPERTIES FOLDER "Tests") 30 set_target_properties(prepare-check-lit PROPERTIES FOLDER "Tests")
|
| /llvm-project-15.0.7/clang/bindings/python/tests/ |
| H A D | CMakeLists.txt | 13 # Tests require libclang.so which is only built with LLVM_ENABLE_PIC=ON 28 # Tests fail on Windows, and need someone knowledgeable to fix.
|
| /llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/ |
| H A D | CMakeLists.txt | 9 set_target_properties(DynamicLibraryLib PROPERTIES FOLDER "Tests") 28 set_target_properties(${NAME} PROPERTIES FOLDER "Tests")
|
| /llvm-project-15.0.7/llvm/bindings/python/ |
| H A D | README.txt | 15 All test code is location in llvm/tests. Tests are written as classes 19 Tests can be executed by installing nose:
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb2/ |
| H A D | mve-vpt-optimisations.mir | 309 ; Tests that VCMPs with an opposite condition and swapped operands are 415 ; Tests that, if the result of the VCMP is killed before the 426 ; Tests that, if the result of the VCMP that has been replaced with a 436 ; Tests that the kill flag is removed when inserting a VPNOT for 445 ; Tests that the kill flag is correctly removed when replacing a use 504 ; Tests that predicated VCMPs are not replaced. 753 ; Tests that unpredicated instructions in the middle of the block 781 ; Tests that already present VPNOTs are "registered" by the pass so 791 ; Tests that the pass works with instructions other than vcmp. 881 ; Tests that predicated VPNOTs are not considered by this pass [all …]
|
| /llvm-project-15.0.7/lldb/unittests/ |
| H A D | CMakeLists.txt | 41 if (NOT ${test_name} MATCHES "Tests$") 42 message(FATAL_ERROR "Unit test name must end with 'Tests' for lit to find it.")
|
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/ |
| H A D | CMakeLists.txt | 15 set_target_properties(FuzzerUnitTests PROPERTIES FOLDER "Compiler-RT Tests") 18 set_target_properties(FuzzedDataProviderUnitTests PROPERTIES FOLDER "Compiler-RT Tests")
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | invalid-fp80hex.ll | 3 ; Tests bug: 24640
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | associative-comdat-order.test | 1 # Tests that an associative comdat being associated with another 8 # Tests that an associative comdat being associated with another
|
| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | lit.local.cfg | 1 # Tests are not expected to pass in a cross-compilation setup.
|