代码搜索结果

找到约 10,000 项符合 Switch 的代码

switch.2bk

tst/switch.c:55: warning: missing return value tst/switch.c:73: warning: missing return value tst/switch.c:97: warning: missing return value tst/switch.c:101: warning: overflow in converting consta

switch.1bk

b = 0x8 f = 0xc n = 0xa r = 0xd t = 0x9 v = 0xb x = 0x78 f: x = 0 x = 1 x = 2 x = 2 x = 2 x = 2 x = 2 x = 7 x = 8 x = 9 x = 9 x = 9 x = 9 x = 9 x = 9 x = 9 x = 16 x = 17 x =

switch.2bk

tst/switch.c:55: warning: missing return value tst/switch.c:73: warning: missing return value tst/switch.c:97: warning: missing return value tst/switch.c:112: warning: missing return value tst/swi

switch.1bk

b = 0x8 f = 0xc n = 0xa r = 0xd t = 0x9 v = 0xb x = 0x78 f: x = 0 x = 1 x = 2 x = 2 x = 2 x = 2 x = 2 x = 7 x = 8 x = 9 x = 9 x = 9 x = 9 x = 9 x = 9 x = 9 x = 16 x = 17 x =

switch1.c

// Build don't link: // Origin: Mark Mitchell template void f () { int i; switch (int i = 3) { } } template void f();

switch-1.c

/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux*} } */ /* { dg-options "-fpic -O2" } */ void f (char *s) { for (;;) { int t = 6; switch (t) { case 2: *s = '2'; cas

switch1.c

// Build don't link: // Origin: Mark Mitchell template void f () { int i; switch (int i = 3) { } } template void f();

switch-1.c

/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux*} } */ /* { dg-options "-fpic -O2" } */ void f (char *s) { for (;;) { int t = 6; switch (t) { case 2: *s = '2'; cas