Home
last modified time | relevance | path

Searched refs:gfc_call_malloc (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h739 tree gfc_call_malloc (stmtblock_t *, tree, tree);
H A Dtrans-array.c1091 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 Dtrans.c636 gfc_call_malloc (stmtblock_t * block, tree type, tree size) in gfc_call_malloc() function
H A Dtrans-intrinsic.c8606 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 Dtrans-stmt.c4169 tmp = gfc_call_malloc (pblock, TREE_TYPE (tmpvar), bytesize); in gfc_do_allocate()
H A Dtrans-expr.c3579 tmp = gfc_call_malloc (&se->pre, type, tmp); in gfc_conv_string_tmp()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h744 tree gfc_call_malloc (stmtblock_t *, tree, tree);
H A Dtrans-array.cc1159 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 Dtrans.cc709 gfc_call_malloc (stmtblock_t * block, tree type, tree size) in gfc_call_malloc() function
H A DChangeLog-2008818 (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 DChangeLog-20071638 (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 DChangeLog-2010113 * 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 DChangeLog-20091296 (gfc_call_malloc): Use prvoid_type_node for return value of
2170 (gfc_call_malloc): Same.
H A DChangeLog-20111296 * trans.c (gfc_call_malloc): Ditto.
2216 * trans.c (gfc_call_malloc): Add new parameter gfc_allocate_with_status
H A DChangeLog-20212393 * trans.c (gfc_call_malloc): Allocate area of size 1 if passed
H A DChangeLog-2017549 (gfc_call_malloc): Likewise
H A Dtrans-intrinsic.cc8690 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 DChangeLog-20151005 * trans.c (gfc_call_malloc, gfc_allocate_using_malloc,
H A Dtrans-stmt.cc4205 tmp = gfc_call_malloc (pblock, TREE_TYPE (tmpvar), bytesize); in gfc_do_allocate()
H A DChangeLog-20191358 (gfc_call_malloc): Use trans_os_error_at.
H A Dtrans-expr.cc3681 tmp = gfc_call_malloc (&se->pre, type, tmp); in gfc_conv_string_tmp()