Searched refs:new_args (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/c-family/
H A Dcilk.c791 tree function, call1, call2, new_args; local
806 new_args = NULL;
807 function = create_cilk_wrapper (expr, &new_args);
810 total_args = list_length (new_args);
816 ii_args = new_args;
/haiku-buildtools/gcc/gcc/
H A Dcgraphclones.c199 tree args, new_args = NULL; local
206 new_args = tree_cons (NULL_TREE, TREE_VALUE (args), new_args);
208 new_reversed = nreverse (new_args);
212 TREE_CHAIN (new_args) = void_list_node;
H A Dtree-chkp.c1902 vec<tree> new_args = vNULL; local
1903 new_args.create (gimple_call_num_args (call));
1929 new_args.safe_push (call_arg);
1933 new_args.safe_push (chkp_find_bounds (call_arg, gsi));
1947 new_args.safe_push (all_bounds[bnd_no]);
1953 if (new_args.length () == gimple_call_num_args (call))
1957 new_call = gimple_build_call_vec (gimple_op (call, 1), new_args);
1962 new_args.release ();
H A Dipa-prop.c3430 struct ipa_edge_args *old_args, *new_args; local
3436 new_args = IPA_EDGE_REF (dst);
3438 new_args->jump_functions = vec_safe_copy (old_args->jump_functions);
3440 new_args->polymorphic_call_contexts
3446 struct ipa_jump_func *dst_jf = ipa_get_ith_jump_func (new_args, i);
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c531 tree new_args; local
540 new_args = make_tree_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
543 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i));
546 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j));
548 return new_args;
561 tree new_args; local
575 new_args = add_to_template_args (args, extra_args);
580 return new_args;
588 tree new_args; local
606 new_args
620 tree new_args; local
6848 coerce_template_parameter_pack(tree parms, int parm_idx, tree args, tree inner_args, int arg_idx, tree new_args, int* lost, tree in_decl, tsubst_flags_t complain) argument
7017 tree new_args; local
8671 tree new_args; local
8816 tree new_args = TI_ARGS (new_friend_template_info); local
16509 tree *new_args; local
17883 tree new_args = TREE_TYPE (pack); local
[all...]
H A Dtree.c1324 tree new_args = copy_node (args);
1334 TREE_VEC_ELT (new_args, i) = strip_arg;
1340 NON_DEFAULT_TEMPLATE_ARGS_COUNT (new_args)
1344 new_args);
1347 ggc_free (new_args);
1322 tree new_args = copy_node (args); local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c533 tree new_args; local
539 new_args = make_temp_vec (TMPL_ARGS_DEPTH (args) + extra_depth);
542 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (args, i));
545 SET_TMPL_ARGS_LEVEL (new_args, i, TMPL_ARGS_LEVEL (extra_args, j));
547 return new_args;
562 tree new_args; local
577 new_args = add_to_template_args (args, extra_args);
582 return new_args;
3273 tree new_args; local
3298 new_args
4437 tree new_args; local
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dexpressions.cc6757 Expression_list* new_args = new Expression_list(); local
6758 new_args->push_back(arg);
6759 this->set_args(new_args);
8740 Expression_list* new_args = new Expression_list(); local
8741 new_args->push_back(first_arg);
8747 new_args->push_back(*p);
8754 this->args_ = new_args;
8790 Expression_list* new_args = new Expression_list(); local
8805 new_args->push_back(*pa);
8814 new_args
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c620 merge_argument_lists (gfc_symbol *proc, gfc_formal_arglist *new_args) argument
625 for (; new_args != NULL; new_args = new_args->next)
627 new_sym = new_args->sym;
650 check_argument_lists (gfc_symbol *proc, gfc_formal_arglist *new_args) argument
653 head = new_args;
660 for (new_args = head; new_args; new_args
[all...]

Completed in 454 milliseconds