OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_GABIXX_NORETURN
(Results
1 - 12
of
12
) sorted by null
/ndk/sources/cxx-stl/gabi++/src/
terminate.cc
46
_GABIXX_NORETURN
void __default_unexpected(void) {
68
_GABIXX_NORETURN
void __default_terminate(void) {
78
_GABIXX_NORETURN
void __terminate(std::terminate_handler handler) {
109
_GABIXX_NORETURN
void terminate() _GABIXX_NOEXCEPT_CXX11_ONLY {
124
_GABIXX_NORETURN
void unexpected() {
fatal_error.cc
36
_GABIXX_NORETURN
void __fatal_error(const char* message) {
cxxabi_defines.h
320
_GABIXX_NORETURN
void __default_unexpected(void) _GABIXX_HIDDEN;
323
_GABIXX_NORETURN
void __default_terminate(void) _GABIXX_HIDDEN;
326
_GABIXX_NORETURN
void __terminate(std::terminate_handler handler)
331
_GABIXX_NORETURN
void __fatal_error(const char* message) _GABIXX_HIDDEN;
helper_func_internal.h
39
_GABIXX_NORETURN
void call_terminate(_Unwind_Exception* unwind_exception) _GABIXX_HIDDEN;
cxxabi.cc
262
_GABIXX_NORETURN
void throwException(__cxa_exception *header) {
helper_func_internal.cc
52
_GABIXX_NORETURN
void call_terminate(_Unwind_Exception* unwind_exception) {
/ndk/sources/cxx-stl/gabi++/include/
cxxabi.h
101
void (*dest)(void*))
_GABIXX_NORETURN
;
103
void __cxa_rethrow()
_GABIXX_NORETURN
;
113
void __cxa_bad_cast()
_GABIXX_NORETURN
;
114
void __cxa_bad_typeid()
_GABIXX_NORETURN
;
118
void __cxa_pure_virtual()
_GABIXX_NORETURN
;
119
void __cxa_deleted_virtual()
_GABIXX_NORETURN
;
gabixx_config.h
34
//
_GABIXX_NORETURN
<return-type> <name>(....) { ... }
35
#define
_GABIXX_NORETURN
__attribute__((__noreturn__))
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h
101
void (*dest)(void*))
_GABIXX_NORETURN
;
103
void __cxa_rethrow()
_GABIXX_NORETURN
;
113
void __cxa_bad_cast()
_GABIXX_NORETURN
;
114
void __cxa_bad_typeid()
_GABIXX_NORETURN
;
118
void __cxa_pure_virtual()
_GABIXX_NORETURN
;
119
void __cxa_deleted_virtual()
_GABIXX_NORETURN
;
gabixx_config.h
34
//
_GABIXX_NORETURN
<return-type> <name>(....) { ... }
35
#define
_GABIXX_NORETURN
__attribute__((__noreturn__))
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h
101
void (*dest)(void*))
_GABIXX_NORETURN
;
103
void __cxa_rethrow()
_GABIXX_NORETURN
;
113
void __cxa_bad_cast()
_GABIXX_NORETURN
;
114
void __cxa_bad_typeid()
_GABIXX_NORETURN
;
118
void __cxa_pure_virtual()
_GABIXX_NORETURN
;
119
void __cxa_deleted_virtual()
_GABIXX_NORETURN
;
gabixx_config.h
34
//
_GABIXX_NORETURN
<return-type> <name>(....) { ... }
35
#define
_GABIXX_NORETURN
__attribute__((__noreturn__))
Completed in 1118 milliseconds