Home
last modified time | relevance | path

Searched refs:gfc_expr_is_variable (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h534 bool gfc_expr_is_variable (gfc_expr *);
H A Dtrans-expr.c6428 && gfc_expr_is_variable (e)) in gfc_conv_procedure_call()
10548 gfc_expr_is_variable (gfc_expr *expr) in gfc_expr_is_variable() function
10561 return gfc_expr_is_variable (arg); in gfc_expr_is_variable()
11282 && !gfc_expr_is_variable (expr2) in gfc_trans_assignment_1()
11404 gfc_expr_is_variable (expr2) in gfc_trans_assignment_1()
H A Dtrans-array.c2927 && gfc_expr_is_variable (ss_info->expr)) in gfc_scalar_elemental_arg_saved_as_reference()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h536 bool gfc_expr_is_variable (gfc_expr *);
H A Dtrans-expr.cc5560 && gfc_expr_is_variable (e)) in gfc_conv_gfc_desc_to_cfi_desc()
6883 && gfc_expr_is_variable (e)) in gfc_conv_procedure_call()
11091 gfc_expr_is_variable (gfc_expr *expr) in gfc_expr_is_variable() function
11104 return gfc_expr_is_variable (arg); in gfc_expr_is_variable()
11821 && !gfc_expr_is_variable (expr2) in gfc_trans_assignment_1()
11943 gfc_expr_is_variable (expr2) in gfc_trans_assignment_1()
H A DChangeLog-20162791 * trans-expr.c (expr_is_variable, gfc_expr_is_variable): Rename
2793 * gfortran.h (gfc_expr_is_variable): New declaration.
H A DChangeLog-2021234 * trans-expr.c (gfc_expr_is_variable): Refactor to make
H A Dtrans-array.cc3024 && gfc_expr_is_variable (ss_info->expr)) in gfc_scalar_elemental_arg_saved_as_reference()