Lines Matching refs:index
567 struct expression *index = expr->right;
600 if (index->type == EXPR_VALUE) {
602 unsigned long long v = index->value, mask;
618 index = cast_to(index, ssize_t_ctype);
629 mul->left = index;
631 index = mul;
634 expr->right = index;
973 struct expression *index = expr->left;
974 unrestrict(index, lclass, <ype);
976 expr->right = index;
2461 err = "array index in non-array";
2468 err = "index out of bounds in";
3260 if (!expr->index) {
3267 struct expression *idx = expr->index, *m;
3273 expression_error(expr, "non-integer index");