/external/clang/test/SemaCXX/ |
D | address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_static_cast() argument 55 (void)static_cast<A_ptr_1>(bp1); in test_static_cast() 72 (void)static_cast<A_ptr>(bp1); // expected-error{{is not allowed}} in test_static_cast() 77 (void)static_cast<A_ptr_2>(bp1); // expected-error{{is not allowed}} in test_static_cast() 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { in test_dynamic_cast() argument 106 (void)dynamic_cast<A_ptr_1>(bp1); in test_dynamic_cast() 115 (void)dynamic_cast<A_ptr>(bp1); // expected-error{{casts away qualifiers}} in test_dynamic_cast() 120 (void)dynamic_cast<A_ptr_2>(bp1); // expected-error{{casts away qualifiers}} in test_dynamic_cast() 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, in test_reinterpret_cast() argument 139 (void)reinterpret_cast<A_ptr>(bp1); in test_reinterpret_cast() [all …]
|
D | nullability-declspec.cpp | 7 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
|
/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/ |
D | PacketMathAVX512.h | 339 __m256i bp1 = _mm512_extracti32x8_epi32(b.val, 1); 341 __m256i r1 = _mm256_min_epu8(ap1, bp1); 354 __m256i bp1 = _mm512_extracti32x8_epi32(b.val, 1); 356 __m256i r1 = _mm256_max_epu8(ap1, bp1); 370 __m256i bp1 = _mm512_extracti32x8_epi32(b.val, 1); 372 __m256i r1 = _mm256_min_epi8(ap1, bp1); 385 __m256i bp1 = _mm512_extracti32x8_epi32(b.val, 1); 387 __m256i r1 = _mm256_min_epi16(ap1, bp1); 400 __m256i bp1 = _mm512_extracti32x8_epi32(b.val, 1); 402 __m256i r1 = _mm256_max_epi8(ap1, bp1); [all …]
|
/external/u-boot/include/zfs/ |
D | spa.h | 230 #define BP_EQUAL(bp1, bp2) \ argument 231 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \ 232 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \ 233 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \ 234 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))
|
/external/clang/test/Sema/ |
D | block-misc.c | 165 void (^bp1)(); in test17() local 170 f(1 ? bp : bp1); in test17()
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 69 BoxType *bp1 = new BoxType(dim); in alignedbox() local 70 bp0->extend(*bp1); in alignedbox() 72 delete bp1; in alignedbox()
|
/external/clang/test/FixIt/ |
D | fixit-nullability-declspec.cpp | 9 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | setcc-wide-types.ll | 227 %bp1 = getelementptr i128, i128* %b, i128 1 229 %b1 = load i128, i128* %bp1 272 %bp1 = getelementptr i128, i128* %b, i128 1 274 %b1 = load i128, i128* %bp1 361 %bp1 = getelementptr i256, i256* %b, i256 1 363 %b1 = load i256, i256* %bp1 450 %bp1 = getelementptr i256, i256* %b, i256 1 452 %b1 = load i256, i256* %bp1
|
/external/libgav1/libgav1/src/post_filter/ |
D | cdef.cc | 252 BlockParameters* const* bp1 = bp_row1_base; in ApplyCdefForOneUnit() local 262 const bool skip = (*bp0)->skip && (*(bp0 + 1))->skip && (*bp1)->skip && in ApplyCdefForOneUnit() 263 (*(bp1 + 1))->skip; in ApplyCdefForOneUnit() 308 bp1 += kStep4x4; in ApplyCdefForOneUnit()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-ldp.ll | 288 %bp1 = bitcast i64* %p1 to i8* 289 %bp1p1 = getelementptr inbounds i8, i8* %bp1, i64 1 311 %bp1 = bitcast i32* %p1 to i8* 312 %bp1p1 = getelementptr inbounds i8, i8* %bp1, i64 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-ldp.ll | 311 %bp1 = bitcast i64* %p1 to i8* 312 %bp1p1 = getelementptr inbounds i8, i8* %bp1, i64 1 334 %bp1 = bitcast i32* %p1 to i8* 335 %bp1p1 = getelementptr inbounds i8, i8* %bp1, i64 1
|
/external/clang/test/CXX/drs/ |
D | dr1xx.cpp | 507 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local
|