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

/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-expr.c8674 gfc_symbol *func_ifc; local
8696 func_ifc = expr->value.function.esym;
8702 func_ifc = expr->symtree->n.sym;
8713 func_ifc = comp->ts.interface;
8720 func_ifc = expr->value.compcall.tbp->u.specific->n.sym;
8727 gcc_assert (func_ifc->attr.function
8728 && func_ifc->result != NULL);
8729 return func_ifc->result->attr.pointer;

Completed in 108 milliseconds