Searched refs:gfc_resize_class_size_with_len (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 426 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
|
H A D | trans.c | 438 span = gfc_resize_class_size_with_len (NULL, decl, span); in gfc_build_array_ref()
|
H A D | trans-array.c | 1412 elemsize = gfc_resize_class_size_with_len (pre, class_expr, elemsize); in gfc_trans_create_temp_array() 3612 size = gfc_resize_class_size_with_len (&se->pre, decl, size); in build_class_array_ref() 9539 size = gfc_resize_class_size_with_len (&tmpblock, comp, size); in structure_alloc_comps()
|
H A D | trans-expr.c | 261 gfc_resize_class_size_with_len (stmtblock_t * block, tree class_expr, tree size) in gfc_resize_class_size_with_len() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 428 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
|
H A D | trans.cc | 412 span = gfc_resize_class_size_with_len (NULL, decl, span); in get_array_span() 493 span = gfc_resize_class_size_with_len (NULL, decl, span); in gfc_build_array_ref()
|
H A D | ChangeLog-2020 | 77 replicating the new function gfc_resize_class_size_with_len. 86 * trans-expr.c (gfc_resize_class_size_with_len): New function. 104 * trans.h : Add prototype for gfc_resize_class_size_with_len.
|
H A D | trans-array.cc | 1480 elemsize = gfc_resize_class_size_with_len (pre, class_expr, elemsize); in gfc_trans_create_temp_array() 3658 size = gfc_resize_class_size_with_len (&se->pre, decl, size); in build_class_array_ref() 9731 size = gfc_resize_class_size_with_len (&tmpblock, comp, size); in structure_alloc_comps()
|
H A D | trans-expr.cc | 303 gfc_resize_class_size_with_len (stmtblock_t * block, tree class_expr, tree size) in gfc_resize_class_size_with_len() function
|