Searched refs:FUNCFLAGnogcInprocess (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnogc.c232 (f->flags & FUNCFLAGnogcInprocess) ||
H A Dfunc.c435 fd->flags |= FUNCFLAGnogcInprocess;
2293 if (flags & FUNCFLAGnogcInprocess)
2295 flags &= ~FUNCFLAGnogcInprocess;
3915 if (flags & FUNCFLAGnogcInprocess)
3922 return !(flags & FUNCFLAGnogcInprocess) && isNogc();
3933 if (flags & FUNCFLAGnogcInprocess)
3935 flags &= ~FUNCFLAGnogcInprocess;
H A Ddeclaration.h509 #define FUNCFLAGnogcInprocess 8 // working on determining @nogc macro

Completed in 94 milliseconds