Searched refs:isSafeBypassingInference (Results 1 – 9 of 9) sorted by relevance
41 if (sc->intypeof || !sc->func || !sc->func->isSafeBypassingInference()) in checkUnsafeAccess()
639 bool isSafeBypassingInference();
400 (!fd->isMember() || (sc->func->isSafeBypassingInference() && !fd->isInstantiated()))) in canInferAttributes()3882 bool FuncDeclaration::isSafeBypassingInference() in isSafeBypassingInference() function
2599 if (sc->flags & SCOPEcompile ? sc->func->isSafeBypassingInference() : sc->func->setUnsafe()) in checkSafety()
54 if (sc.intypeof || !sc.func || !sc.func.isSafeBypassingInference()) in checkUnsafeAccess()
651 bool isSafeBypassingInference();
1311 (!isMember() || sc.func.isSafeBypassingInference() && !isInstantiated())) in canInferAttributes()1417 final bool isSafeBypassingInference() in isSafeBypassingInference() function
1239 if (fd.isSafeBypassingInference()) in typeSemantic()
1416 if (sc.flags & SCOPE.compile ? sc.func.isSafeBypassingInference() : sc.func.setUnsafe()) in checkSafety()