Home
last modified time | relevance | path

Searched refs:parsetok (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Parser/
Dparsetok.c17 static node *parsetok(struct tok_state *, grammar *, int, perrdetail *, int *);
66 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseStringFlagsFilenameEx()
106 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseFileFlagsEx()
129 parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, in parsetok() function
/external/python/cpython2/Misc/NEWS.d/next/Core and Builtins/
D2018-08-14-03-52-43.bpo-34400.AJD0bz.rst1 Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
/external/python/cpython3/Parser/
Dparsetok.c15 static node *parsetok(struct tok_state *, grammar *, int, perrdetail *, int *);
120 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseStringObject()
188 return parsetok(tok, g, start, err_ret, flags); in PyParser_ParseFileObject()
216 parsetok(struct tok_state *tok, grammar *g, int start, perrdetail *err_ret, in parsetok() function
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/
DBUILD122 "python_include/parsetok.h",
164 …hon_include/osdefs.h" && cp -f "/usr/include/python2.7/parsetok.h" "$(@D)/python_include/parsetok.…
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py37/
DBUILD137 "python_include/parsetok.h",
183 …thon_include/osmodule.h" && cp -f "c:/python37/include/parsetok.h" "$(@D)/python_include/parsetok.…
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/
DBUILD161 "python_include/parsetok.h",
206 …thon_include/osmodule.h" && cp -f "c:/Python38/include/parsetok.h" "$(@D)/python_include/parsetok.…
/external/python/cpython3/
DAndroid.bp213 "Parser/parsetok.c",
DMakefile.pre.in326 PARSER_OBJS= $(POBJS) $(PEGEN_OBJS) Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o
331 $(srcdir)/Include/parsetok.h \
920 …hon/symtable.o Python/ast_unparse.o Python/ast.o Python/future.o Parser/parsetok.o: $(srcdir)/Incl…
/external/python/cpython2/
DMakefile.pre.in250 Parser/parsetok.c \
263 Parser/parsetok.o \
686 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h
803 Include/parsetok.h \
DAndroid.bp151 "Parser/parsetok.c",
/external/python/cpython2/PC/os2emx/
Dpython27.def51 ; From python27_s.lib(parsetok)
/external/python/cpython2/RISCOS/
DMakefile178 @.^.Parser.o.parsetok\
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk1063 parsetok.obj: bitset.h pyconfig.h errcode.h grammar.h mymalloc.h myproto.h \
1064 node.h parser.h parsetok.h pgenheaders.h pydebug.h token.h \
1071 parsetok.h pgen.h pgenheaders.h pydebug.h
1229 node.h object.h objimpl.h parsetok.h pydebug.h pyerrors.h pyfpe.h \
Dmakefile1542 parsetok.obj: $(PY_INCLUDE)\bitset.h pyconfig.h $(PY_INCLUDE)\errcode.h \
1544 $(PY_INCLUDE)\node.h $(PY_PARSER)\parser.h $(PY_INCLUDE)\parsetok.h \
1555 $(PY_INCLUDE)\parsetok.h $(PY_PARSER)\pgen.h $(PY_INCLUDE)\pgenheaders.h \
1813 $(PY_INCLUDE)\parsetok.h $(PY_INCLUDE)\pydebug.h $(PY_INCLUDE)\pyerrors.h \
/external/python/cpython3/Doc/faq/
Dextending.rst288 #include <parsetok.h>
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp626 SOURCE=..\..\Parser\parsetok.c
/external/python/cpython2/Doc/faq/
Dextending.rst296 #include <parsetok.h>
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst240 Fix a leak and subsequent crash in parsetok.c caused by realloc misuse on a
D3.8.0a1.rst856 Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
/external/python/cpython2/Misc/
DHISTORY4519 This would have been a four-line change in parsetok.c... Except
/external/python/cpython3/Misc/
DHISTORY21903 This would have been a four-line change in parsetok.c... Except