Searched refs:PyErr_ProgramText (Results 1 – 8 of 8) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | errors.c | 729 tmp = PyErr_ProgramText(filename, lineno); in PyErr_SyntaxLocation() 768 PyErr_ProgramText(const char *filename, int lineno) in PyErr_ProgramText() function
|
D | ast.c | 101 loc = PyErr_ProgramText(filename, lineno); in ast_error_finish()
|
D | compile.c | 3209 loc = PyErr_ProgramText(c->c_filename, c->u->u_lineno); in compiler_error()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | errors.c | 751 tmp = PyErr_ProgramText(filename, lineno); in PyErr_SyntaxLocation() 790 PyErr_ProgramText(const char *filename, int lineno) in PyErr_ProgramText() function
|
D | ast.c | 101 loc = PyErr_ProgramText(filename, lineno); in ast_error_finish()
|
D | compile.c | 3229 loc = PyErr_ProgramText(c->c_filename, c->u->u_lineno); in compiler_error()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pyerrors.h | 238 PyAPI_FUNC(PyObject *) PyErr_ProgramText(const char *, int);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pyerrors.h | 239 PyAPI_FUNC(PyObject *) PyErr_ProgramText(const char *, int);
|