HomeSort by: relevance | last modified time | path
    Searched refs:nestedrefs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
declaration.d 1074 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);
func.d 2043 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())
declaration.h 230 FuncDeclarations nestedrefs; // referenced by these lexically nested functions member in class:VarDeclaration
escape.d 2130 foreach (const fdv; v.nestedrefs)
expressionsem.d 13185 vthis2.nestedrefs.push(fd);

Completed in 92 milliseconds