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

  /external/libcxx/include/
__debug 54 class _LIBCPP_EXCEPTION_ABI __libcpp_debug_exception;
84 /// an instance of __libcpp_debug_exception when called.
102 class _LIBCPP_EXCEPTION_ABI __libcpp_debug_exception : public exception {
104 __libcpp_debug_exception() _NOEXCEPT;
105 explicit __libcpp_debug_exception(__libcpp_debug_info const& __i);
106 __libcpp_debug_exception(__libcpp_debug_exception const&);
107 ~__libcpp_debug_exception() _NOEXCEPT;
  /external/libcxx/test/libcxx/debug/
debug_throw.pass.cpp 30 } catch (std::__libcpp_debug_exception const&) {}
35 std::__libcpp_debug_exception
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
__debug 54 class _LIBCPP_EXCEPTION_ABI __libcpp_debug_exception;
84 /// an instance of __libcpp_debug_exception when called.
102 class _LIBCPP_EXCEPTION_ABI __libcpp_debug_exception : public exception {
104 __libcpp_debug_exception() _NOEXCEPT;
105 explicit __libcpp_debug_exception(__libcpp_debug_info const& __i);
106 __libcpp_debug_exception(__libcpp_debug_exception const&);
107 ~__libcpp_debug_exception() _NOEXCEPT;
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
__debug 54 class _LIBCPP_EXCEPTION_ABI __libcpp_debug_exception;
84 /// an instance of __libcpp_debug_exception when called.
102 class _LIBCPP_EXCEPTION_ABI __libcpp_debug_exception : public exception {
104 __libcpp_debug_exception() _NOEXCEPT;
105 explicit __libcpp_debug_exception(__libcpp_debug_info const& __i);
106 __libcpp_debug_exception(__libcpp_debug_exception const&);
107 ~__libcpp_debug_exception() _NOEXCEPT;
  /external/libcxx/src/
debug.cpp 45 throw __libcpp_debug_exception(info);
51 struct __libcpp_debug_exception::__libcpp_debug_exception_imp {
56 __libcpp_debug_exception::__libcpp_debug_exception() _NOEXCEPT
60 __libcpp_debug_exception::__libcpp_debug_exception( function in class:__libcpp_debug_exception
66 __libcpp_debug_exception::__libcpp_debug_exception( function in class:__libcpp_debug_exception
67 __libcpp_debug_exception const& other) : __imp_(nullptr) {
72 __libcpp_debug_exception::~__libcpp_debug_exception() _NOEXCEPT
    [all...]
  /external/libcxx/docs/DesignDocs/
DebugMode.rst 35 ``__libcpp_debug_exception`` instead of aborting. Additionally this macro
49 ``std::__libcpp_debug_exception``. Libc++ can be changed to use the throwing
62 } catch (std::__libcpp_debug_exception const&) {
  /external/libcxx/test/support/
debug_mode_helper.h 54 } catch (std::__libcpp_debug_exception const&) {
  /prebuilts/sdk/tools/linux/lib/
libc++.so 

Completed in 52 milliseconds