Lines Matching refs:value
420 if (v->value != 0)
602 unsigned long long v = index->value, mask;
611 val->value = v;
625 val->value = multiply;
843 unsigned long value = bits_to_bytes(lbase->bit_size);
846 val->value = value;
848 if (value & (value-1)) {
851 info(expr->pos, " '%s' has a non-power-of-2 size: %lu", show_typename(lbase), value);
1074 expr->value = positive;
1168 * to the truth value (including in the case of address constants
1759 expression_error(expr, "strange non-value function or array");
2048 add->right->value = offset;
2252 base->value = bits_to_bytes(base_type->bit_size);
2272 expr->value = bits_to_bytes(size);
2306 expr->value = bits_to_bytes(size);
2321 expr->value = type->ctype.alignment;
2986 * the type value down to that initializer rather
3010 * You can always throw a value away by casting to
3107 expr->value = 0;
3245 expr->value = offset;
3263 expr->value = 0;
3396 expression_error(expr, "value expression without a type");
3597 sparse_error(stmt->pos, "return with no return value");