OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:importedFrom
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h
98
Module *
importedFrom
;
136
bool isRoot() { return this->
importedFrom
== this; }
dimport.d
206
if (mod && !mod.
importedFrom
)
207
mod.
importedFrom
= sc ? sc._module.
importedFrom
: Module.rootModule;
typinf.d
82
Module m = sc._module.
importedFrom
;
dmodule.d
422
Module
importedFrom
;
947
this.
importedFrom
= this;
1421
return this.
importedFrom
== this;
dtemplate.d
7374
if (mi.
importedFrom
)
7376
mi = mi.
importedFrom
;
/src/external/gpl3/gcc.old/dist/gcc/d/
d-frontend.cc
86
create_typeinfo (type, sc ? sc->_module->
importedFrom
: NULL);
d-lang.cc
1126
m->
importedFrom
= m;
1147
main_module->
importedFrom
= main_module;
Completed in 32 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026