Lines Matching defs:point
132 struct point {
147 static struct point
150 return (struct point){ 0, 0 };
177 /* expect+1: warning: incompatible types 'void' and 'struct point' in conditional [126] */
188 /* expect+1: error: incompatible types '_Bool' and 'struct point' in conditional [126] */
195 /* expect+1: warning: incompatible types 'struct point' and 'void' in conditional [126] */
197 /* expect+1: error: incompatible types 'struct point' and '_Bool' in conditional [126] */
200 /* expect+1: error: incompatible types 'struct point' and 'int' in conditional [126] */
202 /* expect+1: error: incompatible types 'struct point' and 'double' in conditional [126] */
204 /* expect+1: error: incompatible types 'struct point' and 'pointer to char' in conditional [126] */
209 /* expect+1: error: incompatible types 'int' and 'struct point' in conditional [126] */
218 /* expect+1: error: incompatible types 'double' and 'struct point' in conditional [126] */
228 /* expect+1: error: incompatible types 'pointer to char' and 'struct point' in conditional [126] */