Home
last modified time | relevance | path

Searched refs:PGEN (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Parser/
Dparsetok.c63 #ifndef PGEN in PyParser_ParseStringObject()
77 #ifndef PGEN in PyParser_ParseStringFlagsFilenameEx()
87 #ifndef PGEN in PyParser_ParseStringFlagsFilenameEx()
130 #ifndef PGEN in PyParser_ParseFileObject()
145 #ifndef PGEN in PyParser_ParseFileFlagsEx()
156 #ifndef PGEN in PyParser_ParseFileFlagsEx()
279 #ifndef PGEN in parsetok()
370 #ifndef PGEN in initerr()
Dtokenizer.h43 #ifndef PGEN
58 #ifndef PGEN
Dtokenizer.c13 #ifndef PGEN
146 #ifndef PGEN in tok_new()
168 #ifdef PGEN
615 #ifndef PGEN in decoding_fgets()
829 #ifndef PGEN in PyTokenizer_FromUTF8()
892 #ifndef PGEN in PyTokenizer_Free()
935 #ifndef PGEN in tok_nextc()
1296 #ifdef PGEN
1849 #ifndef PGEN in PyTokenizer_FindEncodingFilename()
1867 #ifndef PGEN in PyTokenizer_FindEncodingFilename()
Dparsetok_pgen.c1 #define PGEN macro
Dtokenizer_pgen.c1 #define PGEN macro
Dpgenmain.c16 #define PGEN macro
Dprintgrammar.c4 #define PGEN macro
/external/python/cpython2/Parser/
Dtokenizer.h49 #ifndef PGEN
62 #if defined(PGEN) || defined(Py_USING_UNICODE)
Dtokenizer_pgen.c1 #define PGEN macro
Dtokenizer.c13 #ifndef PGEN
126 #ifndef PGEN in tok_new()
144 #ifdef PGEN
536 #ifndef PGEN in decoding_fgets()
779 #ifndef PGEN in PyTokenizer_Free()
790 #if !defined(PGEN) && defined(Py_USING_UNICODE)
893 #if !defined(PGEN) && defined(Py_USING_UNICODE) in tok_nextc()
1633 #ifndef PGEN in tok_get()
1700 #if defined(PGEN) || !defined(Py_USING_UNICODE)
/external/python/cpython3/Include/
Dparsetok.h12 #ifndef PGEN
/external/python/cpython2/
DMakefile.pre.in242 PGEN= Parser/pgen$(EXE)
667 $(PGEN): $(PGENOBJS)
668 $(CC) $(OPT) $(LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
671 regen-grammar: $(PGEN)
675 $(PGEN) $(srcdir)/Grammar/Grammar \
1412 -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
/external/python/cpython3/
DMakefile.pre.in295 PGEN= Parser/pgen$(EXE)
808 $(PGEN): $(PGENOBJS)
809 $(CC) $(OPT) $(PY_CORE_LDFLAGS) $(PGENOBJS) $(LIBS) -o $(PGEN)
812 regen-grammar: $(PGEN)
816 $(PGEN) $(srcdir)/Grammar/Grammar \
1709 -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk227 PGEN = \
320 PGen.exe: $(PGEN) PyCore.lib
Dmakefile209 PGEN = \ macro
326 PGen.exe: $(PGEN) PyCore.lib