/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 739 tree gfc_call_malloc (stmtblock_t *, tree, tree);
|
H A D | trans-array.c | 1091 tmp = gfc_call_malloc (pre, NULL, size); in gfc_trans_allocate_array_storage() 1121 tmp = gfc_call_malloc (&do_copying, NULL, size); in gfc_trans_allocate_array_storage() 6539 tmp = gfc_call_malloc (&init, TREE_TYPE (decl), size); in gfc_trans_auto_array_allocation() 8563 tmp = gfc_call_malloc (&block, type, size); in duplicate_allocatable() 8596 tmp = gfc_call_malloc (&block, tmp, size); in duplicate_allocatable() 9704 tmp = gfc_call_malloc (&fnblock, TREE_TYPE (comp), tmp); in structure_alloc_comps() 9783 tmp = gfc_call_malloc (&fnblock, NULL, size); in structure_alloc_comps()
|
H A D | trans.c | 636 gfc_call_malloc (stmtblock_t * block, tree type, tree size) in gfc_call_malloc() function
|
H A D | trans-intrinsic.c | 8606 tmp = gfc_call_malloc (&block, tmp, dest_word_len); in gfc_conv_intrinsic_transfer() 8648 tmp = gfc_call_malloc (&se->pre, TREE_TYPE (cdata), dest_word_len); in gfc_conv_intrinsic_transfer()
|
H A D | trans-stmt.c | 4169 tmp = gfc_call_malloc (pblock, TREE_TYPE (tmpvar), bytesize); in gfc_do_allocate()
|
H A D | trans-expr.c | 3579 tmp = gfc_call_malloc (&se->pre, type, tmp); in gfc_conv_string_tmp()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 744 tree gfc_call_malloc (stmtblock_t *, tree, tree);
|
H A D | trans-array.cc | 1159 tmp = gfc_call_malloc (pre, NULL, size); in gfc_trans_allocate_array_storage() 1189 tmp = gfc_call_malloc (&do_copying, NULL, size); in gfc_trans_allocate_array_storage() 6655 tmp = gfc_call_malloc (&init, TREE_TYPE (decl), size); in gfc_trans_auto_array_allocation() 8732 tmp = gfc_call_malloc (&block, type, size); in duplicate_allocatable() 8765 tmp = gfc_call_malloc (&block, tmp, size); in duplicate_allocatable() 9905 tmp = gfc_call_malloc (&fnblock, TREE_TYPE (comp), tmp); in structure_alloc_comps() 9984 tmp = gfc_call_malloc (&fnblock, NULL, size); in structure_alloc_comps()
|
H A D | trans.cc | 709 gfc_call_malloc (stmtblock_t * block, tree type, tree size) in gfc_call_malloc() function
|
H A D | ChangeLog-2008 | 818 (gfc_call_malloc): Fix tab-indentation. 2785 * trans.c (gfc_call_malloc): If size equals zero, allocate one 3472 (gfc_call_malloc): Likewise.
|
H A D | ChangeLog-2007 | 1638 (gfc_call_malloc, gfc_allocate_with_status, 3812 (gfor_fndecl_os_error, gfc_call_free, gfc_call_malloc): Add prototypes. 3813 * trans.c (gfc_call_malloc, gfc_call_free): New functions. 3825 gfc_call_malloc and gfc_call_free instead of building calls to
|
H A D | ChangeLog-2010 | 113 * trans.c (gfc_call_malloc): Improve comment. 1672 gfc_trans_runtime_check, gfc_call_malloc, 5158 * tranc.c (gfc_call_malloc): Remove negative-size run-time error
|
H A D | ChangeLog-2009 | 1296 (gfc_call_malloc): Use prvoid_type_node for return value of 2170 (gfc_call_malloc): Same.
|
H A D | ChangeLog-2011 | 1296 * trans.c (gfc_call_malloc): Ditto. 2216 * trans.c (gfc_call_malloc): Add new parameter gfc_allocate_with_status
|
H A D | ChangeLog-2021 | 2393 * trans.c (gfc_call_malloc): Allocate area of size 1 if passed
|
H A D | ChangeLog-2017 | 549 (gfc_call_malloc): Likewise
|
H A D | trans-intrinsic.cc | 8690 tmp = gfc_call_malloc (&block, tmp, dest_word_len); in gfc_conv_intrinsic_transfer() 8732 tmp = gfc_call_malloc (&se->pre, TREE_TYPE (cdata), dest_word_len); in gfc_conv_intrinsic_transfer()
|
H A D | ChangeLog-2015 | 1005 * trans.c (gfc_call_malloc, gfc_allocate_using_malloc,
|
H A D | trans-stmt.cc | 4205 tmp = gfc_call_malloc (pblock, TREE_TYPE (tmpvar), bytesize); in gfc_do_allocate()
|
H A D | ChangeLog-2019 | 1358 (gfc_call_malloc): Use trans_os_error_at.
|
H A D | trans-expr.cc | 3681 tmp = gfc_call_malloc (&se->pre, type, tmp); in gfc_conv_string_tmp()
|