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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-tree.h624 extern tree layout_struct_initializer (StructDeclaration *);
H A Ddecl.cc395 DECL_INITIAL (d->sinit) = layout_struct_initializer (d);
724 DECL_INITIAL (decl) = layout_struct_initializer (sd);
2292 layout_struct_initializer (StructDeclaration *sd) function
H A Dexpr.cc2261 init = layout_struct_initializer (sd->dsym);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-tree.h645 extern tree layout_struct_initializer (StructDeclaration *);
H A Ddecl.cc505 DECL_INITIAL (sinit) = layout_struct_initializer (d);
823 DECL_INITIAL (decl) = layout_struct_initializer (ts->sym);
2394 layout_struct_initializer (StructDeclaration *sd) function
H A Dexpr.cc2193 init = layout_struct_initializer (sd);

Completed in 107 milliseconds