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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 2869 typedef struct gfc_alloc struct
2872 struct gfc_alloc *next;
2874 gfc_alloc; typedef in typeref:struct:gfc_alloc
2876 #define gfc_get_alloc() XCNEW (gfc_alloc)
3066 gfc_alloc *list;
3674 void gfc_free_alloc_list (gfc_alloc *);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 2768 typedef struct gfc_alloc struct
2771 struct gfc_alloc *next;
2773 gfc_alloc; typedef in typeref:struct:gfc_alloc
2775 #define gfc_get_alloc() XCNEW (gfc_alloc)
2962 gfc_alloc *list;
3548 void gfc_free_alloc_list (gfc_alloc *);

Completed in 33 milliseconds