Lines Matching refs:component_ref
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);
957 tree t2ref = component_ref (t2, sfield);
1302 component_ref (tree object, tree field)
1318 object = component_ref (object, anonymous_field);
1321 tree result = fold_build3_loc (input_location, COMPONENT_REF,
2523 tree value = component_ref (frame_ref, framefields);
2814 tree chain_field = component_ref (decl_ref, TYPE_FIELDS (type));
2829 tree field = component_ref (decl_ref, DECL_LANG_FRAME_FIELD (vsym));