HomeSort by: relevance | last modified time | path
    Searched defs:last_caf_ref (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 152 gfc_ref *ref = caf_expr->ref, *last_caf_ref = NULL; local
160 last_caf_ref = ref;
164 if (last_caf_ref == NULL)
167 tree comp = last_caf_ref->u.c.component->caf_token, caf;
169 bool comp_ref = !last_caf_ref->u.c.component->attr.dimension;
173 gfc_free_ref_list (last_caf_ref->next);
174 last_caf_ref->next = NULL;
175 caf_expr->rank = comp_ref ? 0 : last_caf_ref->u.c.component->as->rank;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 152 gfc_ref *ref = caf_expr->ref, *last_caf_ref = NULL; local
160 last_caf_ref = ref;
164 if (last_caf_ref == NULL)
167 tree comp = last_caf_ref->u.c.component->caf_token, caf;
169 bool comp_ref = !last_caf_ref->u.c.component->attr.dimension;
173 gfc_free_ref_list (last_caf_ref->next);
174 last_caf_ref->next = NULL;
175 caf_expr->rank = comp_ref ? 0 : last_caf_ref->u.c.component->as->rank;

Completed in 40 milliseconds