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

  /src/external/gpl3/gcc/dist/gcc/fortran/
check.cc 4289 gfc_ref *to_ref, *from_ref; local
4290 to_ref = to->ref;
4294 for (; from_ref && to_ref;
4295 from_ref = from_ref->next, to_ref = to_ref->next)
4297 if (to_ref->type != from->ref->type)
4299 else if (to_ref->type == REF_ARRAY
4300 && to_ref->u.ar.type != AR_FULL
4304 else if (to_ref->type == REF_COMPONENT
4305 && to_ref->u.c.component != from_ref->u.c.component
    [all...]
trans-expr.cc 1454 tree to_ref; local
1541 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited);
1546 to_ref = gfc_build_addr_expr (NULL_TREE,
1549 vec_safe_push (args, to_ref);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
check.cc 4262 gfc_ref *to_ref, *from_ref; local
4263 to_ref = to->ref;
4267 for (; from_ref && to_ref;
4268 from_ref = from_ref->next, to_ref = to_ref->next)
4270 if (to_ref->type != from->ref->type)
4272 else if (to_ref->type == REF_ARRAY
4273 && to_ref->u.ar.type != AR_FULL
4277 else if (to_ref->type == REF_COMPONENT
4278 && to_ref->u.c.component != from_ref->u.c.component
    [all...]
trans-expr.cc 1425 tree to_ref; local
1513 to_ref = gfc_get_class_array_ref (index, to, to_data, unlimited);
1518 to_ref = gfc_build_addr_expr (NULL_TREE,
1521 vec_safe_push (args, to_ref);

Completed in 47 milliseconds