Home
last modified time | relevance | path

Searched refs:add_when_allocated (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c8537 tree add_when_allocated) in duplicate_allocatable() argument
8613 gfc_add_expr_to_block (&block, add_when_allocated); in duplicate_allocatable()
8634 tree add_when_allocated) in gfc_duplicate_allocatable() argument
8637 NULL_TREE, add_when_allocated); in gfc_duplicate_allocatable()
8830 tree add_when_allocated; in structure_alloc_comps() local
8993 add_when_allocated = NULL_TREE; in structure_alloc_comps()
9000 add_when_allocated in structure_alloc_comps()
9008 add_when_allocated = structure_alloc_comps (c->ts.u.derived, in structure_alloc_comps()
9016 if (add_when_allocated) in structure_alloc_comps()
9017 gfc_add_expr_to_block (&derived_type_block, add_when_allocated); in structure_alloc_comps()
[all …]
H A Dtrans.c1341 int coarray_dealloc_mode, tree add_when_allocated, in gfc_deallocate_with_status() argument
1434 if (add_when_allocated) in gfc_deallocate_with_status()
1435 gfc_add_expr_to_block (&non_null, add_when_allocated); in gfc_deallocate_with_status()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc8706 tree add_when_allocated) in duplicate_allocatable() argument
8782 gfc_add_expr_to_block (&block, add_when_allocated); in duplicate_allocatable()
8803 tree add_when_allocated) in gfc_duplicate_allocatable() argument
8806 NULL_TREE, add_when_allocated); in gfc_duplicate_allocatable()
8999 tree add_when_allocated; in structure_alloc_comps() local
9165 add_when_allocated = NULL_TREE; in structure_alloc_comps()
9172 add_when_allocated in structure_alloc_comps()
9180 add_when_allocated = structure_alloc_comps (c->ts.u.derived, in structure_alloc_comps()
9188 if (add_when_allocated) in structure_alloc_comps()
9189 gfc_add_expr_to_block (&derived_type_block, add_when_allocated); in structure_alloc_comps()
[all …]
H A Dtrans.cc1414 int coarray_dealloc_mode, tree add_when_allocated, in gfc_deallocate_with_status() argument
1507 if (add_when_allocated) in gfc_deallocate_with_status()
1508 gfc_add_expr_to_block (&non_null, add_when_allocated); in gfc_deallocate_with_status()