Searched refs:anonoffset (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dattrib.h147 unsigned anonoffset; // offset of anonymous struct member in class:AnonDeclaration
H A Dattrib.c728 this->anonoffset = 0;
840 anonoffset = AggregateDeclaration::placeField(
847 //printf("anon fields, anonoffset = %d\n", anonoffset);
852 v->offset += anonoffset;
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dattrib.h138 unsigned anonoffset; // offset of anonymous struct member in class:AnonDeclaration
H A Dattrib.d752 uint anonoffset; /// offset of anonymous struct
833 anonoffset = AggregateDeclaration.placeField(
840 //printf("anon fields, anonoffset = %d\n", anonoffset);
845 v.offset += anonoffset;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc355 tree offset = size_int (ad->anonoffset);
362 insert_aggregate_field (context, field, ad->anonoffset);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc480 tree offset = size_int (ad->anonoffset);
488 insert_aggregate_field (context, field, ad->anonoffset);

Completed in 179 milliseconds