HomeSort by: relevance | last modified time | path
    Searched defs:func_ifc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 11738 gfc_symbol *func_ifc; local
11760 func_ifc = expr->value.function.esym;
11764 func_ifc = expr->symtree->n.sym;
11772 func_ifc = comp->ts.interface;
11779 func_ifc = expr->value.compcall.tbp->u.specific->n.sym;
11786 gcc_assert (func_ifc->attr.function
11787 && func_ifc->result != NULL);
11788 return func_ifc->result->attr.pointer;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 11120 gfc_symbol *func_ifc; local
11142 func_ifc = expr->value.function.esym;
11146 func_ifc = expr->symtree->n.sym;
11154 func_ifc = comp->ts.interface;
11161 func_ifc = expr->value.compcall.tbp->u.specific->n.sym;
11168 gcc_assert (func_ifc->attr.function
11169 && func_ifc->result != NULL);
11170 return func_ifc->result->attr.pointer;

Completed in 41 milliseconds