OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outerVars
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
escape.d
67
VarDeclaration[]
outerVars
= fd ? fd.
outerVars
[] : null;
69
const len = arguments.length + (ethis !is null) +
outerVars
.length;
83
// Fill in escapeBy[] with arguments[], ethis, and
outerVars
[]
131
auto var =
outerVars
[i - (len -
outerVars
.length)];
declaration.d
1580
* Update nestedrefs[], closureVars[] and
outerVars
[].
1630
if (!fdthis.
outerVars
.contains(this))
1631
fdthis.
outerVars
.push(this);
declaration.h
609
VarDeclarations
outerVars
;
func.d
340
VarDeclarations
outerVars
;
Completed in 22 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026