OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_current_primary_exception
(Results
1 - 9
of
9
) sorted by null
/external/libcxxabi/include/
cxxabi.h
159
extern void *
__cxa_current_primary_exception
() throw();
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
cxxabi.h
159
extern void *
__cxa_current_primary_exception
() throw();
/external/libcxx/src/
exception.cpp
277
// return exception_ptr(
__cxa_current_primary_exception
());
279
ptr.__ptr_ =
__cxa_current_primary_exception
();
/ndk/sources/cxx-stl/gabi++/include/
cxxabi.h
132
void*
__cxa_current_primary_exception
() _GABIXX_NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
271
// return exception_ptr(
__cxa_current_primary_exception
());
273
ptr.__ptr_ =
__cxa_current_primary_exception
();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h
132
void*
__cxa_current_primary_exception
() _GABIXX_NOEXCEPT;
/external/libcxxabi/src/
cxa_exception.cpp
640
__cxa_current_primary_exception
() throw()
function
689
//
__cxa_current_primary_exception
returns NULL for foreign exceptions
/ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc
454
extern "C" void*
__cxa_current_primary_exception
() _GABIXX_NOEXCEPT {
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp
640
__cxa_current_primary_exception
() throw()
function
689
//
__cxa_current_primary_exception
returns NULL for foreign exceptions
Completed in 96 milliseconds