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

/haiku-buildtools/gcc/gcc/fortran/
H A Dsymbol.c2779 gcc_assert (sym->gfc_new || sym->old_symbol != NULL);
2783 else if (sym->gfc_new || sym->old_symbol != NULL)
2788 sym->old_symbol = s;
2832 p->old_symbol = NULL;
2990 old = p->old_symbol;
3036 p->old_symbol = old->old_symbol;
3080 if (s->old_symbol == NULL)
3093 if (s->old_symbol->gfc_new)
3095 gcc_assert (s->old_symbol
[all...]
H A Ddecl.c5466 if (sym->old_symbol != NULL)
5469 &(sym->old_symbol->declared_at));
5711 if (entry->old_symbol != NULL)
5714 &(entry->old_symbol->declared_at));
5904 if (sym->old_symbol != NULL)
5907 &(sym->old_symbol->declared_at));
H A Dgfortran.h1451 symbols with old_symbol equal to NULL are symbols created within
1452 the current statement. Otherwise, old_symbol points to a copy of
1455 struct gfc_symbol *old_symbol, *tlink; member in struct:gfc_symbol

Completed in 124 milliseconds