| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | address-space-conversion.cpp | 26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_const_cast() argument 51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_static_cast() argument 61 (void)static_cast<B_ptr_2>(ap2); in test_static_cast() 66 (void)static_cast<void_ptr_2>(ap2); in test_static_cast() 102 void test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_dynamic_cast() argument 112 (void)dynamic_cast<B_ptr_2>(ap2); in test_dynamic_cast() 132 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_reinterpret_cast() argument 158 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_cstyle_cast() argument 163 (void)(A_ptr)(ap2); in test_cstyle_cast() 171 (void)(A_ptr_1)(ap2); in test_cstyle_cast() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms_abi.c | 70 __builtin_ms_va_list ap2; in f4() local 71 __builtin_ms_va_copy(ap2, ap); in f4() 103 __builtin_va_list ap2; in f5() local 104 __builtin_va_copy(ap2, ap); in f5() 143 __builtin_ms_va_list ap2; in f6() local 144 __builtin_ms_va_copy(ap2, ap); in f6()
|
| H A D | ms_abi_aarch64.c | 41 __builtin_ms_va_list ap2; in f4() local 42 __builtin_ms_va_copy(ap2, ap); in f4() 81 __builtin_va_list ap2; in f5() local 82 __builtin_va_copy(ap2, ap); in f5()
|
| /llvm-project-15.0.7/llvm/test/Bitcode/ |
| H A D | variableArgumentIntrinsic.3.2.ll | 11 %ap2 = bitcast i8** %ap to i8* 13 ; CHECK: call void @llvm.va_start(i8* %ap2) 14 call void @llvm.va_start(i8* %ap2) 22 ; CHECK: call void @llvm.va_copy(i8* %aq2, i8* %ap2) 23 call void @llvm.va_copy(i8* %aq2, i8* %ap2) 27 ; CHECK-NEXT: call void @llvm.va_end(i8* %ap2) 28 call void @llvm.va_end(i8* %ap2)
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/ |
| H A D | assignment.pass.cpp | 31 std::auto_ptr<A> ap2(p2); in test() local 34 assert(ap2.get() == p2); in test() 35 std::auto_ptr<A>& apr = ap2 = ap1; in test() 36 assert(&apr == &ap2); in test() 39 assert(ap2.get() == p1); in test()
|
| H A D | assignment.compile.fail.cpp | 27 std::auto_ptr<A> ap2(p2); in test() local 30 assert(ap2.get() == p2); in test() 31 std::auto_ptr<A>& apr = ap2 = ap1; in test() 32 assert(&apr == &ap2); in test() 35 assert(ap2.get() == p1); in test()
|
| H A D | convert_assignment.pass.cpp | 31 std::auto_ptr<A> ap2(p2); in test() local 35 assert(ap2.get() == p2); in test() 36 std::auto_ptr<A>& apr = ap2 = ap1; in test() 37 assert(&apr == &ap2); in test() 41 assert(ap2.get() == p1); in test()
|
| H A D | convert_assignment.compile.fail.cpp | 29 std::auto_ptr<A> ap2(p2); in test() local 33 assert(ap2.get() == p2); in test() 34 std::auto_ptr<A>& apr = ap2 = ap1; in test() 35 assert(&apr == &ap2); in test() 39 assert(ap2.get() == p1); in test()
|
| H A D | copy.pass.cpp | 30 std::auto_ptr<A> ap2(ap1); in test() local 32 assert(ap2.get() == p); in test()
|
| H A D | copy.compile.fail.cpp | 28 std::auto_ptr<A> ap2(ap1); in test() local 30 assert(ap2.get() == p); in test()
|
| H A D | convert.compile.fail.cpp | 26 std::auto_ptr<A> ap2(ap1); in test() local 28 assert(ap2.get() == p); in test()
|
| H A D | convert.pass.cpp | 30 std::auto_ptr<A> ap2(ap1); in test() local 32 assert(ap2.get() == p); in test()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | o32_cc_vararg.ll | 25 %ap2 = bitcast i8** %ap to i8* 26 call void @llvm.va_end(i8* %ap2) 51 %ap2 = bitcast i8** %ap to i8* 52 call void @llvm.va_end(i8* %ap2) 79 %ap2 = bitcast i8** %ap to i8* 80 call void @llvm.va_end(i8* %ap2) 102 %ap2 = bitcast i8** %ap to i8* 130 %ap2 = bitcast i8** %ap to i8* 156 %ap2 = bitcast i8** %ap to i8* 184 %ap2 = bitcast i8** %ap to i8* [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGen/PowerPC/ |
| H A D | aix-vaargs.c | 15 __builtin_va_list ap2; in testva() local 16 __builtin_va_copy(ap2, ap); in testva() 17 int v = __builtin_va_arg(ap2, int); in testva() 18 __builtin_va_end(ap2); in testva()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64_win64cc_vararg.ll | 24 %ap2 = load i8*, i8** %ap, align 8 25 call void @other_func(i8* %ap2) 47 %ap2 = load i8*, i8** %ap, align 8 48 ret i8* %ap2 64 %ap2 = load i8*, i8** %ap, align 8 65 ret i8* %ap2 82 %ap2 = load i8*, i8** %ap, align 8 83 ret i8* %ap2
|
| /llvm-project-15.0.7/llvm/test/CodeGen/M68k/ |
| H A D | varargs.ll | 22 %ap2 = bitcast %struct.va_list* %ap to i8* 23 call void @llvm.va_start(i8* %ap2) 26 %tmp = va_arg i8* %ap2, i32 31 call void @llvm.va_copy(i8* %aq2, i8* %ap2) 35 call void @llvm.va_end(i8* %ap2)
|
| /llvm-project-15.0.7/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/ |
| H A D | allocate.cxx2a.pass.cpp | 63 T* volatile ap2 = a.allocate(11, (const void*)5); in test_aligned() local 64 DoNotOptimize(ap2); in test_aligned() 72 a.deallocate(ap2, 11); in test_aligned() 73 DoNotOptimize(ap2); in test_aligned()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | stack-coloring-vararg.mir | 26 %ap2.i.i = alloca [1 x %struct.__va_list_tag], align 4 30 %0 = bitcast [1 x %struct.__va_list_tag]* %ap2.i.i to i8* 109 - { id: 1, name: ap2.i.i, size: 12, alignment: 8 } 153 LIFETIME_START %stack.1.ap2.i.i 155 STW killed %17, 8, %stack.1.ap2.i.i :: (store (s32) into %stack.1.ap2.i.i + 8, basealign 8) 157 STW killed %18, 4, %stack.1.ap2.i.i :: (store (s32) into %stack.1.ap2.i.i + 4, basealign 8) 159 STW killed %19, 0, %stack.1.ap2.i.i :: (store (s32) into %stack.1.ap2.i.i, basealign 8)
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/ |
| H A D | convert_to_auto_ptr_ref.pass.cpp | 30 std::auto_ptr<A> ap2(apr); in test() local 32 assert(ap2.get() == p1); in test() 33 ap2.release(); in test()
|
| H A D | assign_from_auto_ptr_ref.pass.cpp | 31 std::auto_ptr<A> ap2(new A(2)); in test() local 32 ap2 = apr; in test() 34 assert(ap2.get() == p1); in test()
|
| H A D | convert_from_auto_ptr_ref.pass.cpp | 31 std::auto_ptr<A> ap2(apr); in test() local 32 assert(ap2.get() == p1); in test()
|
| /llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
| H A D | va.ll | 12 %ap2 = bitcast i8** %ap to i8* 13 call void @llvm.va_start(i8* %ap2) 21 call void @llvm.va_copy(i8* %aq2, i8* %ap2) 25 call void @llvm.va_end(i8* %ap2)
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-varargs.ll | 91 %ap2 = alloca i8*, align 4 92 %ap2.ptr = bitcast i8** %ap to i8* 95 call void @llvm.va_start(i8* nonnull %ap2.ptr) 96 call fastcc void @callee_with_vaend_alwaysinline(i8* nonnull %ap2.ptr)
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/ |
| H A D | arguments-varargs.ll | 122 %ap2 = bitcast i8** %ap to i8* 135 call void @llvm.va_end(i8* %ap2) 237 %ap2 = bitcast i8** %ap to i8* 250 call void @llvm.va_end(i8* %ap2) 359 %ap2 = bitcast i8** %ap to i8* 474 %ap2 = bitcast i8** %ap to i8* 589 %ap2 = bitcast i8** %ap to i8* 711 %ap2 = bitcast i8** %ap to i8* 825 %ap2 = bitcast i8** %ap to i8* 939 %ap2 = bitcast i8** %ap to i8* [all …]
|
| H A D | arguments-hard-float-varargs.ll | 40 %ap2 = bitcast i8** %ap to i8* 41 call void @llvm.va_start(i8* %ap2) 45 call void @llvm.va_end(i8* %ap2) 102 %ap2 = bitcast i8** %ap to i8* 103 call void @llvm.va_start(i8* %ap2) 107 call void @llvm.va_end(i8* %ap2)
|