Lines Matching defs:pos
1390 warning(expr->pos, "bogus bitwise and for logical op (should use '2*setne + and' or something)");
1394 warning(expr->pos, "bogus bitwise or for logical op (should use 'or + setne' or something)");
1398 error_die(expr->pos, "unhandled binop '%s'\n", show_special(expr->op));
2074 warning(expr->pos, "\tcall with no type!");
2322 struct position *pos = &expr->pos;
2324 stream_name(pos->stream),
2325 pos->line, pos->pos);
2353 warning(expr->pos, "invalid expression after evaluation");
2378 warning(expr->pos, "unable to show plain initializer position expression");
2381 warning(expr->pos, "unable to show identifier expression");
2384 warning(expr->pos, "unable to show index expression");
2387 warning(expr->pos, "unable to show type expression");
2390 warning(expr->pos, "floating point support is not implemented");