/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | expr.cc | 632 gfc_replace_expr (gfc_expr *dest, gfc_expr *src) in gfc_replace_expr() function 1312 gfc_replace_expr (p, result); in simplify_intrinsic_op() 1348 gfc_replace_expr (c->expr, p); in simplify_constructor() 1491 gfc_replace_expr (p, e); in remove_subobject_ref() 1902 gfc_replace_expr (tmp, *newp); in find_inquiry_ref() 2041 gfc_replace_expr (p, newp); in simplify_const_ref() 2050 gfc_replace_expr (p, newp); in simplify_const_ref() 2096 gfc_replace_expr (*p, newp); in simplify_ref_chain() 2154 gfc_replace_expr (p, e); in simplify_parameter_variable() 2183 gfc_replace_expr (p, e); in simplify_parameter_variable() [all …]
|
H A D | arith.cc | 1281 gfc_replace_expr (c->expr, r); in reduce_unary() 1331 gfc_replace_expr (c->expr, r); in reduce_binary_ac() 1383 gfc_replace_expr (c->expr, r); in reduce_binary_ca() 1440 gfc_replace_expr (c->expr, r); in reduce_binary_aa()
|
H A D | array.cc | 1678 gfc_replace_expr (e, gfc_get_int_expr (gfc_default_integer_kind, NULL, 0)); in gfc_simplify_iterator_var()
|
H A D | decl.cc | 2778 gfc_replace_expr (e, n); in variable_decl() 2793 gfc_replace_expr (e, n); in variable_decl() 3648 gfc_replace_expr (len, e); in gfc_match_char_spec()
|
H A D | gfortran.h | 3618 void gfc_replace_expr (gfc_expr *, gfc_expr *);
|
H A D | trans-expr.cc | 2512 gfc_replace_expr (e, new_expr); in flatten_array_ctors_without_strlen() 4657 gfc_replace_expr (arg1, new_expr); in gfc_map_intrinsic_function() 4729 gfc_replace_expr (expr, new_expr); in gfc_map_intrinsic_function() 4813 gfc_replace_expr (expr, gfc_copy_expr (sym->expr)); in gfc_apply_interface_mapping_to_expr()
|
H A D | io.cc | 1717 gfc_replace_expr (e, r); in resolve_tag_format()
|
H A D | intrinsic.cc | 4718 gfc_replace_expr (e, result); in do_simplify()
|
H A D | ChangeLog-2011 | 3016 (gfc_free_ref_list, gfc_replace_expr, gfc_copy_ref): Likewise.
|
H A D | resolve.cc | 12671 gfc_replace_expr (cl->length, in resolve_charlen()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | expr.c | 624 gfc_replace_expr (gfc_expr *dest, gfc_expr *src) in gfc_replace_expr() function 1302 gfc_replace_expr (p, result); in simplify_intrinsic_op() 1338 gfc_replace_expr (c->expr, p); in simplify_constructor() 1481 gfc_replace_expr (p, e); in remove_subobject_ref() 2016 gfc_replace_expr (p, newp); in simplify_const_ref() 2025 gfc_replace_expr (p, newp); in simplify_const_ref() 2071 gfc_replace_expr (*p, newp); in simplify_ref_chain() 2129 gfc_replace_expr (p, e); in simplify_parameter_variable() 2158 gfc_replace_expr (p, e); in simplify_parameter_variable() 2358 gfc_replace_expr (e, n); in gfc_try_simplify_expr() [all …]
|
H A D | arith.c | 1277 gfc_replace_expr (c->expr, r); in reduce_unary() 1317 gfc_replace_expr (c->expr, r); in reduce_binary_ac() 1357 gfc_replace_expr (c->expr, r); in reduce_binary_ca() 1404 gfc_replace_expr (c->expr, r); in reduce_binary_aa()
|
H A D | array.c | 1666 gfc_replace_expr (e, gfc_get_int_expr (gfc_default_integer_kind, NULL, 0)); in gfc_simplify_iterator_var()
|
H A D | gfortran.h | 3327 void gfc_replace_expr (gfc_expr *, gfc_expr *);
|
H A D | decl.c | 2680 gfc_replace_expr (e, n); in variable_decl() 2695 gfc_replace_expr (e, n); in variable_decl() 3550 gfc_replace_expr (len, e); in gfc_match_char_spec()
|
H A D | trans-expr.c | 2418 gfc_replace_expr (e, new_expr); in flatten_array_ctors_without_strlen() 4568 gfc_replace_expr (arg1, new_expr); in gfc_map_intrinsic_function() 4640 gfc_replace_expr (expr, new_expr); in gfc_map_intrinsic_function() 4724 gfc_replace_expr (expr, gfc_copy_expr (sym->expr)); in gfc_apply_interface_mapping_to_expr()
|
H A D | io.c | 1717 gfc_replace_expr (e, r); in resolve_tag_format()
|
H A D | intrinsic.c | 4676 gfc_replace_expr (e, result); in do_simplify()
|
H A D | resolve.c | 12464 gfc_replace_expr (cl->length, in resolve_charlen()
|