OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__cxa_exception
(Results
1 - 25
of
41
) sorted by null
1
2
/external/libcxxabi/src/
cxa_exception.hpp
29
struct
__cxa_exception
{
struct in namespace:__cxxabiv1
44
__cxa_exception
*nextException;
49
__cxa_exception
* nextPropagatingException;
70
// The layout of this structure MUST match the layout of
__cxa_exception
, with
82
__cxa_exception
*nextException;
87
__cxa_exception
* nextPropagatingException;
105
__cxa_exception
* caughtExceptions;
108
__cxa_exception
* propagatingExceptions;
cxa_exception.cpp
27
// |
__cxa_exception
| _Unwind_Exception CLNGC++\0 | thrown object |
44
__cxa_exception
*
47
return static_cast<
__cxa_exception
*>(thrown_object) - 1;
55
thrown_object_from_cxa_exception(
__cxa_exception
* exception_header)
65
__cxa_exception
*
76
return size + sizeof (
__cxa_exception
);
98
static inline int incrementHandlerCount(
__cxa_exception
*exception) {
103
static inline int decrementHandlerCount(
__cxa_exception
*exception) {
132
__cxa_exception
* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
140
static LIBCXXABI_NORETURN void failed_throw(
__cxa_exception
* exception_header)
[
all
...]
cxa_default_handlers.cpp
32
__cxa_exception
* exception_header = globals->caughtExceptions;
cxa_handlers.cpp
90
__cxa_exception
* exception_header = globals->caughtExceptions;
cxa_personality.cpp
30
|
__cxa_exception
| _Unwind_Exception CLNGC++\0 | thrown object |
313
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
731
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
773
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp
29
struct
__cxa_exception
{
struct in namespace:__cxxabiv1
44
__cxa_exception
*nextException;
49
__cxa_exception
* nextPropagatingException;
70
// The layout of this structure MUST match the layout of
__cxa_exception
, with
82
__cxa_exception
*nextException;
87
__cxa_exception
* nextPropagatingException;
105
__cxa_exception
* caughtExceptions;
108
__cxa_exception
* propagatingExceptions;
cxa_exception.cpp
27
// |
__cxa_exception
| _Unwind_Exception CLNGC++\0 | thrown object |
44
__cxa_exception
*
47
return static_cast<
__cxa_exception
*>(thrown_object) - 1;
55
thrown_object_from_cxa_exception(
__cxa_exception
* exception_header)
65
__cxa_exception
*
76
return size + sizeof (
__cxa_exception
);
98
static inline int incrementHandlerCount(
__cxa_exception
*exception) {
103
static inline int decrementHandlerCount(
__cxa_exception
*exception) {
132
__cxa_exception
* exception_header = cxa_exception_from_exception_unwind_exception(unwind_exception);
140
static LIBCXXABI_NORETURN void failed_throw(
__cxa_exception
* exception_header)
[
all
...]
cxa_default_handlers.cpp
32
__cxa_exception
* exception_header = globals->caughtExceptions;
cxa_handlers.cpp
90
__cxa_exception
* exception_header = globals->caughtExceptions;
cxa_personality.cpp
33
|
__cxa_exception
| _Unwind_Exception CLNGC++\0 | thrown object |
310
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
728
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
770
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
[
all
...]
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
262
_GABIXX_NORETURN void throwException(
__cxa_exception
*header) {
298
size_t size = thrown_size + sizeof(
__cxa_exception
);
299
__cxa_exception
*buffer = static_cast<
__cxa_exception
*>(memalign(__alignof__(
__cxa_exception
), size));
307
::memset(buffer, 0, sizeof(
__cxa_exception
));
312
__cxa_exception
*exc = static_cast<
__cxa_exception
*>(thrown_exception)-1;
328
__cxa_exception
* header = static_cast<
__cxa_exception
*>(thrown_exc)-1
[
all
...]
call_unexpected.cc
89
__cxa_exception
* header = reinterpret_cast<
__cxa_exception
*>(ucbp+1)-1;
136
__cxa_exception
*header = reinterpret_cast<
__cxa_exception
*>(exc+1)-1;
154
__cxa_exception
* header = globals->cleanupExceptions;
189
__cxa_exception
* header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
221
__cxa_exception
* new_header = __cxa_get_globals()->caughtExceptions;
260
__cxa_exception
* old_exception_header = 0;
264
old_exception_header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1
[
all
...]
personality.cc
72
__cxa_exception
* exception_header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
92
__cxa_exception
* exception_header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
cxxabi_defines.h
278
struct
__cxa_exception
{
struct
285
__cxa_exception
* nextException;
294
__cxa_exception
* nextCleanup;
307
__cxa_exception
* caughtExceptions;
310
__cxa_exception
* cleanupExceptions;
helper_func_internal.cc
173
__cxa_exception
* exception_header = (
__cxa_exception
*)(unwind_exception+1) - 1;
207
__cxa_exception
* header = reinterpret_cast<
__cxa_exception
*>(unwind_exception+1)-1;
/ndk/sources/cxx-stl/gabi++/include/
cxxabi.h
90
struct
__cxa_exception
;
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h
90
struct
__cxa_exception
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h
566
struct
__cxa_exception
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h
566
struct
__cxa_exception
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h
566
struct
__cxa_exception
;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h
571
struct
__cxa_exception
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libsupc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libsupc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libsupc++.a
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libsupc++.a
[
all
...]
Completed in 3471 milliseconds
1
2