Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dpythonrun.c995 parse_syntax_error(PyObject *err, PyObject **message, const char **filename, in parse_syntax_error() function
1249 if (!parse_syntax_error(value, &message, &filename, in PyErr_Display()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO538 Python/pythonrun.c:parse_syntax_error():PyId_filename _Py_IDENTIFIER(filename)
539 Python/pythonrun.c:parse_syntax_error():PyId_lineno _Py_IDENTIFIER(lineno)
540 Python/pythonrun.c:parse_syntax_error():PyId_msg _Py_IDENTIFIER(msg)
541 Python/pythonrun.c:parse_syntax_error():PyId_offset _Py_IDENTIFIER(offset)
542 Python/pythonrun.c:parse_syntax_error():PyId_text _Py_IDENTIFIER(text)
/aosp_15_r20/external/python/cpython3/Python/
Dpythonrun.c497 parse_syntax_error(PyObject *err, PyObject **message, PyObject **filename, in parse_syntax_error() function
967 if (!parse_syntax_error(*value_p, &message, &filename, in print_exception_file_and_line()