HomeSort by relevance Sort by last modified time
    Searched full:__cxa_get_globals (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /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 (); }
53 // call __cxa_get_globals() and cause infinite recursion.
63 abort_message("cannot zero out thread value for __cxa_get_globals()");
68 abort_message("cannot create pthread key for __cxa_get_globals()");
73 __cxa_eh_globals * __cxa_get_globals () { function
84 abort_message("pthread_setspecific failure in __cxa_get_globals()");
90 // preceded by a call to __cxa_get_globals(). This is an extension
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals();
277 __cxa_eh_globals* globals = __cxa_get_globals();
315 __cxa_eh_globals* globals = __cxa_get_globals();
390 __cxa_eh_globals* globals = __cxa_get_globals();
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
552 __cxa_eh_globals* globals = __cxa_get_globals();
699 __cxa_get_globals()->uncaughtExceptions += 1;
cxa_exception.hpp 115 extern "C" __cxa_eh_globals * __cxa_get_globals ();
  /ndk/sources/cxx-stl/llvm-libc++abi/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 (); }
53 // call __cxa_get_globals() and cause infinite recursion.
63 abort_message("cannot zero out thread value for __cxa_get_globals()");
68 abort_message("cannot create pthread key for __cxa_get_globals()");
73 __cxa_eh_globals * __cxa_get_globals () { function
84 abort_message("pthread_setspecific failure in __cxa_get_globals()");
90 // preceded by a call to __cxa_get_globals(). This is an extension
cxa_exception.cpp 225 __cxa_eh_globals *globals = __cxa_get_globals();
277 __cxa_eh_globals* globals = __cxa_get_globals();
315 __cxa_eh_globals* globals = __cxa_get_globals();
390 __cxa_eh_globals* globals = __cxa_get_globals();
459 __cxa_eh_globals* globals = __cxa_get_globals_fast(); // __cxa_get_globals called in __cxa_begin_catch
552 __cxa_eh_globals* globals = __cxa_get_globals();
699 __cxa_get_globals()->uncaughtExceptions += 1;
cxa_exception.hpp 115 extern "C" __cxa_eh_globals * __cxa_get_globals ();
  /external/libcxxabi/test/
test_exception_storage.pass.cpp 28 glob1 = __cxxabiv1::__cxa_get_globals ();
30 std::cerr << "Got null result from __cxa_get_globals" << std::endl;
59 // Check that __cxa_get_globals() is not NULL.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_exception_storage.pass.cpp 28 glob1 = __cxxabiv1::__cxa_get_globals ();
30 std::cerr << "Got null result from __cxa_get_globals" << std::endl;
59 // Check that __cxa_get_globals() is not NULL.
  /ndk/tests/device/test-stlport_shared-exception/jni/
badalloc1.cpp 112 __cxa_get_globals will try to call "malloc" when threads are in
114 __cxa_get_globals is all set up. Ideally, this would not be
  /ndk/tests/device/test-stlport_static-exception/jni/
badalloc1.cpp 112 __cxa_get_globals will try to call "malloc" when threads are in
114 __cxa_get_globals is all set up. Ideally, this would not be
  /ndk/sources/cxx-stl/gabi++/src/
exception.cc 63 __cxa_eh_globals* globals = __cxa_get_globals();
cxxabi.cc 263 __cxa_eh_globals* globals = __cxa_get_globals();
289 extern "C" __cxa_eh_globals* __cxa_get_globals() _GABIXX_NOEXCEPT {
339 __cxa_eh_globals *globals = __cxa_get_globals();
359 __cxa_eh_globals* globals = __cxa_get_globals();
419 __cxa_eh_globals* globals = __cxa_get_globals();
call_unexpected.cc 135 __cxa_eh_globals *globals = __cxa_get_globals();
153 __cxa_eh_globals *globals = __cxa_get_globals();
221 __cxa_exception* new_header = __cxa_get_globals()->caughtExceptions;
  /ndk/sources/cxx-stl/gabi++/tests/
libtest_malloc_lockup.cpp 54 return (void*) __cxxabiv1::__cxa_get_globals();
malloc_lockup.cpp 28 // A test used to check that __cxa_get_globals() does not use malloc.
37 // result of __cxa_get_globals() linked against the special mallocs,
  /external/libcxx/src/
exception.cpp 114 // on Darwin, there is a helper function so __cxa_get_globals is private
  /ndk/sources/cxx-stl/gabi++/include/
cxxabi.h 93 __cxa_eh_globals* __cxa_get_globals() _GABIXX_NOEXCEPT ;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 112 // on Darwin, there is a helper function so __cxa_get_globals is private
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
cxxabi.h 93 __cxa_eh_globals* __cxa_get_globals() _GABIXX_NOEXCEPT ;
  /prebuilts/sdk/tools/linux/lib/
libc++.so 
  /external/libcxxabi/www/
spec.html 276 <code>__cxa_eh_globals* __cxa_get_globals() throw();</code>
297 <i>Requires:</i> At least one prior call to __cxa_get_globals has been made from
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 592 // one prior call of __cxa_get_globals has been made from the current
595 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
cxxabi.h 592 // one prior call of __cxa_get_globals has been made from the current
595 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cxxabi.h 592 // one prior call of __cxa_get_globals has been made from the current
595 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
cxxabi.h 597 // one prior call of __cxa_get_globals has been made from the current
600 __cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((__const__));

Completed in 1056 milliseconds

1 2 3 4