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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 271 return component_ref (exp, len_field);
287 return component_ref (exp, ptr_field);
389 return component_ref (exp, method_field);
401 return component_ref (exp, obj_field);
501 result = component_ref (result, TYPE_FIELDS (TREE_TYPE (result)));
530 case COMPONENT_REF:
708 case COMPONENT_REF:
756 case COMPONENT_REF:
792 case COMPONENT_REF:
956 tree t1ref = component_ref (t1, sfield)
1302 component_ref (tree object, tree field) function
    [all...]
d-tree.h 559 extern tree component_ref (tree, tree);
expr.cc 1096 tree vthis_exp = modify_expr (component_ref (t1, field), value);
1376 a SAVE_EXPR which is, at most, a COMPONENT_REF on top of array. */
1585 result = component_ref (result, get_symbol_decl (field));
1912 this->result_ = component_ref (object, get_symbol_decl (vd));
2330 field = component_ref (build_deref (new_call), field);
2381 field = component_ref (indirect_ref (type, new_call), field);
decl.cc 990 this_tree = component_ref (build_deref (this_tree), vthis_field);
1683 tree field = component_ref (build_deref (frame_ref),
1728 t = component_ref (build_deref (t), vfield);
d-convert.cc 638 for (tree ref = expr; TREE_CODE (ref) == COMPONENT_REF;
884 result = component_ref (expr, TYPE_FIELDS (TREE_TYPE (expr)));
  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 1723 Determine if COMPONENT_REF is a simple field lookup of this->FIELD_DECL.
1725 <component_ref:
1732 field_access_p (tree component_ref, tree field_decl, tree field_type)
1734 if (!matches_code_and_type_p (component_ref, COMPONENT_REF, field_type))
1737 tree indirect_ref = TREE_OPERAND (component_ref, 0);
1746 if (TREE_OPERAND (component_ref, 1) != field_decl)
1763 <component_ref:
1776 tree component_ref = STRIP_NOPS (TREE_OPERAND (init_expr, 1));
1777 if (!field_access_p (component_ref, field_decl, field_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 1672 Determine if COMPONENT_REF is a simple field lookup of this->FIELD_DECL.
1674 <component_ref:
1681 field_access_p (tree component_ref, tree field_decl, tree field_type)
1683 if (!matches_code_and_type_p (component_ref, COMPONENT_REF, field_type))
1686 tree indirect_ref = TREE_OPERAND (component_ref, 0);
1695 if (TREE_OPERAND (component_ref, 1) != field_decl)
1712 <component_ref:
1725 tree component_ref = STRIP_NOPS (TREE_OPERAND (init_expr, 1));
1726 if (!field_access_p (component_ref, field_decl, field_type)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 4709 goto component_ref;
4758 component_ref:
4761 case COMPONENT_REF:
6334 || (TREE_CODE (t) == COMPONENT_REF
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 4741 goto component_ref;
4790 component_ref:
4793 case COMPONENT_REF:
6356 || (TREE_CODE (t) == COMPONENT_REF

Completed in 29 milliseconds