Home
last modified time | relevance | path

Searched refs:test_copy (Results 1 – 8 of 8) sorted by relevance

/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dlegalize-ignore-non-generic.mir7 define void @test_copy() { ret void }
12 name: test_copy
19 ; CHECK-LABEL: name: test_copy
H A Dprelegalizercombiner-copy-prop-disabled.mir20 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 Dcopy.pass.cpp54 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 Dcopy_move_nontrivial.pass.cpp208 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 Dtest_copy_mismatch_types.mir9 define i32 @test_copy(i32 %argc) {
15 name: test_copy
H A Dtest_copy.mir9 define i32 @test_copy(i32 %argc) {
18 name: test_copy
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx14.cpp754 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 Dselect-copy.mir6 define void @test_copy() {
32 name: test_copy
33 # ALL-LABEL: name: test_copy