Lines Matching refs:statement
41 The preferred way to ease multiple indentation levels in a switch statement is
135 This applies to all non-function statement blocks (if, switch, for,
167 the cases where it is followed by a continuation of the same statement,
168 ie a ``while`` in a do-statement or an ``else`` in an if-statement, like
197 Do not unnecessarily use braces where a single statement will do.
213 This does not apply if only one branch of a conditional statement is a single
214 statement; in the latter case use braces in both branches:
225 Also, use braces when a loop contains more than a single simple statement:
453 case-statement, where you have to do lots of small things for a lot of
529 Albeit deprecated by some people, the equivalent of the goto statement is
532 The goto statement comes in handy when a function exits from multiple
698 (statement . 0)
699 (statement-block-intro . +)
700 (statement-case-intro . +)
701 (statement-cont . +)
1124 You may need to mark your asm statement as volatile, to prevent GCC from
1128 When writing a single inline assembly statement containing multiple