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

/freebsd-10.3-release/contrib/libc++/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
[all...]
/freebsd-10.3-release/contrib/libstdc++/src/
H A Dstdexcept.cc39 logic_error::logic_error(const string& __arg) function in class:logic_error
/freebsd-10.3-release/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h53 class logic_error : public exception class in inherits:exception

Completed in 104 milliseconds