Home
last modified time | relevance | path

Searched refs:err_info (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dkeycodes.c657 goto err_info; in CompileKeycodes()
660 goto err_info; in CompileKeycodes()
665 err_info: in CompileKeycodes()
Dtypes.c732 goto err_info; in CompileKeyTypes()
735 goto err_info; in CompileKeyTypes()
740 err_info: in CompileKeyTypes()
Dcompat.c919 goto err_info; in CompileCompatMap()
922 goto err_info; in CompileCompatMap()
928 err_info: in CompileCompatMap()
Dsymbols.c1595 goto err_info; in CompileSymbols()
1598 goto err_info; in CompileSymbols()
1604 err_info: in CompileSymbols()
/external/python/cpython3/Python/
Dsysmodule.c345 _PyErr_StackItem *err_info = _PyErr_GetTopmostException(PyThreadState_GET()); in sys_exc_info() local
348 err_info->exc_type != NULL ? err_info->exc_type : Py_None, in sys_exc_info()
349 err_info->exc_value != NULL ? err_info->exc_value : Py_None, in sys_exc_info()
350 err_info->exc_traceback != NULL ? in sys_exc_info()
351 err_info->exc_traceback : Py_None); in sys_exc_info()