Home | History | Annotate | Download | only in lint1

Lines Matching refs:statement

451 /* No type for statement. */
693 * The inner part of a GCC statement-expression of the form ({ ... }).
695 * https://gcc.gnu.org/onlinedocs/gcc/Statement-Exprs.html
726 "statement expression");
2041 statement:
2147 | statement {
2157 * Even though a "call statement" is not a formally defined
2175 * Even though a "call statement" is not a formally defined
2202 } statement {
2210 | switch_expr statement {
2221 if_expr statement
2241 while_expr statement {
2257 | for_exprs statement {
2279 do statement {
2396 * statement, not a declaration. This makes a difference in C90 mode, where
2397 * a statement must not be followed by a declaration.