Home
last modified time | relevance | path

Searched refs:ap1 (Results 1 – 25 of 31) sorted by relevance

12

/external/clang/test/SemaCXX/
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()
43 (void)const_cast<A_ptr_2>(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()
80 (void)static_cast<B_ptr>(ap1); // expected-error{{casts away qualifiers}} in test_static_cast()
85 (void)static_cast<B_ptr_2>(ap1); // expected-error{{casts away qualifiers}} in test_static_cast()
88 (void)static_cast<void_ptr>(ap1); // expected-error{{is not allowed}} in test_static_cast()
93 (void)static_cast<void_ptr_2>(ap1); // expected-error{{is not allowed}} in test_static_cast()
[all …]
/external/llvm/test/CodeGen/X86/
Dwin64_vararg.ll15 %ap1 = bitcast i8** %ap to i8* ; <i8*> [#uses=1]
16 call void @llvm.va_start(i8* %ap1)
29 %ap1 = bitcast i8** %ap to i8*
30 call void @llvm.va_start(i8* %ap1)
31 ret i8* %ap1
40 %ap1 = bitcast i8** %ap to i8*
41 call void @llvm.va_start(i8* %ap1)
42 ret i8* %ap1
51 %ap1 = bitcast i8** %ap to i8*
52 call void @llvm.va_start(i8* %ap1)
[all …]
/external/llvm/test/CodeGen/Mips/
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*
48 call void @llvm.va_start(i8* %ap1)
75 %ap1 = bitcast i8** %ap to i8*
76 call void @llvm.va_start(i8* %ap1)
98 %ap1 = bitcast i8** %ap to i8*
99 call void @llvm.va_start(i8* %ap1)
126 %ap1 = bitcast i8** %ap to i8*
127 call void @llvm.va_start(i8* %ap1)
[all …]
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/
Dassignment.pass.cpp26 std::auto_ptr<A> ap1(p1); in test() local
30 assert(ap1.get() == p1); in test()
32 std::auto_ptr<A>& apr = ap2 = ap1; in test()
35 assert(ap1.get() == 0); in test()
Dassignment.fail.cpp26 const std::auto_ptr<A> ap1(p1); in test() local
30 assert(ap1.get() == p1); in test()
32 std::auto_ptr<A>& apr = ap2 = ap1; in test()
35 assert(ap1.get() == 0); in test()
Dconvert_assignment.pass.cpp26 std::auto_ptr<B> ap1(p1); in test() local
31 assert(ap1.get() == p1); in test()
33 std::auto_ptr<A>& apr = ap2 = ap1; in test()
37 assert(ap1.get() == 0); in test()
Dconvert_assignment.fail.cpp26 const std::auto_ptr<B> ap1(p1); in test() local
31 assert(ap1.get() == p1); in test()
33 std::auto_ptr<A>& apr = ap2 = ap1; in test()
37 assert(ap1.get() == 0); in test()
Dcopy.pass.cpp26 std::auto_ptr<A> ap1(p); in test() local
27 std::auto_ptr<A> ap2(ap1); in test()
28 assert(ap1.get() == 0); in test()
Dcopy.fail.cpp26 const std::auto_ptr<A> ap1(p); in test() local
27 std::auto_ptr<A> ap2(ap1); in test()
28 assert(ap1.get() == 0); in test()
Dconvert.fail.cpp26 const std::auto_ptr<B> ap1(p); in test() local
27 std::auto_ptr<A> ap2(ap1); in test()
28 assert(ap1.get() == 0); in test()
Dconvert.pass.cpp26 std::auto_ptr<B> ap1(p); in test() local
27 std::auto_ptr<A> ap2(ap1); in test()
28 assert(ap1.get() == 0); in test()
/external/jemalloc/test/integration/
Dallocated.c17 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
61 sz = sizeof(ap1); in thd_start()
62 mallctl("thread.allocatedp", &ap1, &sz, NULL, 0); in thd_start()
63 assert_u64_eq(*ap1, a1, in thd_start()
66 assert_ptr_eq(ap0, ap1, in thd_start()
/external/libcxx/test/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/
Dconvert_from_auto_ptr_ref.pass.cpp26 std::auto_ptr<B> ap1(p1); in test() local
27 std::auto_ptr_ref<A> apr = ap1; in test()
30 assert(ap1.get() == 0); in test()
Dassign_from_auto_ptr_ref.pass.cpp26 std::auto_ptr<A> ap1(p1); in test() local
27 std::auto_ptr_ref<A> apr = ap1; in test()
32 assert(ap1.get() == 0); in test()
Dconvert_to_auto_ptr_ref.pass.cpp25 std::auto_ptr<B> ap1(p1); in test() local
26 std::auto_ptr_ref<A> apr = ap1; in test()
/external/clang/test/Analysis/
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()
/external/openssl/crypto/objects/
Dobjxref.pl49 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]};
51 return $ap1 - $bp1 if ($ap1 != $bp1);
/external/chromium_org/third_party/boringssl/src/crypto/obj/
Dobj_xref.pl49 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]};
51 return $ap1 - $bp1 if ($ap1 != $bp1);
/external/llvm/test/CodeGen/ARM/
Dva_arg.ll30 %ap1 = bitcast i8** %ap to i8* ; <i8*> [#uses=2]
31 call void @llvm.va_start(i8* %ap1)
35 call void @llvm.va_end(i8* %ap1)
D2009-10-30.ll12 %ap1 = bitcast i8** %ap to i8*
13 call void @llvm.va_start(i8* %ap1)
/external/opencv/cv/src/
Dcvcontourtree.cpp78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; in icvCreateContourTree() local
207 &ap1, &bp1 )); in icvCreateContourTree()
355 ap2 = ap1; in icvCreateContourTree()
356 ap1 = a; in icvCreateContourTree()
399 icvCalcTriAttr( contour, tp1, tn2, nmn2, t, nm, &sp1, &sp1_c, &hp1, &ap1, in icvCreateContourTree()
484 tree_one.r1 = hp1 / ap1; in icvCreateContourTree()
485 tree_one.r2 = bp1 / ap1; in icvCreateContourTree()
/external/clang/test/CodeGen/
Dmerge-statics.c8 struct s *ap1 = &a; variable
/external/llvm/test/CodeGen/PowerPC/
Dvec_misaligned.ll20 %ap1 = bitcast i8** %ap to i8* ; <i8*> [#uses=1]
21 call void @llvm.va_start( i8* %ap1 )
/external/llvm/test/CodeGen/SPARC/
Dvarargs.ll20 %ap1 = bitcast i8** %ap to i8*
21 call void @llvm.va_start(i8* %ap1)
/external/chromium_org/content/browser/geolocation/
Dnetwork_location_request.cc186 bool operator()(const AccessPointData* ap1, in operator ()()
188 return ap2->radio_signal_strength < ap1->radio_signal_strength; in operator ()()

12