Searched defs:br1 (Results 1 – 4 of 4) sorted by relevance
56 Base &br1 = b; in bind_lvalue_to_lvalue() local82 …Base &br1 = Base(); // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a … in bind_lvalue_to_rvalue() local91 …Base &br1 = ur; // expected-error{{non-const lvalue reference to type 'Base' cannot bind to a valu… in bind_lvalue_to_unrelated() local105 …Base &br1 = both; // expected-error{{reference initialization of type 'Base &' with initializer of… in bind_lvalue_to_conv_lvalue_ambig() local119 const Base &br1 = create<Base>(); in bind_const_lvalue_to_rvalue() local134 const Base &br1 = ConvertibleToBase(); in bind_const_lvalue_to_class_conv_temporary() local139 …const Base &br1 = both; // expected-error{{reference initialization of type 'const Base &' with in… in bind_lvalue_to_conv_rvalue_ambig() local
14 BT S::br1() { in br1() function in S
22 br1: label
66 BranchInst *br1 = builder.CreateBr(bb0); in TEST() local