/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2011 | 1297 (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 D | trans.h | 758 void gfc_allocate_using_malloc (stmtblock_t *, tree, tree, tree);
|
H A D | trans.cc | 782 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 D | trans-openmp.cc | 749 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 D | ChangeLog-2014 | 2305 (gfc_trans_runtime_check, gfc_allocate_using_malloc,
|
H A D | ChangeLog-2017 | 550 (gfc_allocate_using_malloc): Likewise
|
H A D | ChangeLog-2012 | 2681 * trans.c (gfc_allocate_using_malloc): Fix spacing.
|
H A D | ChangeLog-2016 | 2353 * trans.c (gfc_allocate_using_malloc): Properly set FAIL_ALLOC
|
H A D | ChangeLog-2015 | 1005 * trans.c (gfc_call_malloc, gfc_allocate_using_malloc,
|
H A D | trans-stmt.cc | 6857 gfc_allocate_using_malloc (&se.pre, se.expr, memsz, stat); in gfc_trans_allocate()
|
H A D | ChangeLog-2019 | 1359 (gfc_allocate_using_malloc): Likewise.
|
H A D | trans-array.cc | 6243 gfc_allocate_using_malloc (&elseblock, pointer, size, status); in gfc_array_allocate()
|
H A D | trans-expr.cc | 11464 gfc_allocate_using_malloc (&alloc, class_han, size, NULL_TREE); in trans_class_assignment()
|
H A D | trans-intrinsic.cc | 2134 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 D | trans.h | 753 void gfc_allocate_using_malloc (stmtblock_t *, tree, tree, tree);
|
H A D | trans.c | 709 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 D | trans-openmp.c | 647 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 D | trans-stmt.c | 6824 gfc_allocate_using_malloc (&se.pre, se.expr, memsz, stat); in gfc_trans_allocate()
|
H A D | trans-array.c | 6133 gfc_allocate_using_malloc (&elseblock, pointer, size, status); in gfc_array_allocate()
|
H A D | trans-expr.c | 10926 gfc_allocate_using_malloc (&alloc, class_han, size, NULL_TREE); in trans_class_assignment()
|
H A D | trans-intrinsic.c | 2126 gfc_allocate_using_malloc (&scal_se.pre, scal_se.expr, in conv_caf_send()
|