Home
last modified time | relevance | path

Searched refs:isSafeBypassingInference (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dsafe.c41 if (sc->intypeof || !sc->func || !sc->func->isSafeBypassingInference()) in checkUnsafeAccess()
H A Ddeclaration.h639 bool isSafeBypassingInference();
H A Dfunc.c400 (!fd->isMember() || (sc->func->isSafeBypassingInference() && !fd->isInstantiated()))) in canInferAttributes()
3882 bool FuncDeclaration::isSafeBypassingInference() in isSafeBypassingInference() function
H A Dexpression.c2599 if (sc->flags & SCOPEcompile ? sc->func->isSafeBypassingInference() : sc->func->setUnsafe()) in checkSafety()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsafe.d54 if (sc.intypeof || !sc.func || !sc.func.isSafeBypassingInference()) in checkUnsafeAccess()
H A Ddeclaration.h651 bool isSafeBypassingInference();
H A Dfunc.d1311 (!isMember() || sc.func.isSafeBypassingInference() && !isInstantiated())) in canInferAttributes()
1417 final bool isSafeBypassingInference() in isSafeBypassingInference() function
H A Dtypesem.d1239 if (fd.isSafeBypassingInference()) in typeSemantic()
H A Dexpression.d1416 if (sc.flags & SCOPE.compile ? sc.func.isSafeBypassingInference() : sc.func.setUnsafe()) in checkSafety()