Lines Matching full:missing
33 /*X */ /*@2 missing spc or '*' after comment start reported unless sloppy-spc */
34 /* X*/ /*@ missing space before comment end , reported unless sloppy-spc */
73 for (;;n++) { /*@ missing space after ';', reported unless sloppy-spc */
97 /* */ /*@0 missing blank line after local decls */
108 if(a /*@ missing space after 'if', reported unless sloppy-spc */
112 (x<<= 1) + /*@ missing space before '<<=' reported unless sloppy-spc */
113 (xx+= 2) + /*@ missing space before '+=', reported unless sloppy-spc */
114 (a^ 1) + /*@ missing space before '^', reported unless sloppy-spc */
115 (y *=z) + /*@ missing space after '*=' reported unless sloppy-spc */
116 a %2 / /*@ missing space after '%', reported unless sloppy-spc */
125 } else /*@ missing '{' on same line after '} else' */
135 do{ /*@ missing space before '{', reported unless sloppy-spc */
140 while (a+ 0); /*@2 missing space before '+', reported unless sloppy-spc */
143 case(2): /*@ missing space after 'case', reported unless sloppy-spc */
146 return( /*@ missing space after 'return', reported unless sloppy-spc */