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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c4474 gfc_symbol *proc_ifc = gfc_get_proc_ifc_for_expr (e); local
4476 if ((proc_ifc->result->ts.type == BT_CLASS
4477 && proc_ifc->result->ts.u.derived->attr.is_class
4478 && CLASS_DATA (proc_ifc->result)->attr.class_pointer)
4479 || proc_ifc->result->attr.pointer)
H A Dtrans-array.c9190 gfc_symbol *proc_ifc, gfc_ss_type type)
9201 if (proc_ifc)
9202 dummy_arg = gfc_sym_get_dummy_args (proc_ifc);
9189 gfc_walk_elemental_function_args(gfc_ss * ss, gfc_actual_arglist *arg, gfc_symbol *proc_ifc, gfc_ss_type type) argument

Completed in 110 milliseconds