HomeSort by relevance Sort by last modified time
    Searched full:get_unexpected (Results 1 - 9 of 9) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp 10 // test get_unexpected
27 std::unexpected_handler old = std::get_unexpected();
31 assert(std::get_unexpected() == f1);
34 assert(std::get_unexpected() == f2);
  /ndk/sources/cxx-stl/gabi++/include/
exception 55 unexpected_handler get_unexpected();
  /ndk/sources/cxx-stl/llvm-libc++/include/
exception 43 unexpected_handler get_unexpected() noexcept;
109 _LIBCPP_VISIBLE unexpected_handler get_unexpected() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/src/
exception.cpp 54 get_unexpected() _NOEXCEPT
63 (*get_unexpected())();
  /ndk/sources/cxx-stl/gabi++/src/
terminate.cc 130 unexpected_handler get_unexpected() { function in namespace:std
cxxabi.cc 115 header->unexpectedHandler = std::get_unexpected();
call_unexpected.cc 272 u_handler = std::get_unexpected();
  /ndk/sources/cxx-stl/llvm-libc++/www/
results.Linux.html 21 get_unexpected.pass.cpp: This seems to be a problem with libc++abi:
results.Windows.html 44 get_unexpected.pass.cpp: Segmentation fault - needs investigation.

Completed in 2890 milliseconds