Lines Matching full:switch
39 switch (bit)
40 switch (env->fpscr) // expected-error {{use of undeclared identifier 'env'}}
48 switch (num == kOne) {// expected-warning {{switch condition has boolean value}}
59 switch (X) { // expected-warning {{enumeration value 'g' not handled in switch}}
69 switch (X) { // expected-warning {{enumeration values 'f' and 'g' not handled in switch}}
78 switch (X) { // expected-warning {{enumeration values 'e', 'f', and 'g' not handled in switch}}
86 switch (X) { // expected-warning {{5 enumeration values not handled in switch: 'c', 'd', 'e'...}}