Searched refs:nestedrefs (Results 1 – 9 of 9) sorted by relevance
1222 for (size_t j = 0; j < v->nestedrefs.dim; j++) in findAllOuterAccessedVariables()1224 FuncDeclaration *fdv = v->nestedrefs[j]; in findAllOuterAccessedVariables()
1913 if (i == nestedrefs.dim) in checkNestedReference()1915 nestedrefs.push(fdthis); in checkNestedReference()1918 if (nestedrefs[i] == fdthis) in checkNestedReference()
246 FuncDeclarations nestedrefs; // referenced by these lexically nested functions variable
4488 for (size_t j = 0; j < v->nestedrefs.dim; j++) in needsClosure()4490 FuncDeclaration *f = v->nestedrefs[j]; in needsClosure()4569 for (size_t j = 0; j < v->nestedrefs.dim; j++) in checkClosure()4571 FuncDeclaration *f = v->nestedrefs[j]; in checkClosure()
1074 FuncDeclarations nestedrefs; // referenced by these lexically nested functions variable1609 if (!nestedrefs.contains(fdthis)) in checkNestedReference()1610 nestedrefs.push(fdthis); in checkNestedReference()
230 FuncDeclarations nestedrefs; // referenced by these lexically nested functions variable
2043 for (size_t j = 0; j < v.nestedrefs.dim; j++) in needsClosure()2045 FuncDeclaration f = v.nestedrefs[j]; in needsClosure()2129 foreach (f; v.nestedrefs) in checkClosure()2823 if (v.nestedrefs.length && needsClosure()) in checkNRVO()
2130 foreach (const fdv; v.nestedrefs) in findAllOuterAccessedVariables()
13185 vthis2.nestedrefs.push(fd); in makeThis2Argument()