Home | History | Annotate | Download | only in cp

Lines Matching refs:component_ref

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
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))
1745 <component_ref:T
1763 tree component_ref = STRIP_NOPS (TREE_OPERAND (addr_expr, 0));
1765 if (!field_access_p (component_ref, field_decl, field_type))