Searched refs:E_DONE (Results 1 – 3 of 3) sorted by relevance
22 #define E_DONE 16 /* Parsing complete */ macro
391 if (p->tok->done == E_DONE && PyErr_ExceptionMatches(PyExc_SyntaxError)) { in _Pypegen_set_syntax_error()
1360 if (p->tok->done == E_DONE && PyErr_ExceptionMatches(PyExc_SyntaxError)) { in _PyPegen_run_parser()