Searched refs:logic_error (Results 1 – 4 of 4) sorted by relevance
32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception {34 logic_error(const string& __s) : __Named_exception(__s) {} in logic_error() function36 ~logic_error() _STLP_NOTHROW_INHERENTLY;48 class _STLP_CLASS_DECLSPEC domain_error : public logic_error {50 domain_error(const string& __arg) : logic_error(__arg) {} in domain_error()56 class _STLP_CLASS_DECLSPEC invalid_argument : public logic_error {58 invalid_argument(const string& __arg) : logic_error(__arg) {} in invalid_argument()64 class _STLP_CLASS_DECLSPEC length_error : public logic_error {66 length_error(const string& __arg) : logic_error(__arg) {} in length_error()72 class _STLP_CLASS_DECLSPEC out_of_range : public logic_error {[all …]
76 logic_error::~logic_error() _STLP_NOTHROW_INHERENTLY {} in ~logic_error()
24 %"struct.std::domain_error" = type { %"struct.std::logic_error" }31 …%"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_…
41 %"struct.std::domain_error" = type { %"struct.std::logic_error" }50 …%"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_…