Home
last modified time | relevance | path

Searched refs:markAsNeedingClosure (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d2072 markAsNeedingClosure((fx == f) ? fx.toParentP(this) : fx, this); in needsClosure()
3534 private void markAsNeedingClosure(Dsymbol f, FuncDeclaration outerFunc) in markAsNeedingClosure() function
3582 markAsNeedingClosure(g, outerFunc);
3594 markAsNeedingClosure(parentFunc, outerFunc);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c4385 void markAsNeedingClosure(Dsymbol *f, FuncDeclaration *outerFunc) in markAsNeedingClosure() function
4428 markAsNeedingClosure(g, outerFunc);
4511 markAsNeedingClosure( (fx == f) ? fx->parent : fx, this); in needsClosure()