Lines Matching +defs:b +defs:d +defs:d
53 const A& b = a; in test_const_ref() local
71 A b[0]; in test_array() local
96 A d; in test_scope() 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
323 A d; in test_if_jumps() local
327 A d; 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
463 A d; in test_while_jumps() local
563 A b; in test_do_jumps() local
569 A d; 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
817 A d; in test_for_jumps() local