Home
last modified time | relevance | path

Searched refs:_M_msg (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dstdexcept.cc40 : exception(), _M_msg(__arg) { } in _GLIBCXX_BEGIN_NAMESPACE()
46 { return _M_msg.c_str(); } in what()
61 : exception(), _M_msg(__arg) { } in runtime_error()
67 { return _M_msg.c_str(); } in what()
H A Dios_failure.cc40 : _M_msg(__str) { } in _GLIBCXX_BEGIN_NAMESPACE()
47 { return _M_msg.c_str(); } in what()
/freebsd-12.1/contrib/libstdc++/include/std/
H A Dstd_stdexcept.h55 string _M_msg; in _GLIBCXX_BEGIN_NAMESPACE() local
109 string _M_msg; variable
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dios_base.h224 string _M_msg;