Home | History | Annotate | Download | only in dmd

Lines Matching refs:scx

368             for (Scope* scx = sc; scx; scx = scx.enclosing)
370 if (scx.func == parent && (scx.flags & SCOPE.contract))
383 for (Scope* scx = sc; scx; scx = scx.enclosing)
385 if (scx.func == vthis.parent && (scx.flags & SCOPE.contract))