Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h455 bool, tree *derived_array = NULL);
H A Dtrans-expr.cc703 tree *derived_array) in gfc_conv_derived_to_class() argument
833 if (derived_array in gfc_conv_derived_to_class()
836 *derived_array = gfc_create_var (TREE_TYPE (parmse->expr), in gfc_conv_derived_to_class()
838 gfc_add_modify (&block, *derived_array , parmse->expr); in gfc_conv_derived_to_class()
858 if (derived_array && *derived_array != NULL_TREE) in gfc_conv_derived_to_class()
859 gfc_conv_descriptor_data_set (&block, *derived_array, in gfc_conv_derived_to_class()
6110 tree derived_array = NULL_TREE; in gfc_conv_procedure_call() local
6216 &derived_array); in gfc_conv_procedure_call()
7137 if (derived_array != NULL_TREE) in gfc_conv_procedure_call()
7139 derived_array, in gfc_conv_procedure_call()
H A DChangeLog-20212241 'derived_array' to hold the fixed, parmse expr in the case of
2249 * trans.h : Include the optional argument 'derived_array' to