Searched refs:gfc_alloc_allocatable_for_assignment (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.h | 68 tree gfc_alloc_allocatable_for_assignment (gfc_loopinfo*, gfc_expr*, gfc_expr*);
|
H A D | trans-expr.c | 6977 tmp = gfc_alloc_allocatable_for_assignment (se->loop, in gfc_conv_procedure_call() 11466 tmp = gfc_alloc_allocatable_for_assignment (&loop, expr1, expr2); in gfc_trans_assignment_1()
|
H A D | trans-array.c | 10302 gfc_alloc_allocatable_for_assignment (gfc_loopinfo *loop, in gfc_alloc_allocatable_for_assignment() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.h | 70 tree gfc_alloc_allocatable_for_assignment (gfc_loopinfo*, gfc_expr*, gfc_expr*);
|
H A D | ChangeLog-2013 | 129 * trans-array.c (gfc_alloc_allocatable_for_assignment): Do not 706 (gfc_alloc_allocatable_for_assignment): Call it. 786 * trans-array.c (gfc_alloc_allocatable_for_assignment): Allocate 1738 * trans-array.c (gfc_alloc_allocatable_for_assignment): Save
|
H A D | ChangeLog-2018 | 623 (gfc_alloc_allocatable_for_assignment): Actually compare the 781 * trans-array.c (gfc_alloc_allocatable_for_assignment): Test 787 * trans-array.c (gfc_alloc_allocatable_for_assignment): If the 1320 * trans-array.c (gfc_alloc_allocatable_for_assignment): Use the 1635 * trans-array.c (gfc_alloc_allocatable_for_assignment): Set the
|
H A D | ChangeLog-2011 | 814 gfc_alloc_allocatable_for_assignment, gfc_walk_array_ref): 867 gfc_alloc_allocatable_for_assignment): Update references to expr and 928 gfc_conv_expr_descriptor, gfc_alloc_allocatable_for_assignment, 1286 (gfc_alloc_allocatable_for_assignment): Ditto. 3936 * trans-array.c (gfc_alloc_allocatable_for_assignment): Change
|
H A D | ChangeLog-2016 | 179 * trans-array.c (gfc_alloc_allocatable_for_assignment): Indirect ref 404 (gfc_alloc_allocatable_for_assignment): Make use to the cheaper way of 1188 gfc_trans_dummy_array_bias, gfc_alloc_allocatable_for_assignment, 1602 (gfc_alloc_allocatable_for_assignment): Added setting of coarray's
|
H A D | ChangeLog-2020 | 37 * trans-array.c (gfc_alloc_allocatable_for_assignment): Make 78 (gfc_alloc_allocatable_for_assignment): Obtain element size 1964 * trans-array.c (gfc_alloc_allocatable_for_assignment): Accept
|
H A D | ChangeLog-2014 | 778 (gfc_alloc_allocatable_for_assignment): Likewise. 2356 (gfc_alloc_allocatable_for_assignment): When a deferred length 2366 gfc_alloc_allocatable_for_assignment above.
|
H A D | ChangeLog-2010 | 291 (gfc_alloc_allocatable_for_assignment): New function. 303 call gfc_alloc_allocatable_for_assignment. Do not generate the 313 gfc_alloc_allocatable_for_assignment to make the reallocation.
|
H A D | ChangeLog-2021 | 2066 (gfc_alloc_allocatable_for_assignment): Use class descriptor
|
H A D | ChangeLog-2017 | 457 (gfc_alloc_allocatable_for_assignment): Likewise
|
H A D | trans-expr.cc | 7513 tmp = gfc_alloc_allocatable_for_assignment (se->loop, in gfc_conv_procedure_call() 12005 tmp = gfc_alloc_allocatable_for_assignment (&loop, expr1, expr2); in gfc_trans_assignment_1()
|
H A D | ChangeLog-2015 | 363 (gfc_alloc_allocatable_for_assignment): Jump directly to alloc/
|
H A D | trans-array.cc | 10503 gfc_alloc_allocatable_for_assignment (gfc_loopinfo *loop, in gfc_alloc_allocatable_for_assignment() function
|