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

/haiku-buildtools/gcc/gcc/fortran/
H A Dmatch.c3631 head = tail = gfc_get_alloc ();
3634 tail->next = gfc_get_alloc ();
4018 head = tail = gfc_get_alloc ();
4021 tail->next = gfc_get_alloc ();
H A Dgfortran.h2218 #define gfc_get_alloc() XCNEW (gfc_alloc) macro
H A Dclass.c957 dealloc->ext.alloc.list = gfc_get_alloc ();

Completed in 172 milliseconds