OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exceptionDestructor
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.hpp
42
void (*
exceptionDestructor
)(void *);
79
void (*
exceptionDestructor
)(void *);
cxa_exception.cpp
127
stored in exc is called. Otherwise the
exceptionDestructor
stored in
266
exception_header->
exceptionDestructor
= dest;
654
if (NULL != exception_header->
exceptionDestructor
)
655
exception_header->
exceptionDestructor
(thrown_object);
Completed in 135 milliseconds