Searched refs:__imp_ (Results 1 – 13 of 13) sorted by relevance
28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) in logic_error()32 logic_error::logic_error(const char* msg) : __imp_(msg) in logic_error()36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error()43 __imp_ = le.__imp_; in operator =()56 return __imp_.c_str(); in what()61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error()65 runtime_error::runtime_error(const char* msg) : __imp_(msg) in runtime_error()70 : __imp_(le.__imp_) in runtime_error()77 __imp_ = le.__imp_; in operator =()90 return __imp_.c_str(); in what()
57 : __imp_(nullptr) { in __libcpp_debug_exception()61 __libcpp_debug_info const& info) : __imp_(new __libcpp_debug_exception_imp) in __libcpp_debug_exception()63 __imp_->__info_ = info; in __libcpp_debug_exception()64 __imp_->__what_str_ = make_what_str(info); in __libcpp_debug_exception()67 __libcpp_debug_exception const& other) : __imp_(nullptr) { in __libcpp_debug_exception()68 if (other.__imp_) in __libcpp_debug_exception()69 __imp_ = new __libcpp_debug_exception_imp(*other.__imp_); in __libcpp_debug_exception()73 if (__imp_) in ~__libcpp_debug_exception()74 delete __imp_; in ~__libcpp_debug_exception()78 if (__imp_) in what()[all …]
194 __imp_ = make_shared<__dir_stream>(p, opts, m_ec); in directory_iterator()196 if (!__imp_->good()) { in directory_iterator()197 __imp_.reset(); in directory_iterator()206 _LIBCPP_ASSERT(__imp_, "Attempting to increment an invalid iterator"); in __increment()208 if (!__imp_->advance(m_ec)) { in __increment()209 __imp_.reset(); in __increment()220 _LIBCPP_ASSERT(__imp_, "Attempting to dereference an invalid iterator"); in __dereference()221 return __imp_->__entry_; in __dereference()233 : __imp_(nullptr), __rec_(true) in recursive_directory_iterator()241 __imp_ = _VSTD::make_shared<__shared_imp>(); in recursive_directory_iterator()[all …]
82 __imp_ = data; in __libcpp_refstring()87 : __imp_(s.__imp_) in __libcpp_refstring()90 __sync_add_and_fetch(&rep_from_data(__imp_)->count, 1); in __libcpp_refstring()96 struct _Rep_base *old_rep = rep_from_data(__imp_);97 __imp_ = s.__imp_;99 __sync_add_and_fetch(&rep_from_data(__imp_)->count, 1);113 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()123 return __imp_ != get_gcc_empty_string_storage(); in __uses_refcount()
79 __imp_ = data; in __libcpp_refstring()84 : __imp_(s.__imp_) in __libcpp_refstring()87 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1); in __libcpp_refstring()93 struct _Rep_base *old_rep = rep_from_data(__imp_);94 __imp_ = s.__imp_;96 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);110 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()120 return __imp_ != get_gcc_empty_string_storage(); in __uses_refcount()
28 return __imp_.c_str(); in what()36 return __imp_.c_str(); in what()
60 const char* __imp_;69 const char* c_str() const _NOEXCEPT {return __imp_;}81 _VSTD::__libcpp_refstring __imp_;98 _VSTD::__libcpp_refstring __imp_;
111 __libcpp_debug_exception_imp *__imp_;
49 void* __imp_; member in std::runtime_error
40 ; CHECK: calll *__imp_@fastfun@0
1925 __imp_ = _VSTD::move(__o.__imp_);1933 _LIBCPP_ASSERT(__imp_, "The end iterator cannot be dereferenced");1969 shared_ptr<__dir_stream> __imp_;1976 return __lhs.__imp_ == __rhs.__imp_;2039 __imp_ = _VSTD::move(__o.__imp_);2111 shared_ptr<__shared_imp> __imp_;2120 return __lhs.__imp_ == __rhs.__imp_;
87 CHECKIDX: U __imp_??0exception@std@@QAE@ABQBD@Z88 CHECKIDX: U __imp_??1exception@std@@UAE@XZ
490 combining ``__imp_`` and the function or variable name.495 ``__imp_`` and the function or variable name. Since this storage class