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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 55 static Module *rootModule;
dimport.d 207 mod.importedFrom = sc ? sc._module.importedFrom : Module.rootModule;
dmodule.d 322 extern (C++) __gshared Module rootModule;
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 1123 if (!Module::rootModule)
1124 Module::rootModule = m;
1168 || (d_option.fonly && m != Module::rootModule))
1282 if (Module::rootModule)
1287 mangleToBuffer (Module::rootModule, &buf);
1400 || (d_option.fonly && m != Module::rootModule))
1447 || (d_option.fonly && m != Module::rootModule))
modules.cc 137 mod = Module::rootModule;

Completed in 19 milliseconds