Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20111297 (gfc_allocate_using_malloc): Ditto.
2040 * trans.c (gfc_allocate_using_malloc): Change function signature.
2044 and gfc_allocate_using_malloc. Do not free and then reallocate a
2053 Update calls to gfc_allocate_allocatable and gfc_allocate_using_malloc.
2057 (gfc_allocate_using_malloc): Ditto.
2060 to gfc_allocate_allocatable with gfc_allocate_using_malloc.
2062 gfc_allocate_allocatable and gfc_allocate_using_malloc.
2082 gfc_allocate_using_malloc and gfc_allocate_usig_lib.
2083 (gfc_allocate_using_malloc): The status parameter is now the
2092 gfc_allocate_using_malloc. Pass stat rather than pstat to the allocate
[all …]
H A Dtrans.h758 void gfc_allocate_using_malloc (stmtblock_t *, tree, tree, tree);
H A Dtrans.cc782 gfc_allocate_using_malloc (stmtblock_t * block, tree pointer, in gfc_allocate_using_malloc() function
1011 gfc_allocate_using_malloc (&alloc_block, mem, size, status); in gfc_allocate_allocatable()
H A Dtrans-openmp.cc749 gfc_allocate_using_malloc (&cond_block, ptr, size, NULL_TREE); in gfc_omp_clause_default_ctor()
940 gfc_allocate_using_malloc (&cond_block, ptr, size, NULL_TREE); in gfc_omp_clause_copy_ctor()
1099 gfc_allocate_using_malloc (&inner_block, ptr, size, NULL_TREE); in gfc_omp_clause_assign_op()
1117 gfc_allocate_using_malloc (&cond_block2, ptr, size, NULL_TREE); in gfc_omp_clause_assign_op()
1297 gfc_allocate_using_malloc (&block, ptr, size, NULL_TREE); in gfc_omp_clause_linear_ctor()
H A DChangeLog-20142305 (gfc_trans_runtime_check, gfc_allocate_using_malloc,
H A DChangeLog-2017550 (gfc_allocate_using_malloc): Likewise
H A DChangeLog-20122681 * trans.c (gfc_allocate_using_malloc): Fix spacing.
H A DChangeLog-20162353 * trans.c (gfc_allocate_using_malloc): Properly set FAIL_ALLOC
H A DChangeLog-20151005 * trans.c (gfc_call_malloc, gfc_allocate_using_malloc,
H A Dtrans-stmt.cc6857 gfc_allocate_using_malloc (&se.pre, se.expr, memsz, stat); in gfc_trans_allocate()
H A DChangeLog-20191359 (gfc_allocate_using_malloc): Likewise.
H A Dtrans-array.cc6243 gfc_allocate_using_malloc (&elseblock, pointer, size, status); in gfc_array_allocate()
H A Dtrans-expr.cc11464 gfc_allocate_using_malloc (&alloc, class_han, size, NULL_TREE); in trans_class_assignment()
H A Dtrans-intrinsic.cc2134 gfc_allocate_using_malloc (&scal_se.pre, scal_se.expr, in conv_caf_send()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h753 void gfc_allocate_using_malloc (stmtblock_t *, tree, tree, tree);
H A Dtrans.c709 gfc_allocate_using_malloc (stmtblock_t * block, tree pointer, in gfc_allocate_using_malloc() function
938 gfc_allocate_using_malloc (&alloc_block, mem, size, status); in gfc_allocate_allocatable()
H A Dtrans-openmp.c647 gfc_allocate_using_malloc (&cond_block, ptr, size, NULL_TREE); in gfc_omp_clause_default_ctor()
755 gfc_allocate_using_malloc (&cond_block, ptr, size, NULL_TREE); in gfc_omp_clause_copy_ctor()
914 gfc_allocate_using_malloc (&inner_block, ptr, size, NULL_TREE); in gfc_omp_clause_assign_op()
932 gfc_allocate_using_malloc (&cond_block2, ptr, size, NULL_TREE); in gfc_omp_clause_assign_op()
1112 gfc_allocate_using_malloc (&block, ptr, size, NULL_TREE); in gfc_omp_clause_linear_ctor()
H A Dtrans-stmt.c6824 gfc_allocate_using_malloc (&se.pre, se.expr, memsz, stat); in gfc_trans_allocate()
H A Dtrans-array.c6133 gfc_allocate_using_malloc (&elseblock, pointer, size, status); in gfc_array_allocate()
H A Dtrans-expr.c10926 gfc_allocate_using_malloc (&alloc, class_han, size, NULL_TREE); in trans_class_assignment()
H A Dtrans-intrinsic.c2126 gfc_allocate_using_malloc (&scal_se.pre, scal_se.expr, in conv_caf_send()