Home
last modified time | relevance | path

Searched refs:full_ref (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c2030 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() argument
2035 if (full_ref->type != REF_ARRAY) in ref_same_as_full_array()
2037 if (full_ref->u.ar.type != AR_FULL) in ref_same_as_full_array()
2053 if (!full_ref->u.ar.as in ref_same_as_full_array()
2054 || !full_ref->u.ar.as->lower[i] in ref_same_as_full_array()
2055 || !full_ref->u.ar.as->upper[i] in ref_same_as_full_array()
2056 || gfc_dep_compare_expr (full_ref->u.ar.as->lower[i], in ref_same_as_full_array()
2057 full_ref->u.ar.as->upper[i]) in ref_same_as_full_array()
2060 full_ref->u.ar.as->lower[i])) in ref_same_as_full_array()
2065 if (full_ref->u.ar.stride[i] && !gfc_expr_is_one (full_ref->u.ar.stride[i], 0)) in ref_same_as_full_array()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc2031 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() argument
2036 if (full_ref->type != REF_ARRAY) in ref_same_as_full_array()
2038 if (full_ref->u.ar.type != AR_FULL) in ref_same_as_full_array()
2054 if (!full_ref->u.ar.as in ref_same_as_full_array()
2055 || !full_ref->u.ar.as->lower[i] in ref_same_as_full_array()
2056 || !full_ref->u.ar.as->upper[i] in ref_same_as_full_array()
2057 || gfc_dep_compare_expr (full_ref->u.ar.as->lower[i], in ref_same_as_full_array()
2058 full_ref->u.ar.as->upper[i]) in ref_same_as_full_array()
2061 full_ref->u.ar.as->lower[i])) in ref_same_as_full_array()
2066 if (full_ref->u.ar.stride[i] && !gfc_expr_is_one (full_ref->u.ar.stride[i], 0)) in ref_same_as_full_array()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20071809 (add_vars_for_offset): Remove full_ref parameter, always add
2001 (add_vars_for_offset): Call it. Add argument full_ref. Update
2003 of full_ref is lower than the nesting level of var,