OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_LIBCXXABI_NORETURN
(Results
1 - 6
of
6
) sorted by null
/external/libcxxabi/src/
cxa_virtual.cpp
15
_LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
20
_LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
cxa_aux_runtime.cpp
19
_LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_bad_cast(void) {
27
_LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_bad_typeid(void) {
35
_LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void
abort_message.h
19
_LIBCXXABI_HIDDEN
_LIBCXXABI_NORETURN
void
cxa_handlers.hpp
23
_LIBCXXABI_HIDDEN
_LIBCXXABI_NORETURN
27
_LIBCXXABI_HIDDEN
_LIBCXXABI_NORETURN
cxa_exception.cpp
144
static
_LIBCXXABI_NORETURN
void failed_throw(__cxa_exception* exception_header) {
/external/libcxxabi/include/
cxxabi.h
24
#define
_LIBCXXABI_NORETURN
__attribute__((noreturn))
48
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void
66
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_rethrow();
69
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_bad_cast(void);
70
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_bad_typeid(void);
71
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void
75
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_pure_virtual(void);
78
extern _LIBCXXABI_FUNC_VIS
_LIBCXXABI_NORETURN
void __cxa_deleted_virtual(void);
Completed in 91 milliseconds