Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c426 fd->flags |= FUNCFLAGpurityInprocess; in initInferAttributes()
2277 if (flags & FUNCFLAGpurityInprocess) in semantic3()
2279 flags &= ~FUNCFLAGpurityInprocess; in semantic3()
3826 if (flags & FUNCFLAGpurityInprocess) in isPure()
3851 if (flags & FUNCFLAGpurityInprocess) in isPureBypassingInference()
3864 if (flags & FUNCFLAGpurityInprocess) in setImpure()
3866 flags &= ~FUNCFLAGpurityInprocess; in setImpure()
H A Ddeclaration.h506 #define FUNCFLAGpurityInprocess 1 // working on determining purity macro