Home
last modified time | relevance | path

Searched refs:new_args (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dinfcall.c735 struct value **new_args; in call_function_by_hand() local
738 new_args = xmalloc (sizeof (struct value *) * (nargs + 1)); in call_function_by_hand()
739 new_args[0] = value_from_pointer (lookup_pointer_type (values_type), in call_function_by_hand()
741 memcpy (&new_args[1], &args[0], sizeof (struct value *) * nargs); in call_function_by_hand()
742 args = new_args; in call_function_by_hand()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcgraphclones.c153 tree args, new_args = NULL; in cgraph_build_function_type_skip_args() local
160 new_args = tree_cons (NULL_TREE, TREE_VALUE (args), new_args); in cgraph_build_function_type_skip_args()
162 new_reversed = nreverse (new_args); in cgraph_build_function_type_skip_args()
166 TREE_CHAIN (new_args) = void_list_node; in cgraph_build_function_type_skip_args()
H A Dtree-chkp.c1928 vec<tree> new_args = vNULL;
1929 new_args.create (gimple_call_num_args (call));
1955 new_args.safe_push (call_arg);
1959 new_args.safe_push (chkp_find_bounds (call_arg, gsi));
1973 new_args.safe_push (all_bounds[bnd_no]);
1979 if (new_args.length () == gimple_call_num_args (call))
1983 new_call = gimple_build_call_vec (gimple_op (call, 1), new_args);
1988 new_args.release ();
H A Dipa-prop.h644 ipa_edge_args *new_args); in class()
H A Dipa-prop.c3795 ipa_edge_args *old_args, ipa_edge_args *new_args) in duplicate() argument
3799 new_args->jump_functions = vec_safe_copy (old_args->jump_functions); in duplicate()
3801 new_args->polymorphic_call_contexts in duplicate()
3807 struct ipa_jump_func *dst_jf = ipa_get_ith_jump_func (new_args, i); in duplicate()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c504 tree new_args; in add_to_template_args() local
521 return new_args; in add_to_template_args()
534 tree new_args; in add_outermost_template_args() local
553 return new_args; in add_outermost_template_args()
561 tree new_args; in get_innermost_template_args() local
584 return new_args; in get_innermost_template_args()
593 tree new_args; in strip_innermost_template_args() local
615 return new_args; in strip_innermost_template_args()
6476 tree new_args; in coerce_template_parms() local
7915 tree new_args; in tsubst_friend_function() local
[all …]
H A Dtree.c1218 tree new_args = copy_node (args); in strip_typedefs() local
1229 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1235 NON_DEFAULT_TEMPLATE_ARGS_COUNT (new_args) in strip_typedefs()
1239 new_args); in strip_typedefs()
1242 ggc_free (new_args); in strip_typedefs()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c528 tree new_args; in add_to_template_args() local
545 return new_args; in add_to_template_args()
558 tree new_args; in add_outermost_template_args() local
577 return new_args; in add_outermost_template_args()
585 tree new_args; in get_innermost_template_args() local
608 return new_args; in get_innermost_template_args()
617 tree new_args; in strip_innermost_template_args() local
639 return new_args; in strip_innermost_template_args()
8240 tree new_args; in coerce_template_parms() local
10281 tree new_args; in tsubst_friend_function() local
[all …]
H A Dtree.c1564 tree new_args = copy_node (args); in strip_typedefs() local
1573 TREE_VEC_ELT (new_args, i) = strip_arg; in strip_typedefs()
1579 NON_DEFAULT_TEMPLATE_ARGS_COUNT (new_args) in strip_typedefs()
1583 new_args); in strip_typedefs()
1586 ggc_free (new_args); in strip_typedefs()
H A Dcall.c3711 vec<tree, va_gc> *new_args; in add_list_candidates() local
3712 vec_alloc (new_args, nart + CONSTRUCTOR_NELTS (init_list)); in add_list_candidates()
3714 new_args->quick_push ((*args)[i]); in add_list_candidates()
3716 new_args->quick_push (CONSTRUCTOR_ELT (init_list, i)->value); in add_list_candidates()
3723 add_candidates (fns, first_arg, new_args, NULL_TREE, in add_list_candidates()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dipa-prop.c2064 struct ipa_edge_args *old_args, *new_args; in ipa_edge_duplication_hook() local
2069 new_args = IPA_EDGE_REF (dst); in ipa_edge_duplication_hook()
2071 new_args->jump_functions = VEC_copy (ipa_jump_func_t, gc, in ipa_edge_duplication_hook()
H A Dtree.c7600 tree args, new_args = NULL, t; in build_function_type_skip_args() local
7607 new_args = tree_cons (NULL_TREE, TREE_VALUE (args), new_args); in build_function_type_skip_args()
7609 new_reversed = nreverse (new_args); in build_function_type_skip_args()
7613 TREE_CHAIN (new_args) = void_list_node; in build_function_type_skip_args()