Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dpgen.py178 addclosure(state, base)
180 def addclosure(state, base): function
187 addclosure(next, base)
194 addclosure(next, arcs.setdefault(label, {}))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgen.c343 addclosure(bitset ss, nfa *nf, int istate) in addclosure() function
352 addclosure(ss, nf, ar->ar_arrow); in addclosure()
397 addclosure(ss, nf, nf->nf_start); in makedfa()
448 addclosure(zz->sa_bitset, nf, ar->ar_arrow); in makedfa()