Lines Matching refs:args

207       /* First add it to DECL_ARGUMENTS between 'this' and the real args...  */
478 tree args; int i;
483 args = CLASSTYPE_TI_ARGS (type);
484 i = TREE_VEC_LENGTH (args);
487 type = TREE_VEC_ELT (args, i);
1150 tree args = TYPE_ARG_TYPES (type);
1160 if (!args || args == void_list_node
1161 || !same_type_p (TREE_VALUE (args), size_type_node))
1164 if (args && args != void_list_node)
1165 args = TREE_CHAIN (args);
1172 args = tree_cons (NULL_TREE, size_type_node, args);
1176 (build_function_type (ptr_type_node, args),
1188 tree args = TYPE_ARG_TYPES (type);
1198 if (!args || args == void_list_node
1199 || !same_type_p (TREE_VALUE (args), ptr_type_node))
1202 if (args && args != void_list_node)
1203 args = TREE_CHAIN (args);
1210 args = tree_cons (NULL_TREE, ptr_type_node, args);
1214 (build_function_type (void_type_node, args),
1614 template args for visibility constraints. The outer template
1615 args are covered by the class check. */
1616 tree args = INNERMOST_TEMPLATE_ARGS (targs);
1618 for (i = TREE_VEC_LENGTH (args); i > 0; --i)
1622 tree arg = TREE_VEC_ELT (args, i-1);
1772 tree args = TI_ARGS (tinfo);
1774 if (args != error_mark_node)
1776 int depth = TMPL_ARGS_DEPTH (args);
1787 if (args && depth > template_class_depth (class_type))
1789 constrain_visibility_for_template (decl, args);
3487 build_offset_ref_call_from_tree (tree fn, tree args)
3495 orig_args = args;
3503 || any_type_dependent_arguments_p (args))
3504 return build_min_nt (CALL_EXPR, fn, args, NULL_TREE);
3509 args = build_non_dependent_args (args);
3513 args = tree_cons (NULL_TREE, object, args);
3529 args = tree_cons (NULL_TREE, object_addr, args);
3532 expr = build_function_call (fn, args);
3634 /* Kludge: don't synthesize for default args. Unfortunately this