Home
last modified time | relevance | path

Searched refs:moduleDeps (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddimport.c304 if (global.params.moduleDeps != NULL && in semantic()
322 OutBuffer *ob = global.params.moduleDeps; in semantic()
H A Dglobals.h176 OutBuffer *moduleDeps; // contents to be written to deps file member
H A Dcond.c470 if (!global.params.moduleDeps || global.params.moduleDepsFile) in printDepsConditional()
472 OutBuffer *ob = global.params.moduleDeps; in printDepsConditional()
H A Dattrib.c997 if (global.params.moduleDeps && !global.params.moduleDepsFile) in semantic()
999 OutBuffer *ob = global.params.moduleDeps; in semantic()
H A Dexpressionsem.c2385 if (global.params.moduleDeps != NULL) in visit()
2387 OutBuffer *ob = global.params.moduleDeps; in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dglobals.h221 OutBuffer *moduleDeps; // contents to be written to deps file member
H A Dcond.d987 if (!global.params.moduleDeps || global.params.moduleDepsFile) in printDepsConditional()
989 OutBuffer* ob = global.params.moduleDeps; in printDepsConditional()
H A Dglobals.d243 OutBuffer* moduleDeps; // contents to be written to deps file variable
H A Ddsymbolsem.d1344 …if (global.params.moduleDeps !is null && !(imp.id == Id.object && sc._module.ident == Id.object) && in visit()
1359 OutBuffer* ob = global.params.moduleDeps; in visit()
1670 if (global.params.moduleDeps && !global.params.moduleDepsFile) in visit()
1672 OutBuffer* ob = global.params.moduleDeps; in visit()
H A Dexpressionsem.d6031 if (global.params.moduleDeps !is null) in visit()
6033 OutBuffer* ob = global.params.moduleDeps; in visit()