Searched defs:bp1 (Results 1 - 5 of 5) sorted by relevance
/external/eigen/test/ |
H A D | geo_alignedbox.cpp | 60 BoxType *bp1 = new BoxType(dim); local 61 bp0->extend(*bp1); 63 delete bp1;
|
/external/clang/test/SemaCXX/ |
H A D | address-space-conversion.cpp | 52 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { 55 (void)static_cast<A_ptr_1>(bp1); 72 (void)static_cast<A_ptr>(bp1); // expected-error{{is not allowed}} 77 (void)static_cast<A_ptr_2>(bp1); // expected-error{{is not allowed}} 103 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) { 106 (void)dynamic_cast<A_ptr_1>(bp1); 115 (void)dynamic_cast<A_ptr>(bp1); // expected-error{{casts away qualifiers}} 120 (void)dynamic_cast<A_ptr_2>(bp1); // expected-error{{casts away qualifiers}} 133 B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, 139 (void)reinterpret_cast<A_ptr>(bp1); 50 test_static_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument 102 test_dynamic_cast(A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument 131 test_reinterpret_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument 157 test_cstyle_cast(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2, const void __attribute__((address_space(1))) *cvp1) argument 181 test_implicit_conversion(void_ptr vp, void_ptr_1 vp1, void_ptr_2 vp2, A_ptr ap, A_ptr_1 ap1, A_ptr_2 ap2, B_ptr bp, B_ptr_1 bp1, B_ptr_2 bp2) argument [all...] |
/external/opencv/cv/src/ |
H A D | cvcontourtree.cpp | 78 a, ap1, ap2, an1, an2, b, bp1, bp2, bn1, bn2; local 207 &ap1, &bp1 )); 359 bp2 = bp1; 360 bp1 = b; 400 &bp1 )); 485 tree_one.r2 = bp1 / ap1;
|
/external/clang/test/CXX/drs/ |
H A D | dr1xx.cpp | 507 dr142::B *bp1 = this; // expected-error {{private base class}} local
|
/external/v8/test/cctest/ |
H A D | test-debug.cc | 910 int bp1 = SetBreakPoint(foo, 0); local 920 ClearBreakPoint(bp1); 1319 int bp1 = SetBreakPointFromJS(env->GetIsolate(), "foo", 0, 3); local 1340 ClearBreakPointFromJS(env->GetIsolate(), bp1); 1348 CHECK_EQ(1, bp1);
|
Completed in 129 milliseconds