Home
last modified time | relevance | path

Searched refs:structure_alloc_comps (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c8810 structure_alloc_comps (gfc_symbol * der_type, tree decl, in structure_alloc_comps() function
8900 tmp = structure_alloc_comps (der_type, vref, dref, rank, in structure_alloc_comps()
8904 tmp = structure_alloc_comps (der_type, vref, NULL_TREE, rank, purpose, in structure_alloc_comps()
8938 tmp = structure_alloc_comps (der_type, decl, NULL_TREE, rank, in structure_alloc_comps()
8944 tmp = structure_alloc_comps (der_type, decl, NULL_TREE, rank, in structure_alloc_comps()
9001 = structure_alloc_comps (CLASS_DATA (c)->ts.u.derived, in structure_alloc_comps()
9008 add_when_allocated = structure_alloc_comps (c->ts.u.derived, in structure_alloc_comps()
9134 = structure_alloc_comps (CLASS_DATA (c)->ts.u.derived, in structure_alloc_comps()
9141 add_when_allocated = structure_alloc_comps (c->ts.u.derived, in structure_alloc_comps()
9441 tmp = structure_alloc_comps (c->ts.u.derived, comp, NULL_TREE, in structure_alloc_comps()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc8979 structure_alloc_comps (gfc_symbol * der_type, tree decl, in structure_alloc_comps() function
9068 tmp = structure_alloc_comps (der_type, vref, dref, rank, in structure_alloc_comps()
9072 tmp = structure_alloc_comps (der_type, vref, NULL_TREE, rank, purpose, in structure_alloc_comps()
9106 tmp = structure_alloc_comps (der_type, decl, NULL_TREE, rank, in structure_alloc_comps()
9112 tmp = structure_alloc_comps (der_type, decl, NULL_TREE, rank, in structure_alloc_comps()
9173 = structure_alloc_comps (CLASS_DATA (c)->ts.u.derived, in structure_alloc_comps()
9180 add_when_allocated = structure_alloc_comps (c->ts.u.derived, in structure_alloc_comps()
9326 = structure_alloc_comps (CLASS_DATA (c)->ts.u.derived, in structure_alloc_comps()
9333 add_when_allocated = structure_alloc_comps (c->ts.u.derived, in structure_alloc_comps()
9633 tmp = structure_alloc_comps (c->ts.u.derived, comp, NULL_TREE, in structure_alloc_comps()
[all …]
H A DChangeLog-2017188 (structure_alloc_comps): Check that param->name is non-null
217 * trans-array.c (structure_alloc_comps): Copy the expression
455 (structure_alloc_comps): Likewise
870 * trans-array.c (structure_alloc_comps): For deallocation of
1245 trans-array.c (structure_alloc_comps): Allocate and deallocate
2001 (structure_alloc_comps): Same.
2052 * trans-array.c (structure_alloc_comps): Ignore pointer components when
2228 (structure_alloc_comps): Extend nullify to treat pointer components in
H A DChangeLog-2013643 * trans-array.c (structure_alloc_comps): For coarrays,
703 (structure_alloc_comps): Handle it.
717 * trans-array.c (structure_alloc_comps): Call it.
878 (structure_alloc_comps): Update caller.
955 (gfc_array_allocate, structure_alloc_comps): Don't nullify for
1647 * trans-array.c (structure_alloc_comps): Handle procedure-pointer
H A DChangeLog-2016247 (structure_alloc_comps): Restructure deallocation of (nested)
392 (structure_alloc_comps): A mode for handling coarrays, that is no
397 (gfc_nullify_alloc_comp): Use the caf_mode of structure_alloc_comps
424 set the structure_alloc_comps modes correctly.
427 structure_alloc_comps interface.
435 structure_alloc_comps.
1255 (structure_alloc_comps): Use the common way to get the _data component.
H A DChangeLog-2012229 * trans-array.c (structure_alloc_comps): Use NULL_TREE in the
1588 * trans-array.c (structure_alloc_comps): Don't loop for
2311 * trans-array.c (structure_alloc_comps): Fix assignment of
2590 * trans-array.c (structure_alloc_comps): Suppress interative
2691 structure_alloc_comps, gfc_trans_deferred_array): Ditto.
H A DChangeLog1278 * trans-array.cc (structure_alloc_comps): Prevent descriptor
1289 * trans-array.cc (structure_alloc_comps): Prevent descriptor
1297 * trans-array.cc (structure_alloc_comps): Prevent descriptor
H A DChangeLog-20181256 * trans-array.c (structure_alloc_comps): Do not explicitly copy
1952 * trans-array.c (structure_alloc_comps): Make sure that the
2301 * trans-array.c (structure_alloc_comps): Only register a component of
2723 * trans-array.c (structure_alloc_comps): Add 'is_pdt_type' and
2733 * trans-array.c (structure_alloc_comps): Only compare len parms
H A DChangeLog-2010244 (structure_alloc_comps): Likewise.
511 * trans-array.c (structure_alloc_comps): Ditto.
653 * trans-array.c (structure_alloc_comps): Call it here ...
1529 structure_alloc_comps): Change fold_build[0-9] to
1531 (duplicate_allocatable, structure_alloc_comps,
3590 * trans-array.c (structure_alloc_comps): Dereference scalar
3639 * gcc/fortran/trans-array.c (structure_alloc_comps): Use macro
5409 (structure_alloc_comps): Do not apply indirect reference to
H A DChangeLog-201513 * trans-array.c (structure_alloc_comps): Ditto twice.
672 * trans-array.c (structure_alloc_comps): On deallocation of
1999 (structure_alloc_comps): Likewise.
2146 (structure_alloc_comps): gfc_copy_class_to_class () needs to
H A DChangeLog-201462 * trans-array.c (structure_alloc_comps): Do not nullify procedure
1635 (structure_alloc_comps): Adjust g*_full_array_size and
2354 (structure_alloc_comps): Set the hidden string length as
H A DChangeLog-2008262 * trans-array.c (structure_alloc_comps): Do not duplicate the
1254 * trans-array.c (gfc_array_allocate,structure_alloc_comps): Ditto.
1529 (structure_alloc_comps): Same.
3559 gfc_duplicate_allocatable, structure_alloc_comps): Use fold_buildN
H A DChangeLog-202076 (build_class_array_ref, structure_alloc_comps): Replace code
834 * trans-array.c (structure_alloc_comps): Keep caf-mode when applying to
H A DChangeLog-2009502 * trans-array.c (structure_alloc_comps): Handle deallocation and
835 * trans-array.c (structure_alloc_comps,gfc_trans_deferred_array):
2148 (structure_alloc_comps): Same.
H A DChangeLog-2011141 (structure_alloc_comps): Enable class arrays.
1726 * trans-array.c (structure_alloc_comps): Fix for allocatable
2269 * trans-array.c (structure_alloc_comps): Make sure sub-components
H A DChangeLog-2006730 * trans-array.c (structure_alloc_comps): Detect pointers to
1288 (structure_alloc_comps): New recursive function to deallocate,
H A DChangeLog-2021797 (structure_alloc_comps): Remove ' ' inside tabs.
H A DChangeLog-20071447 gfc_trans_array_constructor_element, structure_alloc_comps,
4774 * trans-array.c (structure_alloc_comps): Use correct type
H A DChangeLog-2019973 * trans-array.c (structure_alloc_comps):