Searched refs:source_ctor (Results 1 – 2 of 2) sorted by relevance
7876 gfc_constructor *source_ctor; in gfc_simplify_spread() local7900 for (source_ctor = gfc_constructor_first (source->value.constructor); in gfc_simplify_spread()7901 source_ctor; source_ctor = gfc_constructor_next (source_ctor)) in gfc_simplify_spread()7905 gfc_copy_expr (source_ctor->expr), in gfc_simplify_spread()
7733 gfc_constructor *source_ctor; in gfc_simplify_spread() local7757 for (source_ctor = gfc_constructor_first (source->value.constructor); in gfc_simplify_spread()7758 source_ctor; source_ctor = gfc_constructor_next (source_ctor)) in gfc_simplify_spread()7762 gfc_copy_expr (source_ctor->expr), in gfc_simplify_spread()