Searched refs:exc_ (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/exception/test/ |
D | copy_exception_test.cpp | 56 exc_ = e; in set_exception() 67 rethrow_exception (exc_); in get_exception() 73 boost::exception_ptr exc_; member in future
|
/third_party/boost/libs/exception/src/ |
D | clone_current_exception_non_intrusive.cpp | 216 boost::shared_ptr<void> exc_; member in __anon4ccf546f0111::cloned_exception 222 …exc_(clone_msvc_exception(reinterpret_cast<void *>(record->ExceptionInformation[1]),et_,image_base… in cloned_exception() 229 exc_(clone_msvc_exception(exc,et_,image_base)) in cloned_exception() 240 return new cloned_exception(exc_.get(),et_,image_base_); in clone() 248 copy_msvc_exception(dst,exc_.get(),ti,image_base_); in rethrow()
|
/third_party/python/Misc/ |
D | HISTORY | 30400 sys.exc_info() instead of sys.exc_{type,value}. 30403 sys.exc_{type,value,traceback} are now more thread-safe by virtue of 30787 exception no longer overwrites the sys.exc_* variables. This also 30790 -- the sys.exc_* variables are restored to their previous value when
|