OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 46 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026