| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| aggregate.h | 177 FuncDeclaration *xcmp; // TypeInfo_Struct.xopCmp member in class:StructDeclaration
|
| dstruct.d | 131 if (!sd.xeq && !sd.xcmp && !sd.postblit && !sd.tidtor && !sd.xhash && !search_toString(sd)) 210 FuncDeclaration xcmp; // TypeInfo_Struct.xopCmp
|
| semantic3.d | 1614 if (sd.xcmp && 1615 sd.xcmp._scope && 1616 sd.xcmp.semanticRun < PASS.semantic3done) 1619 sd.xcmp.semantic3(sd.xcmp._scope); 1621 sd.xcmp = sd.xerrcmp;
|
| dsymbolsem.d | 4623 sd.xcmp = buildXopCmp(sd, sc2);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| typeinfo.cc | 1080 tree xcmp = (sd->xcmp) ? build_address (get_symbol_decl (sd->xcmp)) local 1082 this->layout_field (xcmp);
|
| decl.cc | 507 if (d->xcmp && d->xcmp != d->xerrcmp) 508 this->build_dsymbol (d->xcmp);
|
| /src/external/gpl2/xcvs/dist/src/ |
| filesubr.c | 604 xcmp (const char *file1, const char *file2) function
|
| cvs.h | 575 int xcmp (const char *file1, const char *file2);
|
| update.c | 2056 xcmp on the temporary files without much hassle, I think. */ 2057 if (!noexec && !xcmp (backup, finfo->file)) 2586 xcmp on the temporary files without much hassle, I think. */ 2587 if (!noexec && !xcmp (backup, finfo->file))
|
| edit.c | 624 if (xcmp (finfo->file, basefilename) != 0)
|
| rcs.c | 5688 revision to a temporary file and call `xcmp' on the two disk 5689 files. xcmp needs to handle non-regular files properly anyway, 5692 numbers, but writing to disk and calling xcmp is a better 5705 retcode = xcmp (tmp, filename);
|