Searched refs:addfirstsets (Results 1 - 10 of 10) sorted by relevance

/external/python/cpython2/Include/
H A Dpgenheaders.h20 #define addfirstsets _Py_addfirstsets macro
H A Dgrammar.h82 void addfirstsets(grammar *g);
/external/python/cpython3/Include/
H A Dpgenheaders.h20 #define addfirstsets _Py_addfirstsets macro
H A Dgrammar.h83 void addfirstsets(grammar *g);
/external/python/cpython2/Parser/
H A Dfirstsets.c14 addfirstsets(grammar *g) function
H A Dpgen.c671 addfirstsets(g);
/external/python/cpython3/Parser/
H A Dfirstsets.c14 addfirstsets(grammar *g) function
H A Dpgen.c685 addfirstsets(g);
/external/python/cpython2/Lib/lib2to3/pgen2/
H A Dpgen.py25 self.addfirstsets()
107 def addfirstsets(self): member in class:ParserGenerator
/external/python/cpython3/Lib/lib2to3/pgen2/
H A Dpgen.py25 self.addfirstsets()
107 def addfirstsets(self): member in class:ParserGenerator

Completed in 351 milliseconds