Searched refs:gfc_conv_expr_lhs (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans.h | 501 void gfc_conv_expr_lhs (gfc_se * se, gfc_expr * expr);
|
H A D | trans-stmt.c | 2515 gfc_conv_expr_lhs (&se, code->ext.iterator->var); in gfc_trans_do() 6207 gfc_conv_expr_lhs (&se, code->expr2); in gfc_trans_allocate() 7140 gfc_conv_expr_lhs (&se, code->expr1); in gfc_trans_allocate() 7201 gfc_conv_expr_lhs (&se, code->expr2); in gfc_trans_deallocate() 7436 gfc_conv_expr_lhs (&se, code->expr1); in gfc_trans_deallocate()
|
H A D | trans-io.c | 692 gfc_conv_expr_lhs (&se, e); in set_parameter_ref()
|
H A D | trans-intrinsic.c | 6600 gfc_conv_expr_lhs (&ase, ss->info->expr); in gfc_conv_intrinsic_shape() 8893 gfc_conv_expr_lhs (&arg1se, arg1->expr); in gfc_conv_associated()
|
H A D | trans-openmp.c | 4174 gfc_conv_expr_lhs (&se, code->ext.iterator->var); in gfc_trans_omp_do()
|
H A D | trans-array.c | 3122 gfc_conv_expr_lhs (&se, ss_info->expr); in gfc_conv_ss_descriptor()
|
H A D | trans-expr.c | 8935 gfc_conv_expr_lhs (gfc_se * se, gfc_expr * expr) in gfc_conv_expr_lhs() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans.h | 501 void gfc_conv_expr_lhs (gfc_se * se, gfc_expr * expr);
|
H A D | trans-stmt.cc | 2553 gfc_conv_expr_lhs (&se, code->ext.iterator->var); in gfc_trans_do() 6243 gfc_conv_expr_lhs (&se, code->expr2); in gfc_trans_allocate() 7173 gfc_conv_expr_lhs (&se, code->expr1); in gfc_trans_allocate() 7234 gfc_conv_expr_lhs (&se, code->expr2); in gfc_trans_deallocate() 7469 gfc_conv_expr_lhs (&se, code->expr1); in gfc_trans_deallocate()
|
H A D | trans-io.cc | 692 gfc_conv_expr_lhs (&se, e); in set_parameter_ref()
|
H A D | ChangeLog-2005 | 2011 (gfc_conv_expr_lhs): Fix assertion.
|
H A D | trans-openmp.cc | 5125 gfc_conv_expr_lhs (&se, code->ext.iterator->var); in gfc_trans_omp_do()
|
H A D | trans-array.cc | 3219 gfc_conv_expr_lhs (&se, ss_info->expr); in gfc_conv_ss_descriptor()
|
H A D | trans-expr.cc | 9478 gfc_conv_expr_lhs (gfc_se * se, gfc_expr * expr) in gfc_conv_expr_lhs() function
|
H A D | trans-intrinsic.cc | 8990 gfc_conv_expr_lhs (&arg1se, arg1->expr); in gfc_conv_associated()
|