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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c12054 gfc_symbol* target_proc; local
12057 target_proc = target->specific->u.specific->n.sym;
12058 gcc_assert (target_proc);
12067 return target_proc;
12102 gfc_symbol* target_proc; local
12104 target_proc = get_checked_tb_operator_target (target, p->where);
12105 if (!target_proc)
12108 if (!gfc_check_operator_interface (target_proc, op, p->where))
12116 if (!gfc_check_new_interface (derived->ns->op[op], target_proc, p->where))
12120 intr->sym = target_proc;
12177 gfc_symbol* target_proc; local
[all...]

Completed in 131 milliseconds