Home
last modified time | relevance | path

Searched refs:Tests (Results 1 – 25 of 493) sorted by relevance

12345678910>>...20

/llvm-project-15.0.7/libcxxabi/test/
H A Dguard_test_basic.pass.cpp31 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 DSemanticSelectionTests.cpp53 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 DXRefsTests.cpp75 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 DCollectMacrosTests.cpp29 const char *Tests[] = { in TEST() local
76 for (const char *Test : Tests) { in TEST()
H A DRenameTests.cpp109 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 DAssumeBundleQueriesTest.cpp31 &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 DDJBTest.cpp21 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 Dselect_arithmetic.ll6 ; 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 Dthinlto-index-disassembled-by-llvm-dis.ll1 ; 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 Duse-after-scope-types.cpp71 using Tests = void (*)(); in main() typedef
72 Tests tests[] = { in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-types.cpp50 using Tests = void (*)(); in main() typedef
51 Tests tests[] = { in main()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp55 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 DREADME.TXT14 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 DCMakeLists.txt93 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 DCMakeLists.txt228 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 DCMakeLists.txt29 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 DCMakeLists.txt13 # 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 DCMakeLists.txt9 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 DREADME.txt15 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 Dmve-vpt-optimisations.mir309 ; 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 DCMakeLists.txt41 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 DCMakeLists.txt15 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 Dinvalid-fp80hex.ll3 ; Tests bug: 24640
/llvm-project-15.0.7/lld/test/COFF/
H A Dassociative-comdat-order.test1 # 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 Dlit.local.cfg1 # Tests are not expected to pass in a cross-compilation setup.

12345678910>>...20