Searched refs:lr0_goto (Results 1 – 2 of 2) sorted by relevance
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 1209 def lr0_goto(I,x): function 1266 g = lr0_goto(I,x) 1357 g = lr0_goto(C[state],N) 1381 g = lr0_goto(C[state],N) 1460 g = lr0_goto(C[j],t) # Go to next set 1719 g = lr0_goto(I,a) 1788 g = lr0_goto(I,n)
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 2002 def lr0_goto(self,I,x): member in LRGeneratedTable 2057 g = self.lr0_goto(I,x) 2145 g = self.lr0_goto(C[state],N) 2169 g = self.lr0_goto(C[state],N) 2248 g = self.lr0_goto(C[j],t) # Go to next set 2459 g = self.lr0_goto(I,a) 2527 g = self.lr0_goto(I,n)
|