Lines Matching refs:b2
74 struct B2 {
79 void foo(A0 a0, A1 a1, A2 a2, A3 a3, A4 a4, B2 b2) {
85 switch (b2) {} // @85 -- fails for different reasons
97 //expected-error@85 {{statement requires expression of integer type ('extended_examples::B2' invalid)}}
100 //expected-error@85 {{cannot initialize object parameter of type 'extended_examples::B2' with an expression of type 'extended_examples::B2'}}
120 struct B2 { // leads to one viable match in both cases
137 void foo(A1 a1, A2 a2, B1 b1, B2 b2, C c, D d) {
141 switch (b2) {}