Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_stdexcept.h32 class _STLP_CLASS_DECLSPEC logic_error : public __Named_exception {
34 logic_error(const string& __s) : __Named_exception(__s) {} in logic_error() function
36 ~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 …]
/external/stlport/src/
Ddll_main.cpp76 logic_error::~logic_error() _STLP_NOTHROW_INHERENTLY {} in ~logic_error()
/external/llvm/test/Transforms/Inline/
D2006-11-09-InlineCGUpdate-2.ll24 %"struct.std::domain_error" = type { %"struct.std::logic_error" }
31 …%"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_…
D2006-11-09-InlineCGUpdate.ll41 %"struct.std::domain_error" = type { %"struct.std::logic_error" }
50 …%"struct.std::logic_error" = type { %"struct.__gnu_cxx::char_producer<char>", %"struct.std::basic_…