Home
last modified time | relevance | path

Searched refs:is_alloc_lhs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h343 unsigned is_alloc_lhs:1; member
H A Dtrans-expr.c6968 && se->ss->loop_chain->is_alloc_lhs in gfc_conv_procedure_call()
7004 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()
7039 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()
10154 se->ss->is_alloc_lhs = 1; in realloc_lhs_loop_for_fcn_call()
10163 se->ss->is_alloc_lhs = 0; in realloc_lhs_loop_for_fcn_call()
10358 ss->is_alloc_lhs = 1; in gfc_trans_arrayfunc_assign()
11068 lss->is_alloc_lhs = 1; in gfc_trans_assignment_1()
H A Dtrans-array.c2953 if (ss->is_alloc_lhs) in gfc_add_loop_ss_code()
5215 if (loopspec[n] && ss->is_alloc_lhs) in set_loop_bounds()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h346 unsigned is_alloc_lhs:1; member
H A Dtrans-expr.cc7504 && se->ss->loop_chain->is_alloc_lhs in gfc_conv_procedure_call()
7540 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()
7575 if (flag_realloc_lhs && se->ss && se->ss->is_alloc_lhs) in gfc_conv_procedure_call()
10697 se->ss->is_alloc_lhs = 1; in realloc_lhs_loop_for_fcn_call()
10706 se->ss->is_alloc_lhs = 0; in realloc_lhs_loop_for_fcn_call()
10901 ss->is_alloc_lhs = 1; in gfc_trans_arrayfunc_assign()
11606 lss->is_alloc_lhs = 1; in gfc_trans_assignment_1()
H A Dtrans-array.cc3050 if (ss->is_alloc_lhs) in gfc_add_loop_ss_code()
5322 if (loopspec[n] && ss->is_alloc_lhs) in set_loop_bounds()
H A DChangeLog-20121679 ss->is_alloc_lhs is set.
H A DChangeLog-20182667 * trans-expr.c (gfc_trans_scalar_assign): Flag is_alloc_lhs if
H A DChangeLog-2010314 * trans.h : Add is_alloc_lhs bitfield to gfc_ss structure.