Searched defs:bp1 (Results 1 - 5 of 5) sorted by path

/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc1077 int bp1 = SetBreakPoint(foo, 0); local
1087 ClearBreakPoint(bp1);
1476 int bp1 = SetBreakPointFromJS(env->GetIsolate(), "foo", 0, 3); local
1497 ClearBreakPointFromJS(env->GetIsolate(), bp1);
1505 CHECK_EQ(1, bp1);
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp506 dr142::B *bp1 = this; // expected-error {{private base class}} local
/external/clang/test/SemaCXX/
H A Daddress-space-conversion.cpp52 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/eigen/test/
H A Dgeo_alignedbox.cpp60 BoxType *bp1 = new BoxType(dim); local
61 bp0->extend(*bp1);
63 delete bp1;
/external/opencv/cv/src/
H A Dcvcontourtree.cpp78 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;

Completed in 990 milliseconds