Home
last modified time | relevance | path

Searched refs:err_string (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyfpe.h136 #define PyFPE_START_PROTECT(err_string, leave_stmt) \ argument
138 PyErr_SetString(PyExc_FloatingPointError, err_string); \
168 #define PyFPE_START_PROTECT(err_string, leave_stmt)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyfpe.h136 #define PyFPE_START_PROTECT(err_string, leave_stmt) \ argument
138 PyErr_SetString(PyExc_FloatingPointError, err_string); \
168 #define PyFPE_START_PROTECT(err_string, leave_stmt)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c529 err_string(char *message) in err_string() function
678 err_string("parse tree does not use a valid start symbol"); in parser_tuple2st()
685 err_string("unspecified ST error occurred"); in parser_tuple2st()
747 err_string("terminal nodes must have 2 or 3 entries"); in build_node_children()
1193 err_string("expected variable argument trailer for varargslist"); in validate_varargslist_trailer()
1217 err_string("illegal variable argument trailer for varargslist"); in validate_varargslist_trailer()
1241 err_string("varargslist missing child nodes"); in validate_varargslist()
1322 err_string("illegal formation for varargslist"); in validate_varargslist()
1548 err_string("illegal small_stmt child type"); in validate_small_stmt()
1632 err_string("illegal augmented assignment operator"); in validate_expr_stmt()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c549 err_string(char *message) in err_string() function
698 err_string("parse tree does not use a valid start symbol"); in parser_tuple2st()
705 err_string("unspecified ST error occurred"); in parser_tuple2st()
776 err_string("terminal nodes must have 2 or 3 entries"); in build_node_children()
1222 err_string("expected variable argument trailer for varargslist"); in validate_varargslist_trailer()
1246 err_string("illegal variable argument trailer for varargslist"); in validate_varargslist_trailer()
1270 err_string("varargslist missing child nodes"); in validate_varargslist()
1351 err_string("illegal formation for varargslist"); in validate_varargslist()
1577 err_string("illegal small_stmt child type"); in validate_small_stmt()
1661 err_string("illegal augmented assignment operator"); in validate_expr_stmt()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c2279 PyObject *v, *format_tuple, *err_string; in listindex() local
2311 err_string = PyString_Format(err_format, format_tuple); in listindex()
2313 if (err_string == NULL) in listindex()
2315 PyErr_SetObject(PyExc_ValueError, err_string); in listindex()
2316 Py_DECREF(err_string); in listindex()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c2280 PyObject *v, *format_tuple, *err_string; in listindex() local
2312 err_string = PyString_Format(err_format, format_tuple); in listindex()
2314 if (err_string == NULL) in listindex()
2316 PyErr_SetObject(PyExc_ValueError, err_string); in listindex()
2317 Py_DECREF(err_string); in listindex()