/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/llvm-project/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); // expected-error{{reinterpret_cast from 'B_ptr_1' (aka '__att… 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/llvm-project/flang/test/Semantics/ |
D | allocate05.f90 | 28 class(B), pointer :: bp1, bp2(:) local 44 unrelat%polymorph, bp1, bp2(2), npbp1, npbp2(2:4)) 47 unrelat%polymorph, bp1, bp2(2), ca1, ca2(4), & 66 allocate(C:: npca1, bp1, npbp1)
|
D | allocate08.f90 | 36 class(B), pointer :: bp1, bp2(:) local 52 allocate(aa1, up1, unrelat%polymorph, bp1, npbp1, mold=srcb) 55 allocate(aa1, up1, unrelat%polymorph, bp1, ca1, npca1, mold=srcc) 74 allocate(npca1, bp1, npbp1, mold=srcc)
|
/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/ |
D | PacketMathAVX512.h | 316 __m256i bp1 = _mm512_extracti32x8_epi32(b.m_val, 1); 318 __m256i r1 = _mm256_min_epu8(ap1, bp1); 331 __m256i bp1 = _mm512_extracti32x8_epi32(b.m_val, 1); 333 __m256i r1 = _mm256_max_epu8(ap1, bp1); 347 __m256i bp1 = _mm512_extracti32x8_epi32(b.m_val, 1); 349 __m256i r1 = _mm256_min_epi8(ap1, bp1); 362 __m256i bp1 = _mm512_extracti32x8_epi32(b.m_val, 1); 364 __m256i r1 = _mm256_min_epi16(ap1, bp1); 377 __m256i bp1 = _mm512_extracti32x8_epi32(b.m_val, 1); 379 __m256i r1 = _mm256_max_epi8(ap1, bp1); [all …]
|
/external/llvm-project/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/ |
D | TestMembersAndLocalsWithSameName.py | 15 bp1 = self.target.BreakpointCreateBySourceRegex( 18 bp1.IsValid() and bp1.GetNumLocations() >= 1, 117 bp1 = self.target.BreakpointCreateBySourceRegex( 120 bp1.IsValid() and bp1.GetNumLocations() >= 1,
|
/external/clang/test/Sema/ |
D | block-misc.c | 165 void (^bp1)(); in test17() local 170 f(1 ? bp : bp1); in test17()
|
/external/llvm-project/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/llvm-project/clang/test/FixIt/ |
D | fixit-nullability-declspec.cpp | 9 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
|
/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/llvm-project/lldb/test/API/functionalities/completion/ |
D | TestCompletion.py | 745 bp1 = target.BreakpointCreateByName('main', 'a.out') 746 self.assertTrue(bp1) 747 self.assertEqual(bp1.GetNumLocations(), 1) 749 self.assertTrue(bp1.AddNameWithErrorHandling("nn"))
|
/external/libgav1/libgav1/src/post_filter/ |
D | cdef.cc | 370 BlockParameters* const* bp1 = bp_row1_base; in ApplyCdefForOneUnit() local 381 const bool skip = (*bp0)->skip && (*(bp0 + 1))->skip && (*bp1)->skip && in ApplyCdefForOneUnit() 382 (*(bp1 + 1))->skip; in ApplyCdefForOneUnit() 447 bp1 += kStep4x4; in ApplyCdefForOneUnit()
|
/external/llvm-project/lldb/test/API/commands/expression/macros/ |
D | TestMacros.py | 35 (target, process, thread, bp1) = lldbutil.run_to_source_breakpoint(
|
/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/llvm-project/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/llvm-project/llvm/test/CodeGen/X86/ |
D | setcc-wide-types.ll | 665 %bp1 = getelementptr i128, i128* %b, i128 1 667 %b1 = load i128, i128* %bp1 723 %bp1 = getelementptr i128, i128* %b, i128 1 725 %b1 = load i128, i128* %bp1 837 %bp1 = getelementptr i256, i256* %b, i256 1 839 %b1 = load i256, i256* %bp1 951 %bp1 = getelementptr i256, i256* %b, i256 1 953 %b1 = load i256, i256* %bp1 1045 %bp1 = getelementptr i512, i512* %b, i512 1 1047 %b1 = load i512, i512* %bp1 [all …]
|
/external/clang/test/CXX/drs/ |
D | dr1xx.cpp | 507 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr1xx.cpp | 540 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local
|