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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.d 753 uint anonstructsize; /// size of anonymous struct
815 anonstructsize = ad.structsize;
821 if (anonstructsize == 0)
823 anonstructsize = 1;
835 anonstructsize, anonalignsize, alignment,
attrib.h 139 unsigned anonstructsize; // size of anonymous struct member in class:AnonDeclaration
  /src/external/gpl3/gcc.old/dist/gcc/d/
types.cc 483 finish_aggregate_type (ad->anonstructsize, ad->anonalignsize, type);

Completed in 62 milliseconds