Searched refs:exception2 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/exception/test/ |
D | throw_exception_test.cpp | 21 exception2: struct 52 BOOST_THROW_EXCEPTION(exception2() << test_data(42)); in boost_throw_exception_test()
|
/third_party/python/Python/ |
D | pythonrun.c | 781 PyObject *exception2, *v2, *tb2; in _PyErr_PrintEx() local 782 _PyErr_Fetch(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx() 783 _PyErr_NormalizeException(tstate, &exception2, &v2, &tb2); in _PyErr_PrintEx() 787 if (exception2 == NULL) { in _PyErr_PrintEx() 788 exception2 = Py_None; in _PyErr_PrintEx() 789 Py_INCREF(exception2); in _PyErr_PrintEx() 797 PyErr_Display(exception2, v2, tb2); in _PyErr_PrintEx() 800 Py_DECREF(exception2); in _PyErr_PrintEx()
|
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/tests_pthread/ |
D | GNUmakefile | 168 exception1 exception2 exception3 \ 206 exception1 exception2 exception3 \ 365 exception2.pass: exception1.pass 366 exception3.pass: exception2.pass
|
D | Makefile | 119 exception1.pass exception2.pass exception3.pass \ 165 exception1.pass exception2.pass exception3.pass \ 361 exception2.pass: exception1.pass 362 exception3.pass: exception2.pass
|
D | Wmakefile | 117 exception1.pass exception2.pass exception3.pass & 269 exception2.pass: exception1.pass 270 exception3.pass: exception2.pass
|
D | Bmakefile | 114 exception1.pass exception2.pass exception3.pass \ 273 exception2.pass: exception1.pass 274 exception3.pass: exception2.pass
|
D | ChangeLog.2010 | 235 * exception2.c (non_MSVC code sections): Change to include 450 * exception2.c: Likewise. 481 * exception2.c: New test. 483 * Makefile: Add new tests exception2.c and exception3.c.
|