Searched refs:gfc_get_alloc (Results 1 – 12 of 12) sorted by relevance
4273 head = tail = gfc_get_alloc (); in gfc_match_allocate()4276 tail->next = gfc_get_alloc (); in gfc_match_allocate()4710 head = tail = gfc_get_alloc (); in gfc_match_deallocate()4713 tail->next = gfc_get_alloc (); in gfc_match_deallocate()
4314 head = tail = gfc_get_alloc (); in gfc_match_allocate()4317 tail->next = gfc_get_alloc (); in gfc_match_allocate()4751 head = tail = gfc_get_alloc (); in gfc_match_deallocate()4754 tail->next = gfc_get_alloc (); in gfc_match_deallocate()
3286 allocate1->ext.alloc.list = gfc_get_alloc (); in matmul_lhs_realloc()3292 allocate_else->ext.alloc.list = gfc_get_alloc (); in matmul_lhs_realloc()3302 deallocate->ext.alloc.list = gfc_get_alloc (); in matmul_lhs_realloc()
3564 allocate1->ext.alloc.list = gfc_get_alloc (); in matmul_lhs_realloc()3570 allocate_else->ext.alloc.list = gfc_get_alloc (); in matmul_lhs_realloc()3580 deallocate->ext.alloc.list = gfc_get_alloc (); in matmul_lhs_realloc()
1021 dealloc->ext.alloc.list = gfc_get_alloc (); in finalize_component()2598 sub_ns->code->ext.alloc.list = gfc_get_alloc (); in gfc_find_derived_vtab()
1036 dealloc->ext.alloc.list = gfc_get_alloc (); in finalize_component()2610 sub_ns->code->ext.alloc.list = gfc_get_alloc (); in gfc_find_derived_vtab()
2771 #define gfc_get_alloc() XCNEW (gfc_alloc) macro
1994 gfc_get_alloc, gfc_get_wide_string): Likewise.
2482 #define gfc_get_alloc() XCNEW (gfc_alloc) macro