HomeSort by: relevance | last modified time | path
    Searched defs:derived_array (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 709 The optional argument 'derived_array' is used to preserve the parmse
716 tree *derived_array)
846 if (derived_array
849 *derived_array = gfc_create_var (TREE_TYPE (parmse->expr),
851 gfc_add_modify (&block, *derived_array , parmse->expr);
871 if (derived_array && *derived_array != NULL_TREE)
872 gfc_conv_descriptor_data_set (&block, *derived_array,
6474 tree derived_array = NULL_TREE; local
6589 &derived_array);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 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; local
6241 &derived_array);
    [all...]

Completed in 55 milliseconds