OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_end_catch
(Results
1 - 2
of
2
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
430
void
__cxa_end_catch
();
446
void
__cxa_end_catch
()
function
562
//
__cxa_end_catch
will remove this exception from the caughtExceptions stack if necessary
566
// The only way to communicate to
__cxa_end_catch
that we've rethrown
568
// which must be empty afterwards. Then
__cxa_end_catch
will do
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
430
void
__cxa_end_catch
();
446
void
__cxa_end_catch
()
function
562
//
__cxa_end_catch
will remove this exception from the caughtExceptions stack if necessary
566
// The only way to communicate to
__cxa_end_catch
that we've rethrown
568
// which must be empty afterwards. Then
__cxa_end_catch
will do
Completed in 542 milliseconds