Home
last modified time | relevance | path

Searched refs:bp1 (Results 1 – 10 of 10) 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/u-boot/include/zfs/
Dspa.h230 #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/
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/clang/test/FixIt/
Dfixit-nullability-declspec.cpp9 _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/
Dsetcc-wide-types.ll227 %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/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/swiftshader/third_party/llvm-7.0/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/clang/test/CXX/drs/
Ddr1xx.cpp507 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local