Searched defs:ap2 (Results 1 - 6 of 6) sorted by relevance

/external/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp57 A* ap2 = a.allocate(3, (const void*)5); local
60 a.deallocate(ap2, 3);
/external/clang/test/Analysis/
H A Dmalloc-sizeof.c23 struct A *ap2 = calloc(2, sizeof(*ap1)); local
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2,
39 (void)const_cast<A_ptr>(ap2); // expected-error{{is not allowed}}
41 (void)const_cast<A_ptr_1>(ap2); // expected-error{{is not allowed}}
51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2,
61 (void)static_cast<B_ptr_2>(ap2);
66 (void)static_cast<void_ptr_2>(ap2);
81 (void)static_cast<B_ptr>(ap2); // expected-error{{casts away qualifiers}}
83 (void)static_cast<B_ptr_1>(ap2); // expected-error{{casts away qualifiers}}
89 (void)static_cast<void_ptr>(ap2); // expected-error{{is not allowed}}
91 (void)static_cast<void_ptr_1>(ap2); // expecte
25 test_const_cast(int_ptr ip, int_ptr_1 ip1, int_ptr_2 ip2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, const int *cip, const int __attribute__((address_space(1))) *cip1) argument
50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument
181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument
[all...]
/external/opencv/cv/src/
H A Dcvcontourtree.cpp78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local
210 &ap2, &bp2 ));
355 ap2 = ap1;
/external/qemu/
H A Dexec.c473 va_list ap2; local
476 va_copy(ap2, ap);
487 qemu_log_vprintf(fmt, ap2);
497 va_end(ap2);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c397 struct action *ap2
400 rc = ap1->sp->index - ap2->sp->index;
402 rc = (int)ap1->type - (int)ap2->type;
405 rc = ap1->x.rp->index - ap2->x.rp->index;
408 rc = (int) (ap2 - ap1);
4087 struct action *ap, *ap2; local
4108 for(ap2=ap->next; ap2; ap2=ap2
[all...]

Completed in 1849 milliseconds