Searched defs:postblit (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h183 FuncDeclaration *postblit; // aggregate postblit member in class:StructDeclaration
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.h174 FuncDeclaration *postblit; // aggregate postblit member in class:StructDeclaration
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc955 bool postblit = this->needs_postblit (etype) && this->lvalue_p (e->e2); local
1138 bool postblit = this->needs_postblit (etype); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc938 bool postblit = needs_postblit (etype) && lvalue_p (e->e2); local
1147 const bool postblit local
[all...]

Completed in 100 milliseconds