Lines Matching refs:logic_error
58 logic_error::logic_error(const logic_error& e) noexcept in logic_error() function in std::logic_error
61 logic_error& logic_error::operator=(const logic_error& e) noexcept in operator =()
73 logic_error::logic_error(const char* __arg) in logic_error() function in std::logic_error
77 : logic_error(__arg) { } in domain_error()
80 : logic_error(__arg) { } in invalid_argument()
83 : logic_error(__arg) { } in length_error()
86 : logic_error(__arg) { } in out_of_range()
337 std::logic_error* le = (std::logic_error*) e; in _txnal_logic_error_get_msg()
416 CTORDTOR(11logic_error, std::logic_error, logic_error)
419 _ZGTtNKSt11logic_error4whatEv(const std::logic_error* that) in _ZGTtNKSt11logic_error4whatEv()
422 const_cast<std::logic_error*>(that))); in _ZGTtNKSt11logic_error4whatEv()
425 CTORDTOR(12domain_error, std::domain_error, logic_error)
426 CTORDTOR(16invalid_argument, std::invalid_argument, logic_error)
427 CTORDTOR(12length_error, std::length_error, logic_error)
428 CTORDTOR(12out_of_range, std::out_of_range, logic_error)