OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exception_header
(Results
1 - 12
of
12
) sorted by null
/external/libcxxabi/src/
cxa_exception.cpp
50
// Note: This is never called when
exception_header
is masquerading as a
55
thrown_object_from_cxa_exception(__cxa_exception*
exception_header
)
57
return static_cast<void*>(
exception_header
+ 1);
132
__cxa_exception*
exception_header
= cxa_exception_from_exception_unwind_exception(unwind_exception);
local
134
std::__terminate(
exception_header
->terminateHandler);
140
static LIBCXXABI_NORETURN void failed_throw(__cxa_exception*
exception_header
) {
148
(void) __cxa_begin_catch(&
exception_header
->unwindHeader);
149
std::__terminate(
exception_header
->terminateHandler);
161
__cxa_exception*
exception_header
= static_cast<__cxa_exception*>(do_malloc(actual_size));
local
162
if (NULL ==
exception_header
)
226
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
278
__cxa_exception*
exception_header
=
local
316
__cxa_exception*
exception_header
= globals->propagatingExceptions;
local
394
__cxa_exception*
exception_header
=
local
460
__cxa_exception*
exception_header
= globals->caughtExceptions;
local
553
__cxa_exception*
exception_header
= globals->caughtExceptions;
local
601
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
619
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
690
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
[
all
...]
cxa_default_handlers.cpp
32
__cxa_exception*
exception_header
= globals->caughtExceptions;
local
34
if (
exception_header
)
37
reinterpret_cast<_Unwind_Exception*>(
exception_header
+ 1) - 1;
45
((__cxa_dependent_exception*)
exception_header
)->primaryException :
46
exception_header
+ 1;
48
static_cast<const __shim_type_info*>(
exception_header
->exceptionType);
cxa_handlers.cpp
90
__cxa_exception*
exception_header
= globals->caughtExceptions;
variable
91
if (
exception_header
)
94
reinterpret_cast<_Unwind_Exception*>(
exception_header
+ 1) - 1;
99
__terminate(
exception_header
->terminateHandler);
cxa_personality.cpp
313
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
314
std::__terminate(
exception_header
->terminateHandler);
731
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
734
static_cast<const __shim_type_info*>(
exception_header
->exceptionType);
773
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
776
static_cast<const __shim_type_info*>(
exception_header
->exceptionType)
953
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
978
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
50
// Note: This is never called when
exception_header
is masquerading as a
55
thrown_object_from_cxa_exception(__cxa_exception*
exception_header
)
57
return static_cast<void*>(
exception_header
+ 1);
132
__cxa_exception*
exception_header
= cxa_exception_from_exception_unwind_exception(unwind_exception);
local
134
std::__terminate(
exception_header
->terminateHandler);
140
static LIBCXXABI_NORETURN void failed_throw(__cxa_exception*
exception_header
) {
148
(void) __cxa_begin_catch(&
exception_header
->unwindHeader);
149
std::__terminate(
exception_header
->terminateHandler);
161
__cxa_exception*
exception_header
= static_cast<__cxa_exception*>(do_malloc(actual_size));
local
162
if (NULL ==
exception_header
)
226
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
278
__cxa_exception*
exception_header
=
local
316
__cxa_exception*
exception_header
= globals->propagatingExceptions;
local
394
__cxa_exception*
exception_header
=
local
460
__cxa_exception*
exception_header
= globals->caughtExceptions;
local
553
__cxa_exception*
exception_header
= globals->caughtExceptions;
local
601
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
619
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
690
__cxa_exception*
exception_header
= cxa_exception_from_thrown_object(thrown_object);
local
[
all
...]
cxa_default_handlers.cpp
32
__cxa_exception*
exception_header
= globals->caughtExceptions;
local
34
if (
exception_header
)
37
reinterpret_cast<_Unwind_Exception*>(
exception_header
+ 1) - 1;
45
((__cxa_dependent_exception*)
exception_header
)->primaryException :
46
exception_header
+ 1;
48
static_cast<const __shim_type_info*>(
exception_header
->exceptionType);
cxa_handlers.cpp
90
__cxa_exception*
exception_header
= globals->caughtExceptions;
variable
91
if (
exception_header
)
94
reinterpret_cast<_Unwind_Exception*>(
exception_header
+ 1) - 1;
99
__terminate(
exception_header
->terminateHandler);
cxa_personality.cpp
310
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
311
std::__terminate(
exception_header
->terminateHandler);
728
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
731
static_cast<const __shim_type_info*>(
exception_header
->exceptionType);
770
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
773
static_cast<const __shim_type_info*>(
exception_header
->exceptionType)
950
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
975
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
[
all
...]
/ndk/sources/cxx-stl/gabi++/src/
personality.cc
72
__cxa_exception*
exception_header
= reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
variable
73
exception_header
->handlerSwitchValue = static_cast<int>(results.ttypeIndex);
74
exception_header
->actionRecord = results.actionRecord;
75
exception_header
->languageSpecificData = results.languageSpecificData;
76
exception_header
->catchTemp = reinterpret_cast<void*>(results.landingPad);
77
exception_header
->adjustedPtr = results.adjustedPtr;
92
__cxa_exception*
exception_header
= reinterpret_cast<__cxa_exception*>(unwind_exception+1)-1;
variable
93
results.ttypeIndex =
exception_header
->handlerSwitchValue;
94
results.actionRecord =
exception_header
->actionRecord;
95
results.languageSpecificData =
exception_header
->languageSpecificData
[
all
...]
helper_func_internal.cc
173
__cxa_exception*
exception_header
= (__cxa_exception*)(unwind_exception+1) - 1;
local
176
static_cast<const __shim_type_info*>(
exception_header
->exceptionType);
/prebuilts/clang/host/linux-x86/3.8/lib/
libc++.so
/prebuilts/clang/linux-x86/host/3.6/lib/
libc++.so
Completed in 3758 milliseconds