Lines Matching defs:arg
1173 struct expression *arg = is_true ? *cond : expr->cond_false;
1174 expr->flags = arg->flags & ~CEF_CONST_MASK;
1616 struct symbol *arg = evaluate_symbol(s);
1618 if (arg) {
1620 switch(arg->type) {
1624 if (arg->type == SYM_ARRAY)
1625 ptr->ctype = arg->ctype;
1627 ptr->ctype.base_type = arg;
1974 struct expression *arg = expr->unop;
1977 expr->left = arg;
3174 struct expression *arg;
3182 FOR_EACH_PTR (arglist, arg) {
3183 evaluate_expression(arg);
3184 } END_FOR_EACH_PTR(arg);