Lines Matching refs:statement
669 …- The controlling expression of an if statement and the controlling expression of an iteration-st…
676 - The goto statement shall jump to a label declared later in the same function
683 …Any label referenced by a goto statement shall be declared in the same block, or in any block encl…
690 - The body of an iteration-statement or a selection-statement shall be a compound-statement
693 ….edu/confluence/display/c/EXP19-C.+Use+braces+for+the+body+of+an+if%2C+for%2C+or+while+statement>`_
697 - All if else if constructs shall be terminated with an else statement
711 …l only be used when the most closely-enclosing compound statement is the body of a switch statement
714 …ps://wiki.sei.cmu.edu/confluence/display/c/MSC20-C.+Do+not+use+a+switch+statement+to+transfer+cont…
718 - An unconditional break statement shall terminate every switch-clause
725 - Every switch statement shall have a default label
732 … - A default label shall appear as either the first or the last switch label of a switch statement
739 - Every switch statement shall have at least two switch-clauses
774 …from a function with non-void return type shall have an explicit return statement with an expressi…