Home
last modified time | relevance | path

Searched refs:safetyInprocess (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d197 safetyInprocess = 2, /// working on determining safety enumerator
1340 flags |= FUNCFLAG.safetyInprocess; in initInferAttributes()
1412 if (flags & FUNCFLAG.safetyInprocess) in isSafe()
1419 return !(flags & FUNCFLAG.safetyInprocess) && isSafe(); in isSafeBypassingInference()
1424 if (flags & FUNCFLAG.safetyInprocess) in isTrusted()
1436 if (flags & FUNCFLAG.safetyInprocess) in setUnsafe()
1438 flags &= ~FUNCFLAG.safetyInprocess; in setUnsafe()
H A Dsemantic3.d1264 if (funcdecl.flags & FUNCFLAG.safetyInprocess) in visit()
1266 funcdecl.flags &= ~FUNCFLAG.safetyInprocess; in visit()
H A Dexpressionsem.d12264 if (f.flags & (FUNCFLAG.purityInprocess | FUNCFLAG.safetyInprocess | in semanticX()