Searched defs:bp1 (Results 1 - 4 of 4) sorted by relevance

/external/eigen/test/
H A Dgeo_alignedbox.cpp52 BoxType *bp1 = new BoxType(dim); local
53 bp0->extend(*bp1);
55 delete bp1;
/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/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;
/external/v8/test/cctest/
H A Dtest-debug.cc1128 int bp1 = SetBreakPoint(foo, 0); local
1138 ClearBreakPoint(bp1);
1517 int bp1 = SetBreakPointFromJS("foo", 0, 3); local
1538 ClearBreakPointFromJS(bp1);
1546 CHECK_EQ(1, bp1);

Completed in 232 milliseconds