Lines Matching refs:CASE
408 warning(193, "case");
440 /* duplicate case '%ju' in switch */
443 /* duplicate case '%jd' in switch */
465 /* case not in switch */
474 /* non-constant case expression */
480 /* non-integral case expression */
492 /* fallthrough on case statement */
499 /* case label must be of type 'int' in traditional C */
505 convert_constant(CASE, 0, cs->c_switch_type, &nv, v);
668 * Warn if the number of case labels is different from the
1012 * Needed for BSD yacc in case of parse errors; GNU Bison 3.0.4 is
1124 case LC_ARGSUSED: argsused(arg); break;
1125 case LC_BITFIELDTYPE: suppress_bitfieldtype = true; break;
1126 case LC_FALLTHROUGH: suppress_fallthrough = true; break;
1127 case LC_LINTLIBRARY: lintlib(); break;
1128 case LC_LINTED: debug_step("set lwarn %d", arg);
1130 case LC_LONGLONG: suppress_longlong = true; break;
1131 case LC_NOTREACHED: set_reached(false);
1133 case LC_PRINTFLIKE: printflike(arg); break;
1134 case LC_PROTOLIB: protolib(arg); break;
1135 case LC_SCANFLIKE: scanflike(arg); break;
1136 case LC_VARARGS: varargs(arg); break;