Home
last modified time | relevance | path

Searched refs:needsClosure (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2008239 * dmd2/func.c (FuncDeclaration::needsClosure): Closures fix:
H A Dd-codegen.cc2859 if (fd->needsClosure ()) in get_frameinfo()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h683 bool needsClosure();
H A Dfunc.d2011 final bool needsClosure() in needsClosure() function
2111 if (!needsClosure()) in checkClosure()
2823 if (v.nestedrefs.length && needsClosure()) in checkNRVO()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h661 bool needsClosure();
H A Dfunc.c4456 bool FuncDeclaration::needsClosure() in needsClosure() function
4549 if (!needsClosure()) in checkClosure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc2566 if (fd->needsClosure ()) in get_frameinfo()