Searched refs:isPureBypassingInference (Results 1 – 8 of 8) sorted by relevance
649 PURE isPureBypassingInference();
1384 final PURE isPureBypassingInference() in isPureBypassingInference() function1695 if (!isPureBypassingInference() || isNested()) in isTypeIsolatedIndirect()
3134 … if (fd && fd.isPureBypassingInference() >= PURE.weak && !funcdecl.isInstantiated()) in funcDeclarationSemantic()
1393 ? sc.func.isPureBypassingInference() >= PURE.weak in checkImpure()
636 PURE isPureBypassingInference();
570 if (fd && fd->isPureBypassingInference() >= PUREweak && in semantic()3849 PURE FuncDeclaration::isPureBypassingInference() in isPureBypassingInference() function4063 if (!isPureBypassingInference() || isNested()) in parametersIntersect()
2411 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()
3729 …if (!(cas->stc & STCpure) && (purity = sc->func->isPureBypassingInference()) != PUREimpure && puri… in visit()