Searched refs:br1 (Results 1 – 5 of 5) sorted by relevance
51 Base &br1 = b; in bind_lvalue_to_lvalue() local77 …Base &br1 = Base(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a … in bind_lvalue_to_rvalue() local86 …Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a valu… in bind_lvalue_to_unrelated() local100 …Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of… in bind_lvalue_to_conv_lvalue_ambig() local114 const Base &br1 = create<Base>(); in bind_const_lvalue_to_rvalue() local129 const Base &br1 = ConvertibleToBase(); in bind_const_lvalue_to_class_conv_temporary() local134 …const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with in… in bind_lvalue_to_conv_rvalue_ambig() local
33 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local43 EXPECT_EQ(&bb1->front(), br1); in TEST()
81 RowVectorType br1(m1.block(r1,0,1,cols)); in submatrices() local84 VERIFY_IS_APPROX(m1.row(r1), br1); in submatrices()
23 ; ModuleID = '../br1.c'
58 RowVectorType br1(m1.block(r1,0,1,cols)); in block() local61 VERIFY_IS_EQUAL(m1.row(r1), br1); in block()