Home
last modified time | relevance | path

Searched refs:ap1 (Results 1 – 25 of 34) 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
38 (void)const_cast<A_ptr>(ap1); // expected-error{{is not allowed}} in test_const_cast()
51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_static_cast() argument
60 (void)static_cast<B_ptr_1>(ap1); in test_static_cast()
65 (void)static_cast<void_ptr_1>(ap1); 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
111 (void)dynamic_cast<B_ptr_1>(ap1); 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
162 (void)(A_ptr)(ap1); in test_cstyle_cast()
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Do32_cc_vararg.ll21 %ap1 = bitcast i8** %ap to i8*
22 call void @llvm.va_start(i8* %ap1)
47 %ap1 = bitcast i8** %ap to i8*
75 %ap1 = bitcast i8** %ap to i8*
98 %ap1 = bitcast i8** %ap to i8*
126 %ap1 = bitcast i8** %ap to i8*
152 %ap1 = bitcast i8** %ap to i8*
180 %ap1 = bitcast i8** %ap to i8*
203 %ap1 = bitcast i8** %ap to i8*
229 %ap1 = bitcast i8** %ap to i8*
[all …]
/llvm-project-15.0.7/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
H A Dassignment.pass.cpp29 std::auto_ptr<A> ap1(p1); in test() local
33 assert(ap1.get() == p1); in test()
35 std::auto_ptr<A>& apr = ap2 = ap1; in test()
38 assert(ap1.get() == 0); in test()
H A Dassignment.compile.fail.cpp25 const std::auto_ptr<A> ap1(p1); in test() local
29 assert(ap1.get() == p1); in test()
31 std::auto_ptr<A>& apr = ap2 = ap1; in test()
34 assert(ap1.get() == 0); in test()
H A Dconvert_assignment.pass.cpp29 std::auto_ptr<B> ap1(p1); in test() local
34 assert(ap1.get() == p1); in test()
36 std::auto_ptr<A>& apr = ap2 = ap1; in test()
40 assert(ap1.get() == 0); in test()
H A Dconvert_assignment.compile.fail.cpp27 const std::auto_ptr<B> ap1(p1); in test() local
32 assert(ap1.get() == p1); in test()
34 std::auto_ptr<A>& apr = ap2 = ap1; in test()
38 assert(ap1.get() == 0); in test()
H A Dcopy.pass.cpp29 std::auto_ptr<A> ap1(p); in test() local
30 std::auto_ptr<A> ap2(ap1); in test()
31 assert(ap1.get() == 0); in test()
H A Dcopy.compile.fail.cpp27 const std::auto_ptr<A> ap1(p); in test() local
28 std::auto_ptr<A> ap2(ap1); in test()
29 assert(ap1.get() == 0); in test()
H A Dconvert.compile.fail.cpp25 const std::auto_ptr<B> ap1(p); in test() local
26 std::auto_ptr<A> ap2(ap1); in test()
27 assert(ap1.get() == 0); in test()
H A Dconvert.pass.cpp29 std::auto_ptr<B> ap1(p); in test() local
30 std::auto_ptr<A> ap2(ap1); in test()
31 assert(ap1.get() == 0); in test()
/llvm-project-15.0.7/llvm/test/CodeGen/AVR/
H A Dvarargs.ll19 %ap1 = bitcast i8** %ap to i8*
20 call void @llvm.va_start(i8* %ap1)
24 call void @llvm.va_end(i8* %ap1)
33 %ap1 = bitcast i8** %ap to i8*
34 call void @llvm.va_start(i8* %ap1)
36 call void @llvm.va_end(i8* %ap1)
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64_win64cc_vararg.ll22 %ap1 = bitcast i8** %ap to i8*
23 call void @llvm.va_start(i8* %ap1)
45 %ap1 = bitcast i8** %ap to i8*
46 call void @llvm.va_start(i8* %ap1)
62 %ap1 = bitcast i8** %ap to i8*
63 call void @llvm.va_start(i8* %ap1)
80 %ap1 = bitcast i8** %ap to i8*
81 call void @llvm.va_start(i8* %ap1)
H A Dwin64_vararg.ll20 %ap1 = bitcast i8** %ap to i8*
21 call void @llvm.va_start(i8* %ap1)
43 %ap1 = bitcast i8** %ap to i8*
44 call void @llvm.va_start(i8* %ap1)
60 %ap1 = bitcast i8** %ap to i8*
61 call void @llvm.va_start(i8* %ap1)
78 %ap1 = bitcast i8** %ap to i8*
79 call void @llvm.va_start(i8* %ap1)
98 %ap1 = bitcast i8** %ap to i8*
100 call void @llvm.va_start(i8* %ap1)
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Doutline-vaarg-intrinsic.ll19 %ap1 = bitcast i8** %ap to i8*
20 call void @llvm.va_start(i8* %ap1)
22 call void @llvm.va_copy(i8* %v, i8* %ap1)
23 call void @llvm.va_end(i8* %ap1)
37 %ap1 = bitcast i8** %ap to i8*
38 call void @llvm.va_start(i8* %ap1)
40 call void @llvm.va_copy(i8* %v, i8* %ap1)
41 call void @llvm.va_end(i8* %ap1)
H A Dillegal-vaarg.ll39 %ap1 = bitcast i8** %ap to i8*
40 call void @llvm.va_start(i8* %ap1)
42 call void @llvm.va_copy(i8* %v, i8* %ap1)
43 call void @llvm.va_end(i8* %ap1)
78 %ap1 = bitcast i8** %ap to i8*
79 call void @llvm.va_start(i8* %ap1)
81 call void @llvm.va_copy(i8* %v, i8* %ap1)
82 call void @llvm.va_end(i8* %ap1)
/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.cpp28 std::auto_ptr<B> ap1(p1); in test() local
29 std::auto_ptr_ref<A> apr = ap1; in test()
31 assert(ap1.get() == nullptr); in test()
H A Dconvert_from_auto_ptr_ref.pass.cpp29 std::auto_ptr<B> ap1(p1); in test() local
30 std::auto_ptr_ref<A> apr = ap1; in test()
33 assert(ap1.get() == 0); in test()
H A Dassign_from_auto_ptr_ref.pass.cpp29 std::auto_ptr<A> ap1(p1); in test() local
30 std::auto_ptr_ref<A> apr = ap1; in test()
35 assert(ap1.get() == 0); in test()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc-sizeof.c22 struct A *ap1 = calloc(1, sizeof(struct A)); in foo() local
23 struct A *ap2 = calloc(2, sizeof(*ap1)); in foo()
24 …struct A *ap3 = calloc(2, sizeof(ap1)); // expected-warning {{Result of 'calloc' is converted to a… in foo()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2009-10-30.ll12 %ap1 = bitcast i8** %ap to i8*
13 call void @llvm.va_start(i8* %ap1)
H A Dva_arg.ll49 %ap1 = bitcast i8** %ap to i8* ; <i8*> [#uses=2]
50 call void @llvm.va_start(i8* %ap1)
54 call void @llvm.va_end(i8* %ap1)
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/legalizer/
H A Dvar_arg.mir17 %ap1 = bitcast i8** %ap to i8*
18 call void @llvm.va_start(i8* %ap1)
74 ; MIPS32: G_VASTART [[FRAME_INDEX4]](p0) :: (store (p0) into %ir.ap1, align 1)
107 G_VASTART %8(p0) :: (store (p0) into %ir.ap1, align 1)
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/
H A Dvar_arg.mir17 %ap1 = bitcast i8** %ap to i8*
18 call void @llvm.va_start(i8* %ap1)
75 ; MIPS32: G_VASTART [[FRAME_INDEX4]](p0) :: (store (s32) into %ir.ap1, align 1)
108 G_VASTART %8(p0) :: (store (s32) into %ir.ap1, align 1)
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/irtranslator/
H A Dvar_arg.ll30 ; MIPS32: G_VASTART [[FRAME_INDEX4]](p0) :: (store (s32) into %ir.ap1, align 1)
52 %ap1 = bitcast i8** %ap to i8*
53 call void @llvm.va_start(i8* %ap1)
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmerge-statics.c8 struct s *ap1 = &a; variable

12