HomeSort by: relevance | last modified time | path
    Searched defs:sfield (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 954 tree sfield = get_symbol_decl (vd); local
956 tree t1ref = component_ref (t1, sfield);
957 tree t2ref = component_ref (t2, sfield);
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 627 struct stag_field *sfield = XCNEW (struct stag_field); local
629 sfield->name = xstrdup (name);
630 sfield->offset = offset;
631 sfield->bitfield_offset = parent->current_bitfield_offset;
632 sfield->stag = stag;
634 parent->field = sfield;
640 sf->next = sfield;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 627 struct stag_field *sfield = XCNEW (struct stag_field); local
629 sfield->name = xstrdup (name);
630 sfield->offset = offset;
631 sfield->bitfield_offset = parent->current_bitfield_offset;
632 sfield->stag = stag;
634 parent->field = sfield;
640 sf->next = sfield;
  /src/external/gpl3/gcc/dist/gcc/
omp-low.cc 785 tree field, type, sfield = NULL_TREE; local
848 sfield = build_decl (DECL_SOURCE_LOCATION (var),
850 DECL_ABSTRACT_ORIGIN (sfield) = var;
851 SET_DECL_ALIGN (sfield, DECL_ALIGN (field));
852 DECL_USER_ALIGN (sfield) = DECL_USER_ALIGN (field);
853 TREE_THIS_VOLATILE (sfield) = TREE_THIS_VOLATILE (field);
854 insert_field_into_struct (ctx->srecord_type, sfield);
867 sfield = build_decl (DECL_SOURCE_LOCATION (t),
869 DECL_ABSTRACT_ORIGIN (sfield) = DECL_ABSTRACT_ORIGIN (t);
870 insert_field_into_struct (ctx->srecord_type, sfield);
2492 tree sfield = lookup_sfield (decl, ctx); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-low.cc 782 tree field, type, sfield = NULL_TREE; local
845 sfield = build_decl (DECL_SOURCE_LOCATION (var),
847 DECL_ABSTRACT_ORIGIN (sfield) = var;
848 SET_DECL_ALIGN (sfield, DECL_ALIGN (field));
849 DECL_USER_ALIGN (sfield) = DECL_USER_ALIGN (field);
850 TREE_THIS_VOLATILE (sfield) = TREE_THIS_VOLATILE (field);
851 insert_field_into_struct (ctx->srecord_type, sfield);
864 sfield = build_decl (DECL_SOURCE_LOCATION (t),
866 DECL_ABSTRACT_ORIGIN (sfield) = DECL_ABSTRACT_ORIGIN (t);
867 insert_field_into_struct (ctx->srecord_type, sfield);
2451 tree sfield = lookup_sfield (decl, ctx); local
    [all...]

Completed in 45 milliseconds