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

12 3

  /external/libcxx/test/std/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp 27 std::unexpected_handler old = std::get_unexpected();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp 27 std::unexpected_handler old = std::get_unexpected();
set_unexpected.pass.cpp 26 std::unexpected_handler old = std::set_unexpected(f1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
exception 90 typedef void (*unexpected_handler) ();
100 unexpected_handler set_unexpected(unexpected_handler) _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
exception 90 typedef void (*unexpected_handler) ();
100 unexpected_handler set_unexpected(unexpected_handler) _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
exception 90 typedef void (*unexpected_handler) ();
100 unexpected_handler set_unexpected(unexpected_handler) _GLIBCXX_USE_NOEXCEPT;
  /ndk/sources/cxx-stl/stlport/src/
dll_main.cpp 257 unexpected_handler hdl;
258 set_unexpected(hdl = set_unexpected((unexpected_handler)0));
  /ndk/tests/device/test-gnustl-full/unit/
exception_test.cpp 82 std::unexpected_handler hdl = &unexpected_hdl;
  /ndk/tests/device/test-stlport/unit/
exception_test.cpp 82 std::unexpected_handler hdl = &unexpected_hdl;
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
director.swg 196 std::unexpected_handler old;
197 UnknownExceptionHandler(std::unexpected_handler nh = handler)
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 125 void unexpected_helper(std::unexpected_handler u_handler) {
258 std::unexpected_handler u_handler;
cxxabi_defines.h 283 std::unexpected_handler unexpectedHandler;
  /prebuilts/misc/common/swig/include/2.0.11/python/
director.swg 259 std::unexpected_handler old;
260 UnknownExceptionHandler(std::unexpected_handler nh = handler)
  /external/libcxxabi/src/
cxa_exception.cpp 206 * Save the current unexpected_handler and terminate_handler in the __cxa_exception header.
cxa_personality.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 206 * Save the current unexpected_handler and terminate_handler in the __cxa_exception header.
cxa_personality.cpp     [all...]
  /prebuilts/sdk/tools/linux/lib/
libc++.so 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libsupc++.a     [all...]
libstdc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libsupc++.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libsupc++.a     [all...]

Completed in 1565 milliseconds

12 3