Searched refs:buildPostBlit (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h69 FuncDeclaration *buildPostBlit(StructDeclaration *sd, Scope *sc);
H A Ddstruct.c1168 postblit = buildPostBlit(this, sc2);
H A Dclone.c781 FuncDeclaration *buildPostBlit(StructDeclaration *sd, Scope *sc) function
783 //printf("StructDeclaration::buildPostBlit() %s\n", sd->toChars());
983 * Note the close similarity with StructDeclaration::buildPostBlit(),
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d860 * Close similarity with StructDeclaration::buildPostBlit(),
1215 FuncDeclaration buildPostBlit(StructDeclaration sd, Scope* sc)
1217 //printf("buildPostBlit() %s\n", sd.toChars());
H A Ddsymbolsem.d4622 sd.postblit = buildPostBlit(sd, sc2);

Completed in 123 milliseconds