/external/clang/test/SemaCXX/ |
D | address-space-conversion.cpp | 26 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_const_cast() 51 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_static_cast() 102 void test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_dynamic_cast() 132 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_reinterpret_cast() 158 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_cstyle_cast() 182 A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, in test_implicit_conversion()
|
/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/ |
D | convert_to_auto_ptr.pass.cpp | 30 std::auto_ptr<A> ap2(source()); in test() local
|
D | convert_from_auto_ptr_ref.pass.cpp | 28 std::auto_ptr<A> ap2(apr); in test() local
|
D | assign_from_auto_ptr_ref.pass.cpp | 28 std::auto_ptr<A> ap2(new A(2)); in test() local
|
/external/libcxx/test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/ |
D | copy.pass.cpp | 27 std::auto_ptr<A> ap2(ap1); in test() local
|
D | convert.pass.cpp | 27 std::auto_ptr<A> ap2(ap1); in test() local
|
D | copy.fail.cpp | 27 std::auto_ptr<A> ap2(ap1); in test() local
|
D | convert.fail.cpp | 27 std::auto_ptr<A> ap2(ap1); in test() local
|
D | convert_assignment.fail.cpp | 28 std::auto_ptr<A> ap2(p2); in test() local
|
D | assignment.pass.cpp | 28 std::auto_ptr<A> ap2(p2); in test() local
|
D | convert_assignment.pass.cpp | 28 std::auto_ptr<A> ap2(p2); in test() local
|
D | assignment.fail.cpp | 28 std::auto_ptr<A> ap2(p2); in test() local
|
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
D | allocate.pass.cpp | 45 A* ap2 = a.allocate(3, (const void*)5); in main() local
|
/external/openssh/openbsd-compat/ |
D | bsd-asprintf.c | 46 va_list ap2; in vasprintf() local
|
/external/clang/test/Analysis/ |
D | malloc-sizeof.c | 23 struct A *ap2 = calloc(2, sizeof(*ap1)); in foo() local
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; in icvCreateContourTree() local
|
/external/openssh/ |
D | sshbuf-getput-basic.c | 267 va_list ap2; in sshbuf_putfv() local
|