HomeSort by: relevance | last modified time | path
    Searched defs:depmod (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 210 Module *depmod = modlist.pop (); local
212 const char *modstr = depmod->srcfile.toChars ();
221 if (d_option.deps_phony && !depmod->isRoot ())
225 for (size_t i = 0; i < depmod->contentImportedFiles.length; i++)
227 const char *impstr = depmod->contentImportedFiles[i];
233 for (size_t i = 0; i < depmod->aimports.length; i++)
235 Module *m = depmod->aimports[i];
d-lang.cc 210 Module *depmod = modlist.pop (); local
212 const char *modstr = depmod->srcfile.toChars ();
221 if (d_option.deps_phony && !depmod->isRoot ())
225 for (size_t i = 0; i < depmod->contentImportedFiles.length; i++)
227 const char *impstr = depmod->contentImportedFiles[i];
233 for (size_t i = 0; i < depmod->aimports.length; i++)
235 Module *m = depmod->aimports[i];

Completed in 42 milliseconds