Searched defs:__imp_ (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/src/
H A Dstdexcept.cpp30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str())
34 logic_error::logic_error(const char* msg) : __imp_(msg)
38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_) function in namespace:std
45 __imp_ = le.__imp_;
58 return __imp_.c_str();
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str())
67 runtime_error::runtime_error(const char* msg) : __imp_(msg)
72 : __imp_(l function in namespace:std
[all...]
/external/clang/test/CodeGenCXX/
H A Dweak-external.cpp49 void* __imp_; member in class:std::runtime_error

Completed in 87 milliseconds