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

1 2 3

  /external/libcxx/test/std/diagnostics/std.exceptions/underflow.error/
underflow_error.pass.cpp 10 // test underflow_error
20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value),
21 "std::is_base_of<std::runtime_error, std::underflow_error>::value");
22 static_assert(std::is_polymorphic<std::underflow_error>::value,
23 "std::is_polymorphic<std::underflow_error>::value");
25 const char* msg = "underflow_error message";
26 std::underflow_error e(msg);
28 std::underflow_error e2(e);
34 std::string msg("another underflow_error message");
35 std::underflow_error e(msg)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/
underflow_error.pass.cpp 10 // test underflow_error
20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value),
21 "std::is_base_of<std::runtime_error, std::underflow_error>::value");
22 static_assert(std::is_polymorphic<std::underflow_error>::value,
23 "std::is_polymorphic<std::underflow_error>::value");
25 const char* msg = "underflow_error message";
26 std::underflow_error e(msg);
28 std::underflow_error e2(e);
34 std::string msg("another underflow_error message");
35 std::underflow_error e(msg)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i 62 struct underflow_error : runtime_error
64 underflow_error(const string& msg);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 96 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error { class in inherits:runtime_error
98 underflow_error(const string& __arg) : runtime_error(__arg) {} function in class:underflow_error
100 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 97 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error { class in inherits:runtime_error
99 underflow_error(const string& __arg) : runtime_error(__arg) {} function in class:underflow_error
101 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 97 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error { class in inherits:runtime_error
99 underflow_error(const string& __arg) : runtime_error(__arg) {} function in class:underflow_error
101 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 97 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error { class in inherits:runtime_error
99 underflow_error(const string& __arg) : runtime_error(__arg) {} function in class:underflow_error
101 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h 96 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error { class in inherits:runtime_error
98 underflow_error(const string& __arg) : runtime_error(__arg) {} function in class:underflow_error
100 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept.h 96 class _STLP_CLASS_DECLSPEC underflow_error : public runtime_error { class in inherits:runtime_error
98 underflow_error(const string& __arg) : runtime_error(__arg) {} function in class:underflow_error
100 ~underflow_error() _STLP_NOTHROW_INHERENTLY;
  /external/libcxx/include/
stdexcept 28 class underflow_error;
158 class _LIBCPP_EXCEPTION_ABI underflow_error
162 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const string& __s) : runtime_error(__s) {}
163 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const char* __s) : runtime_error(__s) {}
165 virtual ~underflow_error() _NOEXCEPT;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 28 class underflow_error;
158 class _LIBCPP_EXCEPTION_ABI underflow_error
162 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const string& __s) : runtime_error(__s) {}
163 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const char* __s) : runtime_error(__s) {}
165 virtual ~underflow_error() _NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept 28 class underflow_error;
158 class _LIBCPP_EXCEPTION_ABI underflow_error
162 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const string& __s) : runtime_error(__s) {}
163 _LIBCPP_INLINE_VISIBILITY explicit underflow_error(const char* __s) : runtime_error(__s) {}
165 virtual ~underflow_error() _NOEXCEPT;
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
std_except.swg 33 %std_exception_map(underflow_error, SWIG_OverflowError);
  /external/libcxxabi/src/
stdexcept.cpp 46 underflow_error::~underflow_error() _NOEXCEPT {}
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp 46 underflow_error::~underflow_error() _NOEXCEPT {}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
stdexcept 146 class underflow_error : public runtime_error
149 explicit underflow_error(const string& __arg);
150 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
stdexcept 146 class underflow_error : public runtime_error
149 explicit underflow_error(const string& __arg);
150 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
stdexcept 146 class underflow_error : public runtime_error
149 explicit underflow_error(const string& __arg);
150 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
stdexcept 147 class underflow_error : public runtime_error
150 explicit underflow_error(const string& __arg);
151 virtual ~underflow_error() throw();
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
stdexcept 147 class underflow_error : public runtime_error
150 explicit underflow_error(const string& __arg);
151 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
stdexcept 147 class underflow_error : public runtime_error
150 explicit underflow_error(const string& __arg);
151 virtual ~underflow_error() throw();
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
stdexcept 147 class underflow_error : public runtime_error
150 explicit underflow_error(const string& __arg);
151 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
stdexcept 146 class underflow_error : public runtime_error
149 explicit underflow_error(const string& __arg);
150 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
stdexcept 146 class underflow_error : public runtime_error
149 explicit underflow_error(const string& __arg);
150 virtual ~underflow_error() _GLIBCXX_USE_NOEXCEPT;
  /external/libcxx/src/
stdexcept.cpp 102 underflow_error::~underflow_error() _NOEXCEPT {}

Completed in 741 milliseconds

1 2 3