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

/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
H A Dallocate.pass.cpp45 A* ap2 = a.allocate(3, (const void*)5); local
49 a.deallocate(ap2, 3);
/external/openssh/openbsd-compat/
H A Dbsd-asprintf.c46 va_list ap2; local
50 VA_COPY(ap2, ap);
54 ret = vsnprintf(string, INIT_SZ, fmt, ap2);
66 va_end(ap2);
67 VA_COPY(ap2, ap);
68 ret = vsnprintf(newstr, len, fmt, ap2);
77 va_end(ap2);
83 va_end(ap2);
/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/openssh/
H A Dsshbuf-getput-basic.c267 va_list ap2; local
271 va_copy(ap2, ap);
272 if ((len = vsnprintf(NULL, 0, fmt, ap2)) < 0) {
280 va_end(ap2);
281 va_copy(ap2, ap);
284 if ((r = vsnprintf((char *)p, len + 1, fmt, ap2)) != len) {
293 va_end(ap2);
/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;

Completed in 522 milliseconds