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

  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 3520 value of the DECL_FIELD_BIT_OFFSET of the bitfield access and STRUCT_EXPR,
3526 tree *struct_expr)
3556 if (struct_expr)
3557 *struct_expr = TREE_OPERAND (comp_ref, 0);
3620 tree struct_expr; local
3622 tree rep_decl = get_bitfield_rep (stmt, write, &bitpos, &struct_expr);
3636 tree rep_comp_ref = build3 (COMPONENT_REF, rep_type, struct_expr, rep_decl,
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 15801 cons_where (gfc_expr *struct_expr)
15805 gcc_assert (struct_expr && struct_expr->expr_type == EXPR_STRUCTURE);
15807 cons = gfc_constructor_first (struct_expr->value.constructor);
15814 return &struct_expr->where;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 15001 cons_where (gfc_expr *struct_expr)
15005 gcc_assert (struct_expr && struct_expr->expr_type == EXPR_STRUCTURE);
15007 cons = gfc_constructor_first (struct_expr->value.constructor);
15014 return &struct_expr->where;

Completed in 35 milliseconds