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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.h 138 unsigned anonoffset; // offset of anonymous struct member in class:AnonDeclaration
attrib.d 752 uint anonoffset; /// offset of anonymous struct
833 anonoffset = AggregateDeclaration.placeField(
840 //printf("anon fields, anonoffset = %d\n", anonoffset);
845 v.offset += anonoffset;
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 480 tree offset = size_int (ad->anonoffset);
488 insert_aggregate_field (context, field, ad->anonoffset);

Completed in 20 milliseconds