Home
last modified time | relevance | path

Searched refs:ap2 (Results 1 – 25 of 41) sorted by relevance

12

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp26 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 Dms_abi.c70 __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 Dms_abi_aarch64.c41 __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 DvariableArgumentIntrinsic.3.2.ll11 %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 Dassignment.pass.cpp31 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 Dassignment.compile.fail.cpp27 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 Dconvert_assignment.pass.cpp31 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 Dconvert_assignment.compile.fail.cpp29 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 Dcopy.pass.cpp30 std::auto_ptr<A> ap2(ap1); in test() local
32 assert(ap2.get() == p); in test()
H A Dcopy.compile.fail.cpp28 std::auto_ptr<A> ap2(ap1); in test() local
30 assert(ap2.get() == p); in test()
H A Dconvert.compile.fail.cpp26 std::auto_ptr<A> ap2(ap1); in test() local
28 assert(ap2.get() == p); in test()
H A Dconvert.pass.cpp30 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 Do32_cc_vararg.ll25 %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 Daix-vaargs.c15 __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 Daarch64_win64cc_vararg.ll24 %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 Dvarargs.ll22 %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 Dallocate.cxx2a.pass.cpp63 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 Dstack-coloring-vararg.mir26 %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 Dconvert_to_auto_ptr_ref.pass.cpp30 std::auto_ptr<A> ap2(apr); in test() local
32 assert(ap2.get() == p1); in test()
33 ap2.release(); in test()
H A Dassign_from_auto_ptr_ref.pass.cpp31 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 Dconvert_from_auto_ptr_ref.pass.cpp31 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 Dva.ll12 %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 Dinline-varargs.ll91 %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 Darguments-varargs.ll122 %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 Darguments-hard-float-varargs.ll40 %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)

12