Searched refs:_scope (Results 1 – 13 of 13) sorted by relevance
62 static void unlinkScope(void *_scope) { in unlinkScope() argument63 Scope *scope = _scope; in unlinkScope()
407 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">408 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n">1135 protected static class <scope.name>_scope {1144 protected static class <scope.name>_scope {1221 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>1224 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>1226 ((<scope>_scope)<scope>_stack.peek()).<attr.name>1233 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name> =<expr>;1236 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name> =<expr>;1238 ((<scope>_scope)<scope>_stack.peek()).<attr.name> =<expr>;
433 <ruleDescriptor.useScopes:{it |<it>_stack.push(new <it>_scope());}; separator="\n">434 <ruleDescriptor.ruleScope:{it |<it.name>_stack.push(new <it.name>_scope());}; separator="\n">1160 protected static class <scope.name>_scope {1169 protected static class <scope.name>_scope {1244 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>1247 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>1249 ((<scope>_scope)<scope>_stack.peek()).<attr.name>1256 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name> =<expr>;1259 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name> =<expr>;1261 ((<scope>_scope)<scope>_stack.peek()).<attr.name> =<expr>;
581 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek(…582 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope(this));<it.name>_scopeInit(<…1414 protected sealed partial class <scope.name>_scope1418 public <scope.name>_scope(<grammar.recognizerName> grammar) { OnCreated(grammar); }1422 protected void <scope.name>_scopeInit( <scope.name>_scope scope )1427 partial void <scope.name>_scopeInit( <scope.name>_scope scope );1430 protected void <scope.name>_scopeAfter( <scope.name>_scope scope )1435 partial void <scope.name>_scopeAfter( <scope.name>_scope scope );1437 protected readonly ListStack\<<scope.name>_scope\> <scope.name>_stack = new ListStack\<<scope.name>…
478 var _scope = scope;485 scope = _scope;645 var _scope = scope;649 scope = _scope;
603 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}…604 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope());<it.name>_scopeInit(<it.n…1435 protected sealed partial class <scope.name>_scope1440 protected void <scope.name>_scopeInit( <scope.name>_scope scope )1445 protected virtual void <scope.name>_scopeInit( <scope.name>_scope scope ) {}1448 protected void <scope.name>_scopeAfter( <scope.name>_scope scope )1453 protected virtual void <scope.name>_scopeAfter( <scope.name>_scope scope ) {}1455 protected readonly ListStack\<<scope.name>_scope\> <scope.name>_stack = new ListStack\<<scope.name>…
459 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">460 <ruleDescriptor.ruleScope:{<it.name>_stack.push(new <it.name>_scope());}; separator="\n">1163 protected static class <scope.name>_scope {1241 ((<scope>_scope)<scope>_stack.elementAt(<scope>_stack.size()-<negIndex>-1)).<attr.name>1244 ((<scope>_scope)<scope>_stack.elementAt(<index>)).<attr.name>1246 ((<scope>_scope)<scope>_stack.peek()).<attr.name>
411 <ruleDescriptor.useScopes:{it | <it>_stack.push(new <it>_scope())}; separator="\n">412 <ruleDescriptor.ruleScope:{it | <it.name>_stack.push(new <it.name>_scope())}; separator="\n">1144 class <scope.name>_scope {1147 val <scope.name>_stack = new collection.mutable.Stack[<scope.name>_scope]<\n>1153 class <scope.name>_scope {1156 val <scope.name>_stack = new collection.mutable.Stack[<scope.name>_scope]<\n>
492 <ruleDescriptor.useScopes:{it | self.<it>_stack.append(<it>_scope())}; separator="\n">493 <ruleDescriptor.ruleScope:{it | self.<it.name>_stack.append(<it.name>_scope())}; separator="\n">1241 class <scope.name>_scope(object):1256 class <scope.name>_scope(object):
1708 <scope.name>_Scope *<scope.name>_scope;<\n>1739 <scope.name>_scope = [<scope.name>_Scope new<scope.name>_Scope];<\n>1750 <scope.name>_Scope *<scope.name>_scope; /* ObjC ruleAttributeScopeMemVar */<\n>1796 <scope.name>_scope = [<scope.name>_Scope new<scope.name>_Scope];<\n>1812 <scope.name>_Scope *<scope.name>_scope;<\n>
272 * kjs/object.h: Change _scope to be a NoRefScopeChain.273 * kjs/object.cpp: No need to initialize _scope any more, since it's not a NoRefScopeChain.
7957 This was done by removing _scope and _internalValue data members7989 * kjs/function.cpp: move _scope and related handling here
1644 ((<scope>_scope)<scope>_stack[<index>]).<attr.name>