Searched refs:exception2 (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Python/ |
D | pythonrun.c | 1181 PyObject *exception2, *v2, *tb2; in PyErr_PrintEx() local 1185 PyErr_Fetch(&exception2, &v2, &tb2); in PyErr_PrintEx() 1186 PyErr_NormalizeException(&exception2, &v2, &tb2); in PyErr_PrintEx() 1190 if (exception2 == NULL) { in PyErr_PrintEx() 1191 exception2 = Py_None; in PyErr_PrintEx() 1192 Py_INCREF(exception2); in PyErr_PrintEx() 1202 PyErr_Display(exception2, v2, tb2); in PyErr_PrintEx() 1205 Py_DECREF(exception2); in PyErr_PrintEx()
|
/external/llvm/test/Bitcode/ |
D | operand-bundles.ll | 99 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2 102 exception2:
|
D | compatibility-3.8.ll | 1464 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2 1467 exception2:
|
D | compatibility.ll | 1538 …0, i32 %x), "foo"(i32 42, float 0.000000e+00, i32 %l) ] to label %normal2 unwind label %exception2 1541 exception2:
|