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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daggregate.h64 bool needOpEquals(StructDeclaration *sd);
H A Dclone.c352 bool needOpEquals(StructDeclaration *sd) function
354 //printf("StructDeclaration::needOpEquals() %s\n", sd->toChars());
378 if (needOpEquals(ts->sym))
492 if (!needOpEquals(sd))
H A Dopover.c1030 if (!needOpEquals(sd))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d403 bool needOpEquals(StructDeclaration sd)
405 //printf("StructDeclaration::needOpEquals() %s\n", sd.toChars());
426 if (needOpEquals(ts.sym))
534 if (!needOpEquals(sd))
H A Dopover.d992 import dmd.clone : needOpEquals;
993 if (!global.params.fieldwise && !needOpEquals(sd))

Completed in 123 milliseconds