Home
last modified time | relevance | path

Searched refs:E_DONE (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Derrcode.h22 #define E_DONE 16 /* Parsing complete */ macro
/third_party/python/Parser/
Dpegen_errors.c391 if (p->tok->done == E_DONE && PyErr_ExceptionMatches(PyExc_SyntaxError)) { in _Pypegen_set_syntax_error()
Dpegen.c1360 if (p->tok->done == E_DONE && PyErr_ExceptionMatches(PyExc_SyntaxError)) { in _PyPegen_run_parser()