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

/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h2211 typedef struct gfc_alloc struct
2214 struct gfc_alloc *next;
2216 gfc_alloc; typedef in typeref:struct:gfc_alloc
2218 #define gfc_get_alloc() XCNEW (gfc_alloc)
2398 gfc_alloc *list;
2913 void gfc_free_alloc_list (gfc_alloc *);
H A Dmatch.c3549 /* Frees a list of gfc_alloc structures. */
3552 gfc_free_alloc_list (gfc_alloc *p)
3554 gfc_alloc *q;
3570 gfc_alloc *head, *tail;
4002 gfc_alloc *head, *tail;
H A Dfrontend-passes.c2152 gfc_alloc *a;
H A Dtrans-stmt.c5284 gfc_alloc *al;
6191 gfc_alloc *al;
H A Dresolve.c6820 gfc_alloc *a;
7232 gfc_alloc *a, *p, *q;

Completed in 206 milliseconds