Searched refs:nogcInprocess (Results 1 – 4 of 4) sorted by relevance
212 … (cast(TypeFunction)f.type).isnogc || (f.flags & FUNCFLAG.nogcInprocess) || global.params.vgc) && in checkGC()
199 nogcInprocess = 8, /// working on determining @nogc enumerator1346 flags |= FUNCFLAG.nogcInprocess; in initInferAttributes()1451 if (flags & FUNCFLAG.nogcInprocess) in isNogc()1458 return !(flags & FUNCFLAG.nogcInprocess) && isNogc(); in isNogcBypassingInference()1555 if (flags & FUNCFLAG.nogcInprocess && semanticRun < PASS.semantic3 && _scope) in setGC()1561 if (flags & FUNCFLAG.nogcInprocess) in setGC()1563 flags &= ~FUNCFLAG.nogcInprocess; in setGC()
1272 if (funcdecl.flags & FUNCFLAG.nogcInprocess) in visit()1274 funcdecl.flags &= ~FUNCFLAG.nogcInprocess; in visit()
12265 FUNCFLAG.nothrowInprocess | FUNCFLAG.nogcInprocess)) in semanticX()