HomeSort by: relevance | last modified time | path
    Searched refs:comp_ref (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 1837 bool comp_ref; local
1838 if (expr && !gfc_caf_attr (expr, false, &comp_ref).coarray_comp
1839 && comp_ref)
2026 bool finalizable, comp_ref; local
2029 if (coarray && expr && !gfc_caf_attr (expr, false, &comp_ref).coarray_comp
2030 && comp_ref)
trans-stmt.cc 7570 bool comp_ref; local
7571 symbol_attribute caf_attr = gfc_caf_attr (expr, false, &comp_ref);
7575 is_coarray_array = caf_attr.dimension || !comp_ref
7583 | (comp_ref && !caf_attr.coarray_comp
trans-expr.cc 169 bool comp_ref = !last_caf_ref->u.c.component->attr.dimension; local
170 if (comp == NULL_TREE && comp_ref)
175 caf_expr->rank = comp_ref ? 0 : last_caf_ref->u.c.component->as->rank;
176 se.want_pointer = comp_ref;
180 if (TREE_CODE (se.expr) == COMPONENT_REF && comp_ref)
184 if (comp_ref)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 1451 bool comp_ref; local
1452 if (expr && !gfc_caf_attr (expr, false, &comp_ref).coarray_comp
1453 && comp_ref)
1618 bool finalizable, comp_ref; local
1621 if (coarray && expr && !gfc_caf_attr (expr, false, &comp_ref).coarray_comp
1622 && comp_ref)
trans-stmt.cc 7275 bool comp_ref; local
7276 symbol_attribute caf_attr = gfc_caf_attr (expr, false, &comp_ref);
7280 is_coarray_array = caf_attr.dimension || !comp_ref
7288 | (comp_ref && !caf_attr.coarray_comp
trans-expr.cc 169 bool comp_ref = !last_caf_ref->u.c.component->attr.dimension; local
170 if (comp == NULL_TREE && comp_ref)
175 caf_expr->rank = comp_ref ? 0 : last_caf_ref->u.c.component->as->rank;
176 se.want_pointer = comp_ref;
180 if (TREE_CODE (se.expr) == COMPONENT_REF && comp_ref)
184 if (comp_ref)
  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 3528 tree comp_ref = write ? gimple_assign_lhs (stmt) local
3531 tree field_decl = TREE_OPERAND (comp_ref, 1);
3532 tree ref_offset = component_ref_field_offset (comp_ref);
3557 *struct_expr = TREE_OPERAND (comp_ref, 0);

Completed in 121 milliseconds