OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:exc_type
(Results
1 - 5
of
5
) sorted by null
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
ThreadKDP.cpp
183
const uint32_t
exc_type
= exc_reply_packet.GetU32 (&offset);
local
197
exc_type
,
/external/lldb/tools/debugserver/source/MacOSX/
MachException.h
53
exception_type_t
exc_type
;
member in struct:MachException::Data
58
exc_type
(0),
67
exc_type
= 0;
74
exc_type
!= 0;
79
if (
exc_type
== EXC_SOFTWARE && exc_data.size() == 2 && exc_data[0] == EXC_SOFT_SIGNAL)
85
return (
exc_type
== EXC_BREAKPOINT) || ((
exc_type
== EXC_SOFTWARE) && exc_data[0] == 1);
131
static const char *Name(exception_type_t
exc_type
);
/external/chromium_org/third_party/cython/src/Cython/Utility/
Generator.c
34
PyObject *
exc_type
;
member in struct:__anon16377
149
PyObject *
exc_type
= self->
exc_type
;
local
153
self->
exc_type
= NULL;
157
Py_XDECREF(
exc_type
);
209
__Pyx_ExceptionSwap(&self->
exc_type
, &self->exc_value,
220
__Pyx_ExceptionSwap(&self->
exc_type
, &self->exc_value,
441
Py_VISIT(gen->
exc_type
);
453
Py_CLEAR(gen->
exc_type
);
645
gen->
exc_type
= NULL
[
all
...]
ObjectHandling.c
167
PyObject*
exc_type
= PyErr_Occurred();
local
168
if (
exc_type
) {
169
if (unlikely(
exc_type
!= PyExc_StopIteration) &&
170
!PyErr_GivenExceptionMatches(
exc_type
, PyExc_StopIteration))
195
PyObject*
exc_type
= tstate->curexc_type;
local
196
if (unlikely(
exc_type
)) {
197
if (likely(
exc_type
== PyExc_StopIteration) || PyErr_GivenExceptionMatches(
exc_type
, PyExc_StopIteration)) {
204
Py_DECREF(
exc_type
);
[
all
...]
/external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp
1451
uint32_t
exc_type
= 0;
local
[
all
...]
Completed in 72 milliseconds