Searched refs:gfc_get_class_array_ref (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 449 tree gfc_get_class_array_ref (tree, tree, tree, bool);
|
H A D | trans-expr.c | 1284 gfc_get_class_array_ref (tree index, tree class_decl, tree data_comp, in gfc_get_class_array_ref() function 1411 from_ref = gfc_get_class_array_ref (index, from, from_data, in gfc_copy_class_to_class() 1419 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited); in gfc_copy_class_to_class()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2015 | 691 gfc_get_class_array_ref to adhere to new interface. 695 * trans-expr.c (gfc_get_class_array_ref): When the tree to get 701 * trans.h: Interface change of gfc_get_class_array_ref. 2152 (gfc_get_class_array_ref): Switch to new function name for
|
H A D | ChangeLog-2021 | 655 (gfc_get_class_array_ref): Make static. 662 gfc_vptr_extends_get, gfc_get_class_array_ref, gfc_get_character_len,
|
H A D | trans-expr.cc | 1378 gfc_get_class_array_ref (tree index, tree class_decl, tree data_comp, in gfc_get_class_array_ref() function 1505 from_ref = gfc_get_class_array_ref (index, from, from_data, in gfc_copy_class_to_class() 1513 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited); in gfc_copy_class_to_class()
|
H A D | ChangeLog-2012 | 2456 * trans.h : Prototypes for gfc_get_class_array_ref,
|
H A D | ChangeLog-2018 | 1955 * trans-expr.c (gfc_get_class_array_ref): If unlimited, use the
|