Home
last modified time | relevance | path

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 Dtrans.h426 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
H A Dtrans.c438 span = gfc_resize_class_size_with_len (NULL, decl, span); in gfc_build_array_ref()
H A Dtrans-array.c1412 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 Dtrans-expr.c261 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 Dtrans.h428 tree gfc_resize_class_size_with_len (stmtblock_t *, tree, tree);
H A Dtrans.cc412 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 DChangeLog-202077 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 Dtrans-array.cc1480 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 Dtrans-expr.cc303 gfc_resize_class_size_with_len (stmtblock_t * block, tree class_expr, tree size) in gfc_resize_class_size_with_len() function