Searched refs:__imp_ (Results 1 – 7 of 7) sorted by relevance
30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) in logic_error()34 logic_error::logic_error(const char* msg) : __imp_(msg) in logic_error()38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) in logic_error()45 __imp_ = le.__imp_; in operator =()58 return __imp_.c_str(); in what()63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error()67 runtime_error::runtime_error(const char* msg) : __imp_(msg) in runtime_error()72 : __imp_(le.__imp_) in runtime_error()79 __imp_ = le.__imp_; in operator =()92 return __imp_.c_str(); in what()
28 return __imp_.c_str(); in what()36 return __imp_.c_str(); in what()
56 const char *__imp_ _LIBCPP_UNUSED;68 _VSTD::__libcpp_refstring __imp_;85 _VSTD::__libcpp_refstring __imp_;
49 void* __imp_; member in std::runtime_error
40 ; CHECK: calll *__imp_@fastfun@0
87 CHECKIDX: U __imp_??0exception@std@@QAE@ABQBD@Z88 CHECKIDX: U __imp_??1exception@std@@UAE@XZ
481 combining ``__imp_`` and the function or variable name.486 ``__imp_`` and the function or variable name. Since this storage class