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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h67 FuncDeclaration *buildXopCmp(StructDeclaration *sd, Scope *sc);
H A Ddstruct.c1176 xcmp = buildXopCmp(this, sc2);
H A Dclone.c573 FuncDeclaration *buildXopCmp(StructDeclaration *sd, Scope *sc) function
575 //printf("StructDeclaration::buildXopCmp() %s\n", toChars());
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d609 FuncDeclaration buildXopCmp(StructDeclaration sd, Scope* sc)
611 //printf("StructDeclaration::buildXopCmp() %s\n", toChars());
H A Ddsymbolsem.d4631 sd.xcmp = buildXopCmp(sd, sc2);

Completed in 132 milliseconds