Home
last modified time | relevance | path

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

/third_party/boost/libs/exception/test/
Dthrow_exception_test.cpp21 exception2: struct
52 BOOST_THROW_EXCEPTION(exception2() << test_data(42)); in boost_throw_exception_test()
/third_party/python/Python/
Dpythonrun.c834 PyObject *exception2, *v2, *tb2; in _PyErr_PrintEx() local
835 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
836 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx()
840 if (exception2 == NULL) { in _PyErr_PrintEx()
841 exception2 = Py_None; in _PyErr_PrintEx()
842 Py_INCREF(exception2); in _PyErr_PrintEx()
850 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx()
853 Py_DECREF(exception2); in _PyErr_PrintEx()