Searched refs:parsetok (Results 1 – 21 of 21) sorted by relevance
/external/python/cpython2/Parser/ |
D | parsetok.c | 17 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/ |
D | 2018-08-14-03-52-43.bpo-34400.AJD0bz.rst | 1 Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
|
/external/python/cpython3/Parser/ |
D | parsetok.c | 15 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/ |
D | BUILD | 122 "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/ |
D | BUILD | 137 "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/ |
D | BUILD | 161 "python_include/parsetok.h", 206 …thon_include/osmodule.h" && cp -f "c:/Python38/include/parsetok.h" "$(@D)/python_include/parsetok.…
|
/external/python/cpython3/ |
D | Android.bp | 213 "Parser/parsetok.c",
|
D | Makefile.pre.in | 326 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/ |
D | Makefile.pre.in | 250 Parser/parsetok.c \ 263 Parser/parsetok.o \ 686 Parser/pgenmain.o: $(srcdir)/Include/parsetok.h 803 Include/parsetok.h \
|
D | Android.bp | 151 "Parser/parsetok.c",
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 51 ; From python27_s.lib(parsetok)
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 178 @.^.Parser.o.parsetok\
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 1063 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 \
|
D | makefile | 1542 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/ |
D | extending.rst | 288 #include <parsetok.h>
|
/external/python/cpython2/PC/VC6/ |
D | pythoncore.dsp | 626 SOURCE=..\..\Parser\parsetok.c
|
/external/python/cpython2/Doc/faq/ |
D | extending.rst | 296 #include <parsetok.h>
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.0a6.rst | 240 Fix a leak and subsequent crash in parsetok.c caused by realloc misuse on a
|
D | 3.8.0a1.rst | 856 Fix undefined behavior in parsetok.c. Patch by Zackery Spytz.
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4519 This would have been a four-line change in parsetok.c... Except
|
/external/python/cpython3/Misc/ |
D | HISTORY | 21903 This would have been a four-line change in parsetok.c... Except
|