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

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

Completed in 197 milliseconds