Lines Matching full:just
76 int x; /* just decls in block */
145 if (1) /* bad style: just part of control structure depends on #if */
167 1; while (2); /*@ more than one stmt just to construct case */
176 else do /*@ (non-brace) code before 'do' just to construct case */
180 b); do /*@ (non-brace) code before 'do' just to construct case */
185 b); do /*@ (non-brace) code before 'do' just to construct case */
191 do f(c, c); /*@ (non-brace) code after 'do' just to construct case */
200 b); else /*@ (non-brace) code before 'else' just to construct case */
206 { /*@ brace after 'if' not on same line just to construct case */
215 } else /*@ no brace after 'else' just to construct case */
344 { /*@ brace after 'if' not on same line just to construct case */