HomeSort by relevance Sort by last modified time
    Searched refs:symstack (Results 1 - 2 of 2) sorted by null

  /external/selinux/sepolgen/src/sepolgen/
yacc.py 181 del self.symstack[:]
184 self.symstack.append(sym)
213 symstack = [ ] # Stack of grammar symbols
214 self.symstack = symstack
216 pslice.stack = symstack # Put in the production
223 symstack.append(sym)
240 errorlead = ("%s . %s" % (" ".join([xx.type for xx in symstack][1:]), str(lookahead))).lstrip()
259 symstack.append(lookahead)
282 targ = symstack[-plen-1:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 181 del self.symstack[:]
184 self.symstack.append(sym)
213 symstack = [ ] # Stack of grammar symbols
214 self.symstack = symstack
216 pslice.stack = symstack # Put in the production
223 symstack.append(sym)
240 errorlead = ("%s . %s" % (" ".join([xx.type for xx in symstack][1:]), str(lookahead))).lstrip()
259 symstack.append(lookahead)
282 targ = symstack[-plen-1:
    [all...]

Completed in 4682 milliseconds