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

/external/libcxx/src/
H A Dstdexcept.cpp28 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) function in class:std::logic_error
32 logic_error::logic_error(const char* msg) : __imp_(msg) function in class:std::logic_error
36 logic_error::logic_error(const logic_error& le) _NOEXCEPT : __imp_(le.__imp_)
40 logic_error&
41 logic_error::operator=(const logic_error
[all...]

Completed in 119 milliseconds