Home
last modified time | relevance | path

Searched refs:errtype (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1548 PyObject *v, *w, *errtype; in err_input() local
1551 errtype = PyExc_SyntaxError; in err_input()
1556 errtype = PyExc_IndentationError; in err_input()
1564 errtype = PyExc_SyntaxError; in err_input()
1588 errtype = PyExc_TabError; in err_input()
1595 errtype = PyExc_IndentationError; in err_input()
1599 errtype = PyExc_IndentationError; in err_input()
1633 PyErr_SetObject(errtype, w); in err_input()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1573 PyObject *v, *w, *errtype; in err_input() local
1576 errtype = PyExc_SyntaxError; in err_input()
1581 errtype = PyExc_IndentationError; in err_input()
1589 errtype = PyExc_SyntaxError; in err_input()
1613 errtype = PyExc_TabError; in err_input()
1620 errtype = PyExc_IndentationError; in err_input()
1624 errtype = PyExc_IndentationError; in err_input()
1658 PyErr_SetObject(errtype, w); in err_input()