Searched refs:derived_array (Results 1 – 3 of 3) sorted by relevance
455 bool, tree *derived_array = NULL);
703 tree *derived_array) in gfc_conv_derived_to_class() argument833 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() local6216 &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()
2241 'derived_array' to hold the fixed, parmse expr in the case of2249 * trans.h : Include the optional argument 'derived_array' to