Home
last modified time | relevance | path

Searched defs:errtype (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Parser/
Dpegen_errors.c69 PyObject* errtype = PyExc_SyntaxError; in _Pypegen_tokenizer_error() local
125 const char *errtype = NULL; in _Pypegen_raise_decode_error() local
220 _PyPegen_raise_error(Parser *p, PyObject *errtype, int use_mark, const char *errmsg, ...) in _PyPegen_raise_error()
309 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location()
Dpegen.h174 RAISE_ERROR_KNOWN_LOCATION(Parser *p, PyObject *errtype, in RAISE_ERROR_KNOWN_LOCATION()
/external/python/cpython3/Python/
DPython-tokenize.c96 PyObject* errtype = PyExc_SyntaxError; in _tokenizer_error() local
/external/libpcap/
Dsockutils.c395 sock_errtype errtype; member
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py651 def check_module_globals_error(self, module_globals, errmsg, errtype=ValueError): argument
/external/webp/swig/
Dlibwebp_python_wrap.c1211 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj()
1219 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1148 SWIG_Python_SetErrorObj(PyObject *errtype, PyObject *obj) { in SWIG_Python_SetErrorObj()
1156 SWIG_Python_SetErrorMsg(PyObject *errtype, const char *msg) { in SWIG_Python_SetErrorMsg()
/external/coreboot/src/include/acpi/
Dacpi.h1384 u32 errtype; member