Searched refs:prev_ref (Results 1 – 4 of 4) sorted by relevance
1804 df_ref prev_ref = DF_REF_PREV_REG (the_ref); in df_ref_change_reg_with_loc_1() local1812 if (prev_ref) in df_ref_change_reg_with_loc_1()1813 DF_REF_NEXT_REG (prev_ref) = next_ref; in df_ref_change_reg_with_loc_1()1817 DF_REF_PREV_REG (next_ref) = prev_ref; in df_ref_change_reg_with_loc_1()
1802 df_ref prev_ref = DF_REF_PREV_REG (the_ref); in df_ref_change_reg_with_loc_1() local1810 if (prev_ref) in df_ref_change_reg_with_loc_1()1811 DF_REF_NEXT_REG (prev_ref) = next_ref; in df_ref_change_reg_with_loc_1()1815 DF_REF_PREV_REG (next_ref) = prev_ref; in df_ref_change_reg_with_loc_1()
5905 gfc_ref *ref, *prev_ref; in retrieve_last_ref() local5909 prev_ref = *prev_ref_in; in retrieve_last_ref()5914 prev_ref = ref; in retrieve_last_ref()5922 *prev_ref_in = prev_ref; in retrieve_last_ref()5953 gfc_ref *ref, *prev_ref = NULL, *coref; in gfc_array_allocate() local5960 if (!retrieve_last_ref (&ref, &prev_ref)) in gfc_array_allocate()5965 if (!prev_ref) in gfc_array_allocate()5973 allocatable = prev_ref->u.c.component->attr.allocatable; in gfc_array_allocate()5978 non_ulimate_coarray_ptr_comp = (prev_ref->u.c.component->attr.pointer in gfc_array_allocate()5979 && !prev_ref->u.c.component->attr.codimension); in gfc_array_allocate()[all …]
6015 gfc_ref *ref, *prev_ref; in retrieve_last_ref() local6019 prev_ref = *prev_ref_in; in retrieve_last_ref()6024 prev_ref = ref; in retrieve_last_ref()6032 *prev_ref_in = prev_ref; in retrieve_last_ref()6063 gfc_ref *ref, *prev_ref = NULL, *coref; in gfc_array_allocate() local6070 if (!retrieve_last_ref (&ref, &prev_ref)) in gfc_array_allocate()6075 if (!prev_ref) in gfc_array_allocate()6083 allocatable = prev_ref->u.c.component->attr.allocatable; in gfc_array_allocate()6088 non_ulimate_coarray_ptr_comp = (prev_ref->u.c.component->attr.pointer in gfc_array_allocate()6089 && !prev_ref->u.c.component->attr.codimension); in gfc_array_allocate()[all …]