OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_get_globals
(Results
1 - 4
of
4
) sorted by null
/external/libcxxabi/src/
cxa_exception_storage.cpp
23
__cxa_eh_globals *
__cxa_get_globals
() { return &eh_globals; }
function
40
__cxa_eh_globals *
__cxa_get_globals
() { return __globals (); }
52
// call
__cxa_get_globals
() and cause infinite recursion.
62
abort_message("cannot zero out thread value for
__cxa_get_globals
()");
67
abort_message("cannot create thread specific key for
__cxa_get_globals
()");
72
__cxa_eh_globals *
__cxa_get_globals
() {
function
83
abort_message("std::__libcpp_tls_set failure in
__cxa_get_globals
()");
89
// preceded by a call to
__cxa_get_globals
(). This is an extension
cxa_exception.hpp
112
extern "C" _LIBCXXABI_FUNC_VIS __cxa_eh_globals *
__cxa_get_globals
();
cxa_exception.cpp
260
__cxa_eh_globals *globals =
__cxa_get_globals
();
314
__cxa_eh_globals* globals =
__cxa_get_globals
();
352
__cxa_eh_globals* globals =
__cxa_get_globals
();
427
__cxa_eh_globals* globals =
__cxa_get_globals
();
496
__cxa_eh_globals* globals = __cxa_get_globals_fast(); //
__cxa_get_globals
called in __cxa_begin_catch
586
__cxa_eh_globals* globals =
__cxa_get_globals
();
729
__cxa_get_globals
()->uncaughtExceptions += 1;
/external/libcxxabi/test/
test_exception_storage.pass.cpp
26
glob1 = __cxxabiv1::
__cxa_get_globals
();
28
std::cerr << "Got null result from
__cxa_get_globals
" << std::endl;
69
// Check that
__cxa_get_globals
() is not NULL.
Completed in 1740 milliseconds