Home
last modified time | relevance | path

Searched refs:result_ctor (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc570 gfc_constructor *array_ctor, *mask_ctor, *result_ctor; in simplify_transformation_to_array() local
615 result_ctor = gfc_constructor_first (result->value.constructor); in simplify_transformation_to_array()
618 resultvec[i] = result_ctor->expr; in simplify_transformation_to_array()
619 result_ctor = gfc_constructor_next (result_ctor); in simplify_transformation_to_array()
688 result_ctor = gfc_constructor_first (result->value.constructor); in simplify_transformation_to_array()
691 result_ctor->expr = resultvec[i]; in simplify_transformation_to_array()
692 result_ctor = gfc_constructor_next (result_ctor); in simplify_transformation_to_array()
5250 gfc_constructor *result_ctor, *array_ctor, *mask_ctor; in simplify_minmaxloc_nodim() local
5328 result_ctor = gfc_constructor_first (result->value.constructor); in simplify_minmaxloc_nodim()
5332 r_expr = result_ctor->expr; in simplify_minmaxloc_nodim()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c538 gfc_constructor *array_ctor, *mask_ctor, *result_ctor; in simplify_transformation_to_array() local
583 result_ctor = gfc_constructor_first (result->value.constructor); in simplify_transformation_to_array()
586 resultvec[i] = result_ctor->expr; in simplify_transformation_to_array()
587 result_ctor = gfc_constructor_next (result_ctor); in simplify_transformation_to_array()
656 result_ctor = gfc_constructor_first (result->value.constructor); in simplify_transformation_to_array()
659 result_ctor->expr = resultvec[i]; in simplify_transformation_to_array()
660 result_ctor = gfc_constructor_next (result_ctor); in simplify_transformation_to_array()
5122 gfc_constructor *result_ctor, *array_ctor, *mask_ctor; in simplify_minmaxloc_nodim() local
5197 result_ctor = gfc_constructor_first (result->value.constructor); in simplify_minmaxloc_nodim()
5201 r_expr = result_ctor->expr; in simplify_minmaxloc_nodim()
[all …]