Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c429 fd->flags |= FUNCFLAGsafetyInprocess; in initInferAttributes()
2285 if (flags & FUNCFLAGsafetyInprocess) in semantic3()
2287 flags &= ~FUNCFLAGsafetyInprocess; in semantic3()
3877 if (flags & FUNCFLAGsafetyInprocess) in isSafe()
3884 return !(flags & FUNCFLAGsafetyInprocess) && isSafe(); in isSafeBypassingInference()
3889 if (flags & FUNCFLAGsafetyInprocess) in isTrusted()
3901 if (flags & FUNCFLAGsafetyInprocess) in setUnsafe()
3903 flags &= ~FUNCFLAGsafetyInprocess; in setUnsafe()
H A Ddeclaration.h507 #define FUNCFLAGsafetyInprocess 2 // working on determining safety macro