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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h66 FuncDeclaration *buildXopEquals(StructDeclaration *sd, Scope *sc);
H A Ddstruct.c1175 xeq = buildXopEquals(this, sc2);
H A Dclone.c490 FuncDeclaration *buildXopEquals(StructDeclaration *sd, Scope *sc) function
495 //printf("StructDeclaration::buildXopEquals() %s\n", sd->toChars());
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d532 FuncDeclaration buildXopEquals(StructDeclaration sd, Scope* sc)
537 //printf("StructDeclaration::buildXopEquals() %s\n", sd.toChars());
H A Ddsymbolsem.d4630 sd.xeq = buildXopEquals(sd, sc2);

Completed in 128 milliseconds