Lines Matching +defs:b +defs:e +defs:e
53 const A& b = a; in test_const_ref() local
71 A b[0]; in test_array() local
98 A b; in test_scope() local
131 A b; in test_return() local
196 A b; in test_goto() local
241 if (A b = a) in test_if_implicit_scope() local
320 if (A b = a) { in test_if_jumps() local
329 A e; in test_if_jumps() local
372 while (A b = a) in test_while_implicit_scope() local
458 while (A b = a) { in test_while_jumps() local
465 A e; in test_while_jumps() local
563 A b; in test_do_jumps() local
603 switch (A b = a) in test_switch_implicit_scope() local
675 switch (A b = a) { in test_switch_jumps() local
816 for (A b; A c = b; ) { in test_for_jumps() local
821 A e; in test_for_jumps() local
841 } catch (const A& e) { in test_catch_const_ref() local
861 } catch (A e) { in test_catch_copy() local