Searched refs:nestedrefs (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Descape.c1222 for (size_t j = 0; j < v->nestedrefs.dim; j++)
1224 FuncDeclaration *fdv = v->nestedrefs[j];
H A Ddeclaration.c1910 // Add fdthis to nestedrefs[] if not already there
1913 if (i == nestedrefs.dim)
1915 nestedrefs.push(fdthis);
1918 if (nestedrefs[i] == fdthis)
H A Ddeclaration.h246 FuncDeclarations nestedrefs; // referenced by these lexically nested functions member in class:VarDeclaration
H A Dfunc.c4488 for (size_t j = 0; j < v->nestedrefs.dim; j++)
4490 FuncDeclaration *f = v->nestedrefs[j];
4569 for (size_t j = 0; j < v->nestedrefs.dim; j++)
4571 FuncDeclaration *f = v->nestedrefs[j];
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d1074 FuncDeclarations nestedrefs; // referenced by these lexically nested functions
1580 * Update nestedrefs[], closureVars[] and outerVars[].
1608 // Add fdthis to nestedrefs[] if not already there
1609 if (!nestedrefs.contains(fdthis))
1610 nestedrefs.push(fdthis);
H A Dfunc.d2043 for (size_t j = 0; j < v.nestedrefs.dim; j++)
2045 FuncDeclaration f = v.nestedrefs[j];
2129 foreach (f; v.nestedrefs)
2823 if (v.nestedrefs.length && needsClosure())
H A Ddeclaration.h230 FuncDeclarations nestedrefs; // referenced by these lexically nested functions member in class:VarDeclaration
H A Descape.d2130 foreach (const fdv; v.nestedrefs)
H A Dexpressionsem.d13185 vthis2.nestedrefs.push(fd);

Completed in 202 milliseconds