Home
last modified time | relevance | path

Searched refs:addclosure (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib2to3/pgen2/
Dpgen.py178 addclosure(state, base)
180 def addclosure(state, base): function
187 addclosure(next, base)
194 addclosure(next, arcs.setdefault(label, {}))
/external/python/cpython3/Lib/lib2to3/pgen2/
Dpgen.py178 addclosure(state, base)
180 def addclosure(state, base): function
187 addclosure(next, base)
194 addclosure(next, arcs.setdefault(label, {}))
/external/python/cpython3/Parser/
Dpgen.c355 addclosure(bitset ss, nfa *nf, int istate) in addclosure() function
364 addclosure(ss, nf, ar->ar_arrow); in addclosure()
409 addclosure(ss, nf, nf->nf_start); in makedfa()
460 addclosure(zz->sa_bitset, nf, ar->ar_arrow); in makedfa()
/external/python/cpython2/Parser/
Dpgen.c356 addclosure(bitset ss, nfa *nf, int istate) in addclosure() function
365 addclosure(ss, nf, ar->ar_arrow); in addclosure()
411 addclosure(ss, nf, nf->nf_start); in makedfa()
462 addclosure(zz->sa_bitset, nf, ar->ar_arrow); in makedfa()