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

1 2 3

  /ndk/sources/cxx-stl/gabi++/include/
exception 56 typedef void (*unexpected_handler)();
57 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT;
58 unexpected_handler set_unexpected(unexpected_handler f) _GABIXX_NOEXCEPT;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
exception 56 typedef void (*unexpected_handler)();
57 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT;
58 unexpected_handler set_unexpected(unexpected_handler f) _GABIXX_NOEXCEPT;
  /external/libcxxabi/src/
cxa_handlers.hpp 10 // unexpected_handler, and new_handler.
23 __unexpected(unexpected_handler func);
44 extern std::atomic<std::unexpected_handler> __cxa_unexpected_handler;
cxa_default_handlers.cpp 9 // This file implements the default terminate_handler and unexpected_handler.
92 std::unexpected_handler __cxa_unexpected_handler = default_unexpected_handler;
96 // std::atomic<std::unexpected_handler> __cxa_unexpected_handler(default_unexpected_handler);
101 unexpected_handler
102 set_unexpected(unexpected_handler func) _NOEXCEPT
cxa_handlers.cpp 10 // unexpected_handler, and new_handler.
26 unexpected_handler
29 return __sync_fetch_and_add(&__cxa_unexpected_handler, (unexpected_handler)0);
37 __unexpected(unexpected_handler func)
41 abort_message("unexpected_handler unexpectedly returned");
cxa_exception.hpp 17 #include <exception> // for std::unexpected_handler and std::terminate_handler
41 std::unexpected_handler unexpectedHandler;
79 std::unexpected_handler unexpectedHandler;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_handlers.hpp 10 // unexpected_handler, and new_handler.
23 __unexpected(unexpected_handler func);
44 extern std::atomic<std::unexpected_handler> __cxa_unexpected_handler;
cxa_default_handlers.cpp 9 // This file implements the default terminate_handler and unexpected_handler.
92 std::unexpected_handler __cxa_unexpected_handler = default_unexpected_handler;
96 // std::atomic<std::unexpected_handler> __cxa_unexpected_handler(default_unexpected_handler);
101 unexpected_handler
102 set_unexpected(unexpected_handler func) _NOEXCEPT
cxa_handlers.cpp 10 // unexpected_handler, and new_handler.
26 unexpected_handler
29 return __sync_fetch_and_add(&__cxa_unexpected_handler, (unexpected_handler)0);
37 __unexpected(unexpected_handler func)
41 abort_message("unexpected_handler unexpectedly returned");
cxa_exception.hpp 17 #include <exception> // for std::unexpected_handler and std::terminate_handler
41 std::unexpected_handler unexpectedHandler;
79 std::unexpected_handler unexpectedHandler;
  /external/libcxx/include/
exception 41 typedef void (*unexpected_handler)();
42 unexpected_handler set_unexpected(unexpected_handler f ) noexcept;
43 unexpected_handler get_unexpected() noexcept;
108 typedef void (*unexpected_handler)();
109 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;
110 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
  /external/libcxx/test/std/depr/exception.unexpected/unexpected.handler/
unexpected_handler.pass.cpp 10 // test unexpected_handler
18 std::unexpected_handler p = f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 41 typedef void (*unexpected_handler)();
42 unexpected_handler set_unexpected(unexpected_handler f ) noexcept;
43 unexpected_handler get_unexpected() noexcept;
107 typedef void (*unexpected_handler)();
108 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;
109 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/unexpected.handler/
unexpected_handler.pass.cpp 10 // test unexpected_handler
18 std::unexpected_handler p = f;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
exception 41 typedef void (*unexpected_handler)();
42 unexpected_handler set_unexpected(unexpected_handler f ) noexcept;
43 unexpected_handler get_unexpected() noexcept;
107 typedef void (*unexpected_handler)();
108 _LIBCPP_FUNC_VIS unexpected_handler set_unexpected(unexpected_handler) _NOEXCEPT;
109 _LIBCPP_FUNC_VIS unexpected_handler get_unexpected() _NOEXCEPT;
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 35 std::unexpected_handler current_unexpected = __gabixx::__default_unexpected;
113 unexpected_handler get_unexpected() _GABIXX_NOEXCEPT {
117 unexpected_handler set_unexpected(unexpected_handler f) _GABIXX_NOEXCEPT {
125 unexpected_handler handler = std::get_unexpected();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eh.h 22 typedef void (__cdecl *unexpected_handler)(); typedef
  /external/libcxx/test/std/depr/exception.unexpected/set.unexpected/
set_unexpected.pass.cpp 26 std::unexpected_handler old = std::set_unexpected(f1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_exception.h 119 using _STLP_VENDOR_UNEXPECTED_STD::unexpected_handler;
143 typedef void (*unexpected_handler)();
144 unexpected_handler set_unexpected(unexpected_handler f) _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
exception 90 typedef void (*unexpected_handler) ();
105 unexpected_handler set_unexpected(unexpected_handler) _GLIBCXX_USE_NOEXCEPT;
109 unexpected_handler get_unexpected() noexcept;
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_exception.h 119 using _STLP_VENDOR_UNEXPECTED_STD::unexpected_handler;
143 typedef void (*unexpected_handler)();
144 unexpected_handler set_unexpected(unexpected_handler f) _STLP_NOTHROW_INHERENTLY;
  /external/libcxx/src/
exception.cpp 40 static std::unexpected_handler __unexpected_handler;
49 unexpected_handler
50 set_unexpected(unexpected_handler func) _NOEXCEPT
55 unexpected_handler
58 return __sync_fetch_and_add(&__unexpected_handler, (unexpected_handler)0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp 40 static std::unexpected_handler __unexpected_handler;
49 unexpected_handler
50 set_unexpected(unexpected_handler func) _NOEXCEPT
55 unexpected_handler
58 return __sync_fetch_and_add(&__unexpected_handler, (unexpected_handler)0);
  /ndk/tests/device/test-gnustl-full/unit/cppunit/
test_main.cpp 135 unexpected_handler hdl;
136 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
  /ndk/tests/device/test-stlport/unit/cppunit/
test_main.cpp 135 unexpected_handler hdl;
136 set_unexpected(hdl = set_unexpected((unexpected_handler)0));

Completed in 300 milliseconds

1 2 3