Home
last modified time | relevance | path

Searched refs:add_to_offset (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c3701 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 Dtrans-array.cc3782 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 DChangeLog-20111928 * trans-array.c (add_to_offset): New function.