Home | History | Annotate | Download | only in fortran

Lines Matching defs:derived_array

696    The optional argument 'derived_array' is used to preserve the parmse
703 tree *derived_array)
833 if (derived_array
836 *derived_array = gfc_create_var (TREE_TYPE (parmse->expr),
838 gfc_add_modify (&block, *derived_array , parmse->expr);
858 if (derived_array && *derived_array != NULL_TREE)
859 gfc_conv_descriptor_data_set (&block, *derived_array,
6129 tree derived_array = NULL_TREE;
6241 &derived_array);
7162 if (derived_array != NULL_TREE)
7164 derived_array,