Searched refs:bp1 (Results 1 – 8 of 8) sorted by relevance
/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/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/opencv/cv/src/ |
D | cvcontourtree.cpp | 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; in icvCreateContourTree() local 207 &ap1, &bp1 )); in icvCreateContourTree() 359 bp2 = bp1; in icvCreateContourTree() 360 bp1 = b; in icvCreateContourTree() 400 &bp1 )); in icvCreateContourTree() 485 tree_one.r2 = bp1 / ap1; in icvCreateContourTree()
|
/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/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/clang/test/CXX/drs/ |
D | dr1xx.cpp | 507 dr142::B *bp1 = this; // expected-error {{private base class}} in f() local
|