Searched refs:test_copy (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
H A D | legalize-ignore-non-generic.mir | 7 define void @test_copy() { ret void } 12 name: test_copy 19 ; CHECK-LABEL: name: test_copy
|
H A D | prelegalizercombiner-copy-prop-disabled.mir | 20 define void @test_copy(ptr %addr) { 27 name: test_copy 31 ; ENABLED-LABEL: name: test_copy 37 ; DISABLED-LABEL: name: test_copy
|
/llvm-project/libcxx/test/std/utilities/any/any.class/any.cons/ |
H A D | copy.pass.cpp | 54 void test_copy() in test_copy() function 91 test_copy<small>(); in main() 92 test_copy<large>(); in main()
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/ |
H A D | copy_move_nontrivial.pass.cpp | 208 constexpr void test_copy() { in test_copy() function 259 test_copy<FromIter, std::type_identity_t, ToIter>(); in test_copy_with_type() 260 test_copy<FromIter, sized_sentinel, ToIter>(); in test_copy_with_type() 261 test_copy<FromIter, std::type_identity_t, To*>(); in test_copy_with_type() 262 test_copy<From*, std::type_identity_t, To*>(); in test_copy_with_type() 263 test_copy<From*, std::type_identity_t, ToIter>(); in test_copy_with_type()
|
/llvm-project/llvm/test/MachineVerifier/ |
H A D | test_copy_mismatch_types.mir | 9 define i32 @test_copy(i32 %argc) { 15 name: test_copy
|
H A D | test_copy.mir | 9 define i32 @test_copy(i32 %argc) { 18 name: test_copy
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constant-expression-cxx14.cpp | 754 constexpr bool test_copy(const char *str, int n) { in test_copy() function 762 static_assert(test_copy("foo", 0), ""); 763 static_assert(test_copy("foo", 1), ""); 764 static_assert(test_copy("foo", 2), ""); 765 static_assert(test_copy("hello world", 0), ""); 766 static_assert(test_copy("hello world", 7), ""); 767 static_assert(test_copy("hello world", 8), ""); 768 static_assert(test_copy("hello world", 9), ""); 769 static_assert(test_copy("hello world", 10), ""); 770 static_assert(test_copy("hell [all...] |
/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
H A D | select-copy.mir | 6 define void @test_copy() { 32 name: test_copy 33 # ALL-LABEL: name: test_copy
|