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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2163 struct gfc_equiv *equiv, *old_equiv;
2779 typedef struct gfc_equiv struct
2781 struct gfc_equiv *next, *eq;
2786 gfc_equiv; typedef in typeref:struct:gfc_equiv
2788 #define gfc_get_equiv() XCNEW (gfc_equiv)
3677 void gfc_free_equiv (gfc_equiv *);
3678 void gfc_free_equiv_until (gfc_equiv *, gfc_equiv *);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2084 struct gfc_equiv *equiv, *old_equiv;
2686 typedef struct gfc_equiv struct
2688 struct gfc_equiv *next, *eq;
2693 gfc_equiv; typedef in typeref:struct:gfc_equiv
2695 #define gfc_get_equiv() XCNEW (gfc_equiv)
3551 void gfc_free_equiv (gfc_equiv *);
3552 void gfc_free_equiv_until (gfc_equiv *, gfc_equiv *);

Completed in 45 milliseconds