Home
last modified time | relevance | path

Searched defs:exception_ptr (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/src/
Dexception.cpp172 struct exception_ptr struct
174 void* __ptr_;
204 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT in exception_ptr() function in std::exception_ptr
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1124 MDRawExceptionStream *exception_ptr = exception.get(); in WriteExceptionStream() local