Lines Matching refs:statement
120 If the macro encapsulates a compound statement, enclose it in a do-while loop, so that it can be us…
121 Any final statement-terminating semicolon should be supplied by the macro invocation rather than th…
381 * If you have to wrap a long statement, put the operator at the end of the line, and indent again.
383 …nt confusion as to whether the second line of the control statement forms part of the statement bo…
395 a = b + c; /* control statement itself if single indent used */
400 x = y + z; /* statement body no longer lines up */
404 z = a + really + long + statement + that + needs +
418 …nd ``}``) for control statements with zero or just a single statement, unless that statement is mo…
427 z = a + really + long + statement + that + needs +
480 * Do not use parentheses unless they are required for precedence or unless the statement is confusi…
548 …The second and subsequent lines should be further indented as for line statement continuations as …
720 * Elements in a switch statement that cascade should have a FALLTHROUGH comment. For example: