Home
last modified time | relevance | path

Searched refs:pgen (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/
D.gitignore34 Parser/pgen
35 Parser/pgen.stamp
D.bzrignore34 Parser/pgen
DMakefile.pre.in247 PGEN= Parser/pgen$(EXE)
260 Parser/pgen.c
273 Parser/pgen.o
808 Include/pgen.h \
DAndroid.bp102 "Parser/pgen.c",
/external/python/cpython3/
D.hgtouch16 …/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.…
17 …/bitset.c Parser/metagrammar.c Parser/firstsets.c Parser/grammar.c Parser/pgen.c Objects/obmalloc.…
D.bzrignore35 Parser/pgen
D.gitignore59 Parser/pgen
DMakefile.pre.in284 PGEN= Parser/pgen$(EXE)
296 Parser/pgen.o
949 $(srcdir)/Include/pgen.h \
/external/python/cpython3/Include/
Dpgen.h13 extern grammar *pgen(struct _node *);
Dpgenheaders.h31 #define pgen _Py_pgen macro
/external/python/cpython2/Include/
Dpgen.h13 extern grammar *pgen(struct _node *);
Dpgenheaders.h30 #define pgen _Py_pgen macro
/external/python/cpython3/Lib/lib2to3/pgen2/
Ddriver.py26 from . import grammar, parse, token, tokenize, pgen
124 g = pgen.generate_grammar(gt)
/external/python/cpython2/Lib/lib2to3/pgen2/
Ddriver.py26 from . import grammar, parse, token, tokenize, pgen
124 g = pgen.generate_grammar(gt)
/external/python/cpython2/Parser/
Dpgenmain.c111 g = pgen(n); in getgrammar()
Dpgen.c663 pgen(node *n) in pgen() function
679 return pgen(n); in Py_pgen()
/external/python/cpython3/Parser/
Dpgenmain.c126 g = pgen(n); in getgrammar()
Dpgen.c677 pgen(node *n) in pgen() function
693 return pgen(n); in Py_pgen()
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk1054 myproto.h pgen.h pgenheaders.h pydebug.h
1067 pgen.obj: bitset.h pyconfig.h grammar.h metagrammar.h mymalloc.h \
1068 myproto.h node.h pgen.h pgenheaders.h pydebug.h token.h
1071 parsetok.h pgen.h pgenheaders.h pydebug.h
Dmakefile1529 $(PY_PARSER)\pgen.h $(PY_INCLUDE)\pgenheaders.h $(PY_INCLUDE)\pydebug.h
1548 pgen.obj: $(PY_INCLUDE)\bitset.h pyconfig.h $(PY_INCLUDE)\grammar.h \
1550 $(PY_INCLUDE)\node.h $(PY_PARSER)\pgen.h $(PY_INCLUDE)\pgenheaders.h \
1555 $(PY_INCLUDE)\parsetok.h $(PY_PARSER)\pgen.h $(PY_INCLUDE)\pgenheaders.h \
/external/python/cpython2/PC/os2emx/
DREADME.os2emx308 2. If you wish the Python executables (python.exe, pythonpm.exe & pgen.exe)
/external/python/cpython3/Misc/
DNEWS1692 to prevent the pgen and _freeze_importlib executables from being cross-
2181 - Issue #27229: Fix the cross-compiling pgen rule for in-tree builds. Patch
3389 - Issue #22359: Disable the rules for running _freeze_importlib and pgen when
4174 to prevent the pgen and _freeze_importlib executables from being cross-
4850 - Issue #22359: Disable the rules for running _freeze_importlib and pgen when
4855 - Issue #27229: Fix the cross-compiling pgen rule for in-tree builds. Patch
DHISTORY8168 - Issue #14321: Do not run pgen during the build if files are up to date.
12659 - Don't run pgen twice when using make -j.
21629 - In support of PEP 269 (making the pgen parser generator accessible
21630 from Python), some changes to the pgen code structure were made; a
21631 few files that used to be linked only with pgen are now linked with
/external/python/cpython2/Misc/
DNEWS369 to prevent the pgen executable from being cross-compiled.
715 running pgen when cross-compiling. The pgen output is normally saved with
721 - Issue #27229: Fix the cross-compiling pgen rule for in-tree builds. Patch
5329 - Don't run pgen twice when using make -j.
DHISTORY4245 - In support of PEP 269 (making the pgen parser generator accessible
4246 from Python), some changes to the pgen code structure were made; a
4247 few files that used to be linked only with pgen are now linked with