Searched refs:gfc_allocate_allocatable (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2011 | 1942 gfc_allocate_allocatable for -fcoarray=lib. 1944 gfc_allocate_allocatable call. 1945 * trans.h (gfc_allocate_allocatable): Update prototype. 1948 (gfc_allocate_allocatable): Ditto. 2043 (gfc_allocate_allocatable): Ditto. Update call to gfc_allocate_using_lib 2053 Update calls to gfc_allocate_allocatable and gfc_allocate_using_malloc. 2054 * trans.h (gfc_allocate_allocatable): Change function signature. 2060 to gfc_allocate_allocatable with gfc_allocate_using_malloc. 2062 gfc_allocate_allocatable and gfc_allocate_using_malloc. 2088 gfc_allocate_allocatable. [all …]
|
H A D | trans.h | 754 void gfc_allocate_allocatable (stmtblock_t*, tree, tree, tree, tree,
|
H A D | ChangeLog-2016 | 443 (gfc_allocate_allocatable): Set the registration mode/type of caf- 1657 (gfc_allocate_allocatable): Same. 2355 (gfc_allocate_allocatable): Use REALLOC predictor instead of 2703 * trans.c (gfc_allocate_allocatable): size conversion
|
H A D | ChangeLog-2012 | 512 * trans.c (gfc_allocate_allocatable): Revert accidental 2682 (gfc_allocate_allocatable): For gfc_allocate_using_lib, jump to 2685 * trans.h (gfc_allocate_allocatable, gfc_deallocate_with_status):
|
H A D | trans.cc | 911 gfc_allocate_allocatable (stmtblock_t * block, tree mem, tree size, in gfc_allocate_allocatable() function
|
H A D | ChangeLog-2015 | 136 (gfc_allocate_allocatable): Passing new argument. 1006 gfc_allocate_using_lib, gfc_allocate_allocatable, 2073 * trans.c (gfc_allocate_using_lib, gfc_allocate_allocatable):
|
H A D | trans-stmt.cc | 6846 gfc_allocate_allocatable (&se.pre, se.expr, memsz, in gfc_trans_allocate() 6853 gfc_allocate_allocatable (&se.pre, se.expr, memsz, in gfc_trans_allocate()
|
H A D | ChangeLog-2014 | 2306 gfc_allocate_allocatable, gfc_deallocate_with_status): Set explicitly
|
H A D | ChangeLog-2017 | 551 (gfc_allocate_allocatable): Likewise
|
H A D | trans-array.cc | 6234 gfc_allocate_allocatable (&elseblock, pointer, size, token, in gfc_array_allocate()
|
H A D | trans-expr.cc | 11260 gfc_allocate_allocatable (block, lse.expr, size_in_bytes, in alloc_scalar_allocatable_for_assignment()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 749 void gfc_allocate_allocatable (stmtblock_t*, tree, tree, tree, tree,
|
H A D | trans.c | 838 gfc_allocate_allocatable (stmtblock_t * block, tree mem, tree size, in gfc_allocate_allocatable() function
|
H A D | trans-stmt.c | 6813 gfc_allocate_allocatable (&se.pre, se.expr, memsz, in gfc_trans_allocate() 6820 gfc_allocate_allocatable (&se.pre, se.expr, memsz, in gfc_trans_allocate()
|
H A D | trans-array.c | 6124 gfc_allocate_allocatable (&elseblock, pointer, size, token, in gfc_array_allocate()
|
H A D | trans-expr.c | 10722 gfc_allocate_allocatable (block, lse.expr, size_in_bytes, in alloc_scalar_allocatable_for_assignment()
|