Home
last modified time | relevance | path

Searched refs:nogcInprocess (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnogc.d212 … (cast(TypeFunction)f.type).isnogc || (f.flags & FUNCFLAG.nogcInprocess) || global.params.vgc) && in checkGC()
H A Dfunc.d199 nogcInprocess = 8, /// working on determining @nogc enumerator
1346 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()
H A Dsemantic3.d1272 if (funcdecl.flags & FUNCFLAG.nogcInprocess) in visit()
1274 funcdecl.flags &= ~FUNCFLAG.nogcInprocess; in visit()
H A Dexpressionsem.d12265 FUNCFLAG.nothrowInprocess | FUNCFLAG.nogcInprocess)) in semanticX()