/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() 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/ |
D | win64_vararg.ll | 15 %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/ |
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* 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/ |
D | assignment.pass.cpp | 26 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()
|
D | assignment.fail.cpp | 26 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()
|
D | convert_assignment.pass.cpp | 26 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()
|
D | convert_assignment.fail.cpp | 26 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()
|
D | copy.pass.cpp | 26 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()
|
D | copy.fail.cpp | 26 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()
|
D | convert.fail.cpp | 26 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()
|
D | convert.pass.cpp | 26 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/ |
D | allocated.c | 17 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/ |
D | convert_from_auto_ptr_ref.pass.cpp | 26 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()
|
D | assign_from_auto_ptr_ref.pass.cpp | 26 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()
|
D | convert_to_auto_ptr_ref.pass.cpp | 25 std::auto_ptr<B> ap1(p1); in test() local 26 std::auto_ptr_ref<A> apr = ap1; in test()
|
/external/clang/test/Analysis/ |
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()
|
/external/openssl/crypto/objects/ |
D | objxref.pl | 49 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]}; 51 return $ap1 - $bp1 if ($ap1 != $bp1);
|
/external/chromium_org/third_party/boringssl/src/crypto/obj/ |
D | obj_xref.pl | 49 my$ap1 = $oid_tbl{$xref_tbl{$a}[0]}; 51 return $ap1 - $bp1 if ($ap1 != $bp1);
|
/external/llvm/test/CodeGen/ARM/ |
D | va_arg.ll | 30 %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)
|
D | 2009-10-30.ll | 12 %ap1 = bitcast i8** %ap to i8* 13 call void @llvm.va_start(i8* %ap1)
|
/external/opencv/cv/src/ |
D | cvcontourtree.cpp | 78 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/ |
D | merge-statics.c | 8 struct s *ap1 = &a; variable
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_misaligned.ll | 20 %ap1 = bitcast i8** %ap to i8* ; <i8*> [#uses=1] 21 call void @llvm.va_start( i8* %ap1 )
|
/external/llvm/test/CodeGen/SPARC/ |
D | varargs.ll | 20 %ap1 = bitcast i8** %ap to i8* 21 call void @llvm.va_start(i8* %ap1)
|
/external/chromium_org/content/browser/geolocation/ |
D | network_location_request.cc | 186 bool operator()(const AccessPointData* ap1, in operator ()() 188 return ap2->radio_signal_strength < ap1->radio_signal_strength; in operator ()()
|