OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:importedScopes
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dsymbol.d
1387
Dsymbols*
importedScopes
;
1441
if (!
importedScopes
)
1448
for (size_t i = 0; i <
importedScopes
.dim; i++)
1454
Dsymbol ss = (*
importedScopes
)[i];
1623
if (!
importedScopes
)
1624
importedScopes
= new Dsymbols();
1627
for (size_t i = 0; i <
importedScopes
.dim; i++)
1629
Dsymbol ss = (*
importedScopes
)[i];
1638
importedScopes
.push(s);
1639
visibilities = cast(Visibility.Kind*)mem.xrealloc(visibilities,
importedScopes
.dim * (visibilities[0]).sizeof)
[
all
...]
dsymbol.h
326
Dsymbols *
importedScopes
; // imported Dsymbol's
Completed in 17 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026