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

/external/libcxx/src/
H A Dstdexcept.cpp30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) function in class:std::logic_error
34 logic_error::logic_error(const char* msg) : __imp_(msg) function in class:std::logic_error
38 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
42 logic_error&
43 logic_error::operator=(const logic_error
[all...]

Completed in 86 milliseconds