/external/clang/test/FixIt/ |
fixit-nullability-declspec.cpp | 9 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the block pointer?}}
|
/external/clang/test/SemaCXX/ |
nullability-declspec.cpp | 7 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int'; did you mean to apply the specifier to the block pointer?}}
|
address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { 55 (void)static_cast<A_ptr_1>(bp1); 72 (void)static_cast<A_ptr>(bp1); // expected-error{{is not allowed}} 77 (void)static_cast<A_ptr_2>(bp1); // expected-error{{is not allowed}} 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { 106 (void)dynamic_cast<A_ptr_1>(bp1); 115 (void)dynamic_cast<A_ptr>(bp1); // expected-error{{casts away qualifiers}} 120 (void)dynamic_cast<A_ptr_2>(bp1); // expected-error{{casts away qualifiers}} 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, 139 (void)reinterpret_cast<A_ptr>(bp1); [all...] |
/external/clang/test/Sema/ |
block-misc.c | 165 void (^bp1)(); 170 f(1 ? bp : bp1);
|
/external/eigen/test/ |
geo_alignedbox.cpp | 69 BoxType *bp1 = new BoxType(dim); local 70 bp0->extend(*bp1); 72 delete bp1;
|
/external/opencv/cv/src/ |
cvcontourtree.cpp | 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local 207 &ap1, &bp1 )); 359 bp2 = bp1; 360 bp1 = b; 400 &bp1 )); 485 tree_one.r2 = bp1 / ap1;
|
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsics_x86.cpp | 309 __m128 bp0, bp1; local 316 bp1 = _mm_setzero_ps(); 329 bp1 = _mm_add_ps(bp1, _mm_mul_ps(pf1, x)); 335 _mm_storeu_ps((float *)dst + 4, bp1); [all...] |
/bionic/tests/math_data/ |
sinhf_intel_data.h | 228 0x1.019bp1 232 -0x1.019bp1 [all...] |
/external/clang/test/CXX/drs/ |
dr1xx.cpp | 507 dr142::B *bp1 = this; // expected-error {{private base class}} local
|