Home | History | Annotate | Download | only in src

Lines Matching full:__libcpp_debug_exception

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(
66 __libcpp_debug_exception::__libcpp_debug_exception(
67 __libcpp_debug_exception const& other) : __imp_(nullptr) {
72 __libcpp_debug_exception::~__libcpp_debug_exception() _NOEXCEPT {
77 const char* __libcpp_debug_exception::what() const _NOEXCEPT {
80 return "__libcpp_debug_exception";