Searched refs:FUNCFLAGreturnInprocess (Results 1 – 3 of 3) sorted by relevance
547 sc->func->flags & FUNCFLAGreturnInprocess && in checkReturnEscapeImpl()615 if (fd && sc->func->flags & FUNCFLAGreturnInprocess) in checkReturnEscapeImpl()635 if ((sc->func->flags & FUNCFLAGreturnInprocess) && p == sc->func) in checkReturnEscapeImpl()
510 #define FUNCFLAGreturnInprocess 0x10 // working on inferring 'return' for parameters macro
438 fd->flags |= FUNCFLAGreturnInprocess; in initInferAttributes()2301 if (flags & FUNCFLAGreturnInprocess) in semantic3()2303 flags &= ~FUNCFLAGreturnInprocess; in semantic3()