Lines Matching refs:args
1272 struct expression *args[3];
1276 token = conditional_expression(token, &args[0]);
1278 token = conditional_expression(token, &args[1]);
1281 token = conditional_expression(token, &args[2]);
1283 context->context = args[0];
1288 context->in = get_expression_value(args[idx++]);
1289 context->out = get_expression_value(args[idx++]);
2848 struct symbol_list *args = NULL;
2854 token = declaration_list(token, &args);
2862 apply_k_r_types(args, decl);