Searched refs:add_to_offset (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-array.c | 3701 add_to_offset (tree *cst_offset, tree *offset, tree t) in add_to_offset() function 3831 add_to_offset (&cst_offset, &offset, gfc_conv_array_offset (se->expr)); in gfc_conv_array_ref() 3904 add_to_offset (&cst_offset, &offset, tmp); in gfc_conv_array_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-array.cc | 3782 add_to_offset (tree *cst_offset, tree *offset, tree t) in add_to_offset() function 3921 add_to_offset (&cst_offset, &offset, gfc_conv_array_offset (decl)); in gfc_conv_array_ref() 3994 add_to_offset (&cst_offset, &offset, tmp); in gfc_conv_array_ref()
|
H A D | ChangeLog-2011 | 1928 * trans-array.c (add_to_offset): New function.
|