Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c7392 bool subref_array_target = false; in gfc_conv_expr_descriptor() local
7441 subref_array_target = se->direct_byref && is_subref_array (expr); in gfc_conv_expr_descriptor()
7443 && !subref_array_target; in gfc_conv_expr_descriptor()
7473 subref_array_target, expr); in gfc_conv_expr_descriptor()
7959 subref_array_target, expr); in gfc_conv_expr_descriptor()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc7509 bool subref_array_target = false; in gfc_conv_expr_descriptor() local
7561 subref_array_target = (is_subref_array (expr) in gfc_conv_expr_descriptor()
7565 && !subref_array_target); in gfc_conv_expr_descriptor()
7599 subref_array_target, expr); in gfc_conv_expr_descriptor()
8062 subref_array_target, expr); in gfc_conv_expr_descriptor()