HomeSort by: relevance | last modified time | path
    Searched refs:moduleDeps (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
globals.h 221 OutBuffer *moduleDeps; // contents to be written to deps file
globals.d 243 OutBuffer* moduleDeps; // contents to be written to deps file
cond.d 987 if (!global.params.moduleDeps || global.params.moduleDepsFile)
989 OutBuffer* ob = global.params.moduleDeps;
dsymbolsem.d 1344 if (global.params.moduleDeps !is null && !(imp.id == Id.object && sc._module.ident == Id.object) &&
1359 OutBuffer* ob = global.params.moduleDeps;
1670 if (global.params.moduleDeps && !global.params.moduleDepsFile)
1672 OutBuffer* ob = global.params.moduleDeps;
expressionsem.d 6031 if (global.params.moduleDeps !is null)
6033 OutBuffer* ob = global.params.moduleDeps;

Completed in 42 milliseconds