Home
last modified time | relevance | path

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

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