Lines Matching +defs:c +defs:b
53 const A& b = a; in test_const_ref() local
54 const A& c = A(); in test_const_ref() local
71 A b[0]; in test_array() local
95 { A c; in test_scope() local
98 A b; in test_scope() local
131 A b; in test_return() local
133 A c; in test_return() local
196 A b; in test_goto() local
241 if (A b = a) in test_if_implicit_scope() local
242 A c; in test_if_implicit_scope() local
243 else A c; in test_if_implicit_scope() local
320 if (A b = a) { in test_if_jumps() local
321 A c; in test_if_jumps() local
325 A c; in test_if_jumps() local
372 while (A b = a) in test_while_implicit_scope() local
373 A c; in test_while_implicit_scope() local
458 while (A b = a) { in test_while_jumps() local
459 A c; in test_while_jumps() local
563 A b; in test_do_jumps() local
567 A c; in test_do_jumps() local
603 switch (A b = a) in test_switch_implicit_scope() local
604 A c; in test_switch_implicit_scope() local
675 switch (A b = a) { in test_switch_jumps() local
677 A c; in test_switch_jumps() local
728 A c; in test_for_implicit_scope() local
816 for (A b; A c = b; ) { in test_for_jumps() local