Home
last modified time | relevance | path

Searched refs:bp1 (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/SemaCXX/
Daddress-space-conversion.cpp52 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 …]
Dnullability-declspec.cpp7 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
/external/llvm-project/clang/test/SemaCXX/
Daddress-space-conversion.cpp52 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 …]
Dnullability-declspec.cpp7 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
/external/llvm-project/flang/test/Semantics/
Dallocate05.f9028 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)
Dallocate08.f9036 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/
DPacketMathAVX512.h316 __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/
DTestMembersAndLocalsWithSameName.py15 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/
Dblock-misc.c165 void (^bp1)(); in test17() local
170 f(1 ? bp : bp1); in test17()
/external/llvm-project/clang/test/Sema/
Dblock-misc.c165 void (^bp1)(); in test17() local
170 f(1 ? bp : bp1); in test17()
/external/eigen/test/
Dgeo_alignedbox.cpp69 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/
Dfixit-nullability-declspec.cpp9 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
/external/clang/test/FixIt/
Dfixit-nullability-declspec.cpp9 _Nonnull int (^bp1)(int); // expected-error{{nullability specifier '_Nonnull' cannot be applied to … variable
/external/llvm-project/lldb/test/API/functionalities/completion/
DTestCompletion.py745 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/
Dcdef.cc370 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/
DTestMacros.py35 (target, process, thread, bp1) = lldbutil.run_to_source_breakpoint(
/external/llvm/test/CodeGen/AArch64/
Darm64-ldp.ll288 %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/
Darm64-ldp.ll311 %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/
Dsetcc-wide-types.ll665 %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/
Ddr1xx.cpp507 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local
/external/llvm-project/clang/test/CXX/drs/
Ddr1xx.cpp540 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local