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

/haiku-buildtools/gcc/gcc/fortran/
H A Dresolve.c3133 pure_subroutine (gfc_symbol *sym, const char *name, locus *loc) function
3172 if (!pure_subroutine (s, s->name, &c->loc))
3276 if (!pure_subroutine (sym, sym->name, &c->loc))
3347 return pure_subroutine (sym, sym->name, &c->loc);
6144 if (!pure_subroutine (comp->ts.interface, comp->name, &c->expr1->where))

Completed in 145 milliseconds