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

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

Completed in 208 milliseconds