Lines Matching full:statement
41 The preferred way to ease multiple indentation levels in a switch statement is
113 This applies to all non-function statement blocks (if, switch, for,
145 the cases where it is followed by a continuation of the same statement,
146 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like
175 Do not unnecessarily use braces where a single statement will do.
191 This does not apply if only one branch of a conditional statement is a single
192 statement; in the latter case use braces in both branches:
203 Also, use braces when a loop contains more than a single simple statement:
412 case-statement, where you have to do lots of small things for a lot of
453 Albeit deprecated by some people, the equivalent of the goto statement is
456 The goto statement comes in handy when a function exits from multiple
622 (statement . 0)
623 (statement-block-intro . +)
624 (statement-case-intro . +)
625 (statement-cont . +)
1048 You may need to mark your asm statement as volatile, to prevent GCC from
1052 When writing a single inline assembly statement containing multiple