Searched refs:pgen (Results 1 – 25 of 25) sorted by relevance
/external/python/cpython2/ |
D | .gitignore | 34 Parser/pgen 35 Parser/pgen.stamp
|
D | .bzrignore | 34 Parser/pgen
|
D | Makefile.pre.in | 247 PGEN= Parser/pgen$(EXE) 260 Parser/pgen.c 273 Parser/pgen.o 808 Include/pgen.h \
|
D | Android.bp | 102 "Parser/pgen.c",
|
/external/python/cpython3/ |
D | .hgtouch | 16 …/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 | .bzrignore | 35 Parser/pgen
|
D | .gitignore | 59 Parser/pgen
|
D | Makefile.pre.in | 284 PGEN= Parser/pgen$(EXE) 296 Parser/pgen.o 949 $(srcdir)/Include/pgen.h \
|
/external/python/cpython3/Include/ |
D | pgen.h | 13 extern grammar *pgen(struct _node *);
|
D | pgenheaders.h | 31 #define pgen _Py_pgen macro
|
/external/python/cpython2/Include/ |
D | pgen.h | 13 extern grammar *pgen(struct _node *);
|
D | pgenheaders.h | 30 #define pgen _Py_pgen macro
|
/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | driver.py | 26 from . import grammar, parse, token, tokenize, pgen 124 g = pgen.generate_grammar(gt)
|
/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | driver.py | 26 from . import grammar, parse, token, tokenize, pgen 124 g = pgen.generate_grammar(gt)
|
/external/python/cpython2/Parser/ |
D | pgenmain.c | 111 g = pgen(n); in getgrammar()
|
D | pgen.c | 663 pgen(node *n) in pgen() function 679 return pgen(n); in Py_pgen()
|
/external/python/cpython3/Parser/ |
D | pgenmain.c | 126 g = pgen(n); in getgrammar()
|
D | pgen.c | 677 pgen(node *n) in pgen() function 693 return pgen(n); in Py_pgen()
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 1054 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
|
D | makefile | 1529 $(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/ |
D | README.os2emx | 308 2. If you wish the Python executables (python.exe, pythonpm.exe & pgen.exe)
|
/external/python/cpython3/Misc/ |
D | NEWS | 1692 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
|
D | HISTORY | 8168 - 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/ |
D | NEWS | 369 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.
|
D | HISTORY | 4245 - 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
|