Searched refs:needsClosure (Results 1 – 7 of 7) sorted by relevance
239 * dmd2/func.c (FuncDeclaration::needsClosure): Closures fix:
2859 if (fd->needsClosure ()) in get_frameinfo()
683 bool needsClosure();
2011 final bool needsClosure() in needsClosure() function2111 if (!needsClosure()) in checkClosure()2823 if (v.nestedrefs.length && needsClosure()) in checkNRVO()
661 bool needsClosure();
4456 bool FuncDeclaration::needsClosure() in needsClosure() function4549 if (!needsClosure()) in checkClosure()
2566 if (fd->needsClosure ()) in get_frameinfo()