Searched refs:update_arglist_pass (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr49474.c6 update_arglist_pass (gfc_actual_arglist* lst, int po, unsigned argpos, function
13 lst->next = update_arglist_pass (lst->next, po, argpos - 1, name);
15 lst = update_arglist_pass (((void *)0), po, argpos - 1, name);
/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c5347 update_arglist_pass (gfc_actual_arglist* lst, gfc_expr* po, unsigned argpos, function
5366 lst->next = update_arglist_pass (lst->next, po, argpos - 1, name);
5368 lst = update_arglist_pass (NULL, po, argpos - 1, name);
5425 e->value.compcall.actual = update_arglist_pass (e->value.compcall.actual, po,
5502 e->value.compcall.actual = update_arglist_pass (e->value.compcall.actual, po,
5702 args = update_arglist_pass (args, po, g->specific->pass_arg_num,

Completed in 143 milliseconds