Searched refs:FUNCFLAGsafetyInprocess (Results 1 – 2 of 2) sorted by relevance
429 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()
507 #define FUNCFLAGsafetyInprocess 2 // working on determining safety macro