| /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 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 D | o32_cc_vararg.ll | 21 %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 D | assignment.pass.cpp | 29 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 D | assignment.compile.fail.cpp | 25 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 D | convert_assignment.pass.cpp | 29 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 D | convert_assignment.compile.fail.cpp | 27 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 D | copy.pass.cpp | 29 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 D | copy.compile.fail.cpp | 27 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 D | convert.compile.fail.cpp | 25 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 D | convert.pass.cpp | 29 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 D | varargs.ll | 19 %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 D | aarch64_win64cc_vararg.ll | 22 %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 D | win64_vararg.ll | 20 %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 D | outline-vaarg-intrinsic.ll | 19 %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 D | illegal-vaarg.ll | 39 %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 D | convert_to_auto_ptr_ref.pass.cpp | 28 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 D | convert_from_auto_ptr_ref.pass.cpp | 29 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 D | assign_from_auto_ptr_ref.pass.cpp | 29 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 D | malloc-sizeof.c | 22 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 D | 2009-10-30.ll | 12 %ap1 = bitcast i8** %ap to i8* 13 call void @llvm.va_start(i8* %ap1)
|
| H A D | va_arg.ll | 49 %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 D | var_arg.mir | 17 %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 D | var_arg.mir | 17 %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 D | var_arg.ll | 30 ; 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 D | merge-statics.c | 8 struct s *ap1 = &a; variable
|