HomeSort by relevance Sort by last modified time
    Searched full:runtime_error (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
PR9460.cpp 11 struct runtime_error{ struct
12 runtime_error(
15 runtime_error(0);
PR9461.cpp 29 struct runtime_error{runtime_error(string);}; struct
31 struct system_error:runtime_error{ // expected-note {{to match}}
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 47 struct runtime_error : exception
49 runtime_error(const string& msg);
52 struct range_error : runtime_error
57 struct overflow_error : runtime_error
62 struct underflow_error : runtime_error
  /external/libcxx/src/
stdexcept.cpp 63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) function in class:std::runtime_error
67 runtime_error::runtime_error(const char* msg) : __imp_(msg) function in class:std::runtime_error
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
76 runtime_error&
77 runtime_error::operator=(const runtime_error& le) _NOEXCEP
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
stdexcept.cpp 63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) function in class:std::runtime_error
67 runtime_error::runtime_error(const char* msg) : __imp_(msg) function in class:std::runtime_error
71 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT
76 runtime_error&
77 runtime_error::operator=(const runtime_error& le) _NOEXCEP
    [all...]
  /external/libcxx/include/
stdexcept 25 class runtime_error;
81 class _LIBCPP_EXCEPTION_ABI runtime_error
87 explicit runtime_error(const string&);
88 explicit runtime_error(const char*);
90 runtime_error(const runtime_error&) _NOEXCEPT;
91 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
93 virtual ~runtime_error() _NOEXCEPT;
139 : public runtime_error
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 25 class runtime_error;
81 class _LIBCPP_EXCEPTION_ABI runtime_error
87 explicit runtime_error(const string&);
88 explicit runtime_error(const char*);
90 runtime_error(const runtime_error&) _NOEXCEPT;
91 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
93 virtual ~runtime_error() _NOEXCEPT;
139 : public runtime_error
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 25 class runtime_error;
73 class _LIBCPP_EXCEPTION_ABI runtime_error
79 explicit runtime_error(const string&);
80 explicit runtime_error(const char*);
82 runtime_error(const runtime_error&) _NOEXCEPT;
83 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
85 virtual ~runtime_error() _NOEXCEPT;
131 : public runtime_error
    [all...]
  /external/clang/test/CodeGenCXX/
weak-external.cpp 45 class _LIBCPP_EXCEPTION_ABI runtime_error class in namespace:std
51 explicit runtime_error(const string&);
52 explicit runtime_error(const char*);
54 runtime_error(const runtime_error&) _NOEXCEPT;
55 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
57 virtual ~runtime_error() _NOEXCEPT;
65 throw(std::runtime_error("string"));
  /external/stlport/stlport/stl/
_stdexcept.h 40 class _STLP_CLASS_DECLSPEC runtime_error : public __Named_exception { class in inherits:__Named_exception
42 runtime_error(const string& __s) : __Named_exception(__s) {} function in class:runtime_error
44 ~runtime_error() _STLP_NOTHROW_INHERENTLY;
80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error {
82 range_error(const string& __arg) : runtime_error(__arg) {}
88 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error {
90 overflow_error(const string& __arg) : runtime_error(__arg) {}
96 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error {
98 underflow_error(const string& __arg) : runtime_error(__arg) {}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 40 class _STLP_CLASS_DECLSPEC runtime_error : public __Named_exception { class in inherits:__Named_exception
42 runtime_error(const string& __s) : __Named_exception(__s) {} function in class:runtime_error
44 ~runtime_error() _STLP_NOTHROW_INHERENTLY;
80 class _STLP_CLASS_DECLSPEC range_error : public runtime_error {
82 range_error(const string& __arg) : runtime_error(__arg) {}
88 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error {
90 overflow_error(const string& __arg) : runtime_error(__arg) {}
96 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error {
98 underflow_error(const string& __arg) : runtime_error(__arg) {}
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 41 class _STLP_CLASS_DECLSPEC runtime_error : public __Named_exception { class in inherits:__Named_exception
43 runtime_error(const string& __s) : __Named_exception(__s) {} function in class:runtime_error
45 ~runtime_error() _STLP_NOTHROW_INHERENTLY;
81 class _STLP_CLASS_DECLSPEC range_error : public runtime_error {
83 range_error(const string& __arg) : runtime_error(__arg) {}
89 class _STLP_CLASS_DECLSPEC overflow_error : public runtime_error {
91 overflow_error(const string& __arg) : runtime_error(__arg) {}
97 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error {
99 underflow_error(const string& __arg) : runtime_error(__arg) {}