Searched refs:bAnyClosures (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d3576 bool bAnyClosures = false;
3583 bAnyClosures = true;
3595 bAnyClosures = true;
3604 bAnyClosures |= checkEscapingSiblings(g, outerFunc, &ps);
3612 //printf("\t%d\n", bAnyClosures);
3613 return bAnyClosures;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c4422 bool bAnyClosures = false; local
4429 bAnyClosures = true;
4437 bAnyClosures |= checkEscapingSiblings(g, outerFunc, &ps);
4445 //printf("\t%d\n", bAnyClosures);
4446 return bAnyClosures;

Completed in 110 milliseconds