Lines Matching full:statement
19 // Print expression such that it can be parsed back as a statement
22 // The effect of this is for binary operators in statement position to set
27 // match x {}; // not when its own statement
53 // statement would terminate the statement after the closing brace of
54 // the match, parsing `-1;` as a separate statement.
68 // Macro calls with brace delimiter terminate a statement without a
84 // `m! {}` will need to be parenthesized in the statement case but not the
182 /// Create the initial fixup for printing an expression in statement
260 /// different statement boundary rules compared to other leftmost
377 /// head off the early termination of a statement or condition.
423 // current statement or group. in precedence()