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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 286 tree ptr_field = TREE_CHAIN (TYPE_FIELDS (TREE_TYPE (exp))); local
287 return component_ref (exp, ptr_field);
296 tree len_field, ptr_field; local
301 ptr_field = TREE_CHAIN (len_field);
304 data = convert (TREE_TYPE (ptr_field), data);
307 CONSTRUCTOR_APPEND_ELT (ce, ptr_field, data);
2674 tree ptr_field = build_decl (BUILTINS_LOCATION, FIELD_DECL, local
2676 DECL_FIELD_CONTEXT (ptr_field) = frame_rec_type;
2677 fields = chainon (NULL_TREE, ptr_field);
2678 DECL_NONADDRESSABLE_P (ptr_field) = 1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
ipa-prop.cc 2517 tree rhs, fld, ptr_field, delta_field; local
2546 || !type_like_member_ptr_p (TREE_TYPE (TREE_TYPE (rhs)), &ptr_field,
2556 || !type_like_member_ptr_p (TREE_TYPE (rhs), &ptr_field,
2564 fld = ptr_field;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-prop.cc 2454 tree rhs, rec, ref_field, ref_offset, fld, ptr_field, delta_field; local
2474 || !type_like_member_ptr_p (TREE_TYPE (rec), &ptr_field, &delta_field))
2481 fld = ptr_field;

Completed in 39 milliseconds