Home
last modified time | relevance | path

Searched refs:gfc_ref (Results 1 – 25 of 89) sorted by relevance

1234

/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.h32 bool gfc_ref_needs_temporary_p (gfc_ref *);
33 bool gfc_full_array_ref_p (gfc_ref *, bool *);
40 int gfc_dep_resolver (gfc_ref *, gfc_ref *, gfc_reverse *,
H A Dexpr.c587 gfc_ref *q; in gfc_free_ref_list()
640 gfc_ref *ref; in gfc_extract_int()
693 gfc_ref *ref; in gfc_extract_hwi()
746 gfc_ref *
750 gfc_ref *dest; in gfc_copy_ref()
792 gfc_ref *ref; in gfc_has_vector_index()
1129 gfc_ref * ref; in is_subref_array()
1790 gfc_ref *ref; in find_inquiry_ref()
3642 gfc_ref *ref; in gfc_check_assign()
3875 gfc_ref *ref; in gfc_check_pointer_assign()
[all …]
H A Ddependency.c125 gfc_ref *r1, *r2; in are_identical_variables()
887 gfc_ref_needs_temporary_p (gfc_ref *ref) in gfc_ref_needs_temporary_p()
926 gfc_ref *ref; in gfc_is_data_pointer()
1209 gfc_ref *ref1; in check_data_pointer_types()
1660 gfc_check_element_vs_section( gfc_ref *lref, gfc_ref *rref, int n) in gfc_check_element_vs_section()
1789 gfc_ref *ref; in contains_forall_index_p()
1861 gfc_check_element_vs_element (gfc_ref *lref, gfc_ref *rref, int n) in gfc_check_element_vs_element()
1931 gfc_full_array_ref_p (gfc_ref *ref, bool *contiguous) in gfc_full_array_ref_p()
2030 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array()
2101 gfc_dep_resolver (gfc_ref *lref, gfc_ref *rref, gfc_reverse *reverse, in gfc_dep_resolver()
H A Dgfortran.h2005 typedef struct gfc_ref struct
2032 struct gfc_ref *next; argument
2034 gfc_ref; typedef
2036 #define gfc_get_ref() XCNEW (gfc_ref)
2190 gfc_ref *ref;
3141 gfc_ref **);
3306 void gfc_free_ref_list (gfc_ref *);
3331 gfc_ref* gfc_copy_ref (gfc_ref*);
3369 bool gfc_ref_this_image (gfc_ref *ref);
3410 bool gfc_resolve_substring (gfc_ref *, bool *);
H A Dclass.c75 gfc_ref *new_ref; in insert_component_ref()
93 gfc_ref *next = NULL; in insert_component_ref()
169 gfc_ref **ref; in gfc_fix_class_refs()
213 gfc_ref **tail = &(e->ref); in gfc_add_component_ref()
214 gfc_ref *ref, *next = NULL; in gfc_add_component_ref()
266 gfc_ref *ref = NULL; in gfc_add_class_array_ref()
334 gfc_ref *ref; in gfc_is_class_array_ref()
372 gfc_ref *ref; in gfc_is_class_scalar_expr()
414 gfc_ref *ref; in gfc_is_class_container_ref()
591 gfc_ref *ref, **last; in gfc_get_len_component()
[all …]
H A Dtrans.h186 gfc_ref *ref;
570 void gfc_conv_component_ref (gfc_se * se, gfc_ref * ref);
571 void conv_parent_component_references (gfc_se * se, gfc_ref * ref);
H A Dprimary.c844 match_substring (gfc_charlen *cl, int init, gfc_ref **result, bool deferred) in match_substring()
848 gfc_ref *ref; in match_substring()
2016 static gfc_ref *
2017 extend_ref (gfc_expr *primary, gfc_ref *tail) in extend_ref()
2036 is_inquiry_ref (const char *name, gfc_ref **ref) in is_inquiry_ref()
2080 gfc_ref *substring, *tail, *tmp; in gfc_match_varspec()
2130 gfc_ref *ref = NULL; in gfc_match_varspec()
2654 gfc_ref *ref; in gfc_variable_attr()
2837 gfc_ref *ref; in caf_variable_attr()
3489 gfc_ref *ref; in gfc_match_rvalue()
H A Dtrans-array.h82 gfc_ss *gfc_walk_array_ref (gfc_ss *, gfc_expr *, gfc_ref * ref);
H A Dresolve.c4905 gfc_ref *ref; in find_array_spec()
5464 gfc_ref *ref; in gfc_expression_rank()
5525 gfc_ref *ref; in add_caf_get_intrinsic()
5981 gfc_ref *ref; in check_host_association()
6436 gfc_ref *ref; in get_declared_from_expr()
7463 gfc_ref *ref; in resolve_deallocate_expr()
7574 gfc_ref *ref; in gfc_expr_to_initialize()
7613 gfc_ref** r; in remove_last_array_ref()
9880 gfc_ref *ref; in resolve_transfer()
10851 gfc_ref *ref; in resolve_ordinary_assign()
[all …]
H A Ddata.c105 gfc_ref *ref, gfc_expr *rvalue) in create_character_initializer()
221 gfc_ref *ref; in gfc_assign_data_value()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.h32 bool gfc_ref_needs_temporary_p (gfc_ref *);
33 bool gfc_full_array_ref_p (gfc_ref *, bool *);
40 int gfc_dep_resolver (gfc_ref *, gfc_ref *, gfc_reverse *,
H A Dexpr.c587 gfc_ref *q; in gfc_free_ref_list()
640 gfc_ref *ref; in gfc_extract_int()
693 gfc_ref *ref; in gfc_extract_hwi()
746 gfc_ref *
750 gfc_ref *dest; in gfc_copy_ref()
792 gfc_ref *ref; in gfc_has_vector_index()
1129 gfc_ref * ref; in is_subref_array()
1790 gfc_ref *ref; in find_inquiry_ref()
3642 gfc_ref *ref; in gfc_check_assign()
3875 gfc_ref *ref; in gfc_check_pointer_assign()
[all …]
H A Dexpr.cc595 gfc_ref *q; in gfc_free_ref_list()
648 gfc_ref *ref; in gfc_extract_int()
701 gfc_ref *ref; in gfc_extract_hwi()
754 gfc_ref *
758 gfc_ref *dest; in gfc_copy_ref()
800 gfc_ref *ref; in gfc_has_vector_index()
1139 gfc_ref * ref; in is_subref_array()
1806 gfc_ref *ref; in find_inquiry_ref()
3665 gfc_ref *ref; in gfc_check_assign()
3898 gfc_ref *ref; in gfc_check_pointer_assign()
[all …]
H A Ddependency.c125 gfc_ref *r1, *r2; in are_identical_variables()
887 gfc_ref_needs_temporary_p (gfc_ref *ref) in gfc_ref_needs_temporary_p()
926 gfc_ref *ref; in gfc_is_data_pointer()
1209 gfc_ref *ref1; in check_data_pointer_types()
1660 gfc_check_element_vs_section( gfc_ref *lref, gfc_ref *rref, int n) in gfc_check_element_vs_section()
1789 gfc_ref *ref; in contains_forall_index_p()
1861 gfc_check_element_vs_element (gfc_ref *lref, gfc_ref *rref, int n) in gfc_check_element_vs_element()
1931 gfc_full_array_ref_p (gfc_ref *ref, bool *contiguous) in gfc_full_array_ref_p()
2030 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array()
2101 gfc_dep_resolver (gfc_ref *lref, gfc_ref *rref, gfc_reverse *reverse, in gfc_dep_resolver()
H A Ddependency.cc126 gfc_ref *r1, *r2; in are_identical_variables()
888 gfc_ref_needs_temporary_p (gfc_ref *ref) in gfc_ref_needs_temporary_p()
927 gfc_ref *ref; in gfc_is_data_pointer()
1210 gfc_ref *ref1; in check_data_pointer_types()
1661 gfc_check_element_vs_section( gfc_ref *lref, gfc_ref *rref, int n) in gfc_check_element_vs_section()
1790 gfc_ref *ref; in contains_forall_index_p()
1862 gfc_check_element_vs_element (gfc_ref *lref, gfc_ref *rref, int n) in gfc_check_element_vs_element()
1932 gfc_full_array_ref_p (gfc_ref *ref, bool *contiguous) in gfc_full_array_ref_p()
2031 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array()
2102 gfc_dep_resolver (gfc_ref *lref, gfc_ref *rref, gfc_reverse *reverse, in gfc_dep_resolver()
H A Dgfortran.h2270 typedef struct gfc_ref struct
2297 struct gfc_ref *next; argument
2299 gfc_ref; typedef
2301 #define gfc_get_ref() XCNEW (gfc_ref)
2479 gfc_ref *ref;
3423 gfc_ref **);
3597 void gfc_free_ref_list (gfc_ref *);
3622 gfc_ref* gfc_copy_ref (gfc_ref*);
3659 bool gfc_ref_this_image (gfc_ref *ref);
3700 bool gfc_resolve_substring (gfc_ref *, bool *);
H A Dclass.c75 gfc_ref *new_ref; in insert_component_ref()
93 gfc_ref *next = NULL; in insert_component_ref()
169 gfc_ref **ref; in gfc_fix_class_refs()
213 gfc_ref **tail = &(e->ref); in gfc_add_component_ref()
214 gfc_ref *ref, *next = NULL; in gfc_add_component_ref()
266 gfc_ref *ref = NULL; in gfc_add_class_array_ref()
334 gfc_ref *ref; in gfc_is_class_array_ref()
372 gfc_ref *ref; in gfc_is_class_scalar_expr()
414 gfc_ref *ref; in gfc_is_class_container_ref()
591 gfc_ref *ref, **last; in gfc_get_len_component()
[all …]
H A Dclass.cc77 gfc_ref *new_ref; in insert_component_ref()
95 gfc_ref *next = NULL; in insert_component_ref()
171 gfc_ref **ref; in gfc_fix_class_refs()
215 gfc_ref **tail = &(e->ref); in gfc_add_component_ref()
216 gfc_ref *ref, *next = NULL; in gfc_add_component_ref()
268 gfc_ref *ref = NULL; in gfc_add_class_array_ref()
336 gfc_ref *ref; in gfc_is_class_array_ref()
374 gfc_ref *ref; in gfc_is_class_scalar_expr()
416 gfc_ref *ref; in gfc_is_class_container_ref()
593 gfc_ref *ref, **last; in gfc_get_len_component()
[all …]
H A Dprimary.c844 match_substring (gfc_charlen *cl, int init, gfc_ref **result, bool deferred) in match_substring()
848 gfc_ref *ref; in match_substring()
2016 static gfc_ref *
2017 extend_ref (gfc_expr *primary, gfc_ref *tail) in extend_ref()
2036 is_inquiry_ref (const char *name, gfc_ref **ref) in is_inquiry_ref()
2080 gfc_ref *substring, *tail, *tmp; in gfc_match_varspec()
2130 gfc_ref *ref = NULL; in gfc_match_varspec()
2654 gfc_ref *ref; in gfc_variable_attr()
2837 gfc_ref *ref; in caf_variable_attr()
3489 gfc_ref *ref; in gfc_match_rvalue()
H A Dprimary.cc823 match_substring (gfc_charlen *cl, int init, gfc_ref **result, bool deferred) in match_substring()
827 gfc_ref *ref; in match_substring()
1995 static gfc_ref *
1996 extend_ref (gfc_expr *primary, gfc_ref *tail) in extend_ref()
2015 is_inquiry_ref (const char *name, gfc_ref **ref) in is_inquiry_ref()
2059 gfc_ref *substring, *tail, *tmp; in gfc_match_varspec()
2109 gfc_ref *ref = NULL; in gfc_match_varspec()
2633 gfc_ref *ref; in gfc_variable_attr()
2824 gfc_ref *ref; in caf_variable_attr()
3475 gfc_ref *ref; in gfc_match_rvalue()
H A Dtrans.h189 gfc_ref *ref;
572 void gfc_conv_component_ref (gfc_se * se, gfc_ref * ref);
573 void conv_parent_component_references (gfc_se * se, gfc_ref * ref);
H A Dtrans-array.h88 gfc_ss *gfc_walk_array_ref (gfc_ss *, gfc_expr *, gfc_ref * ref);
H A Dresolve.c4905 gfc_ref *ref; in find_array_spec()
5464 gfc_ref *ref; in gfc_expression_rank()
5525 gfc_ref *ref; in add_caf_get_intrinsic()
5981 gfc_ref *ref; in check_host_association()
6436 gfc_ref *ref; in get_declared_from_expr()
7463 gfc_ref *ref; in resolve_deallocate_expr()
7574 gfc_ref *ref; in gfc_expr_to_initialize()
7613 gfc_ref** r; in remove_last_array_ref()
9880 gfc_ref *ref; in resolve_transfer()
10851 gfc_ref *ref; in resolve_ordinary_assign()
[all …]
H A Dresolve.cc4991 gfc_ref *ref; in find_array_spec()
5547 gfc_ref *ref; in gfc_expression_rank()
5608 gfc_ref *ref; in add_caf_get_intrinsic()
6070 gfc_ref *ref; in check_host_association()
6556 gfc_ref *ref; in get_declared_from_expr()
7583 gfc_ref *ref; in resolve_deallocate_expr()
7694 gfc_ref *ref; in gfc_expr_to_initialize()
7733 gfc_ref** r; in remove_last_array_ref()
10022 gfc_ref *ref; in resolve_transfer()
11011 gfc_ref *ref; in resolve_ordinary_assign()
[all …]
H A Ddata.c105 gfc_ref *ref, gfc_expr *rvalue) in create_character_initializer()
221 gfc_ref *ref; in gfc_assign_data_value()

1234