Home
last modified time | relevance | path

Searched refs:isPureBypassingInference (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h649 PURE isPureBypassingInference();
H A Dfunc.d1384 final PURE isPureBypassingInference() in isPureBypassingInference() function
1695 if (!isPureBypassingInference() || isNested()) in isTypeIsolatedIndirect()
H A Ddsymbolsem.d3134 … if (fd && fd.isPureBypassingInference() >= PURE.weak && !funcdecl.isInstantiated()) in funcDeclarationSemantic()
H A Dexpression.d1393 ? sc.func.isPureBypassingInference() >= PURE.weak in checkImpure()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h636 PURE isPureBypassingInference();
H A Dfunc.c570 if (fd && fd->isPureBypassingInference() >= PUREweak && in semantic()
3849 PURE FuncDeclaration::isPureBypassingInference() in isPureBypassingInference() function
4063 if (!isPureBypassingInference() || isNested()) in parametersIntersect()
H A Dexpression.c2411 outerfunc->isPureBypassingInference() == PUREimpure && in checkPurity()
2419 calledparent->isPureBypassingInference() == PUREimpure && in checkPurity()
2433 if (sc->flags & SCOPEcompile ? ff->isPureBypassingInference() >= PUREweak : ff->setImpure()) in checkPurity()
2498 … if (sc->flags & SCOPEcompile ? ff->isPureBypassingInference() >= PUREweak : ff->setImpure()) in checkPurity()
H A Dstatementsem.c3729 …if (!(cas->stc & STCpure) && (purity = sc->func->isPureBypassingInference()) != PUREimpure && puri… in visit()