OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overflow_error
(Results
1 - 25
of
87
) sorted by null
1
2
3
4
/external/libcxx/test/std/diagnostics/std.exceptions/overflow.error/
overflow_error.pass.cpp
10
// test
overflow_error
20
static_assert((std::is_base_of<std::runtime_error, std::
overflow_error
>::value),
21
"std::is_base_of<std::runtime_error, std::
overflow_error
>::value");
22
static_assert(std::is_polymorphic<std::
overflow_error
>::value,
23
"std::is_polymorphic<std::
overflow_error
>::value");
25
const char* msg = "
overflow_error
message";
26
std::
overflow_error
e(msg);
28
std::
overflow_error
e2(e);
34
std::string msg("another
overflow_error
message");
35
std::
overflow_error
e(msg)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/
overflow_error.pass.cpp
10
// test
overflow_error
20
static_assert((std::is_base_of<std::runtime_error, std::
overflow_error
>::value),
21
"std::is_base_of<std::runtime_error, std::
overflow_error
>::value");
22
static_assert(std::is_polymorphic<std::
overflow_error
>::value,
23
"std::is_polymorphic<std::
overflow_error
>::value");
25
const char* msg = "
overflow_error
message";
26
std::
overflow_error
e(msg);
28
std::
overflow_error
e2(e);
34
std::string msg("another
overflow_error
message");
35
std::
overflow_error
e(msg)
[
all
...]
/prebuilts/misc/common/swig/include/2.0.11/std/
std_except.i
57
struct
overflow_error
: runtime_error
59
overflow_error
(const string& msg);
/ndk/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
88
class _STLP_CLASS_DECLSPEC
overflow_error
: public runtime_error {
class in inherits:runtime_error
90
overflow_error
(const string& __arg) : runtime_error(__arg) {}
function in class:overflow_error
92
~
overflow_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
89
class _STLP_CLASS_DECLSPEC
overflow_error
: public runtime_error {
class in inherits:runtime_error
91
overflow_error
(const string& __arg) : runtime_error(__arg) {}
function in class:overflow_error
93
~
overflow_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
89
class _STLP_CLASS_DECLSPEC
overflow_error
: public runtime_error {
class in inherits:runtime_error
91
overflow_error
(const string& __arg) : runtime_error(__arg) {}
function in class:overflow_error
93
~
overflow_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
89
class _STLP_CLASS_DECLSPEC
overflow_error
: public runtime_error {
class in inherits:runtime_error
91
overflow_error
(const string& __arg) : runtime_error(__arg) {}
function in class:overflow_error
93
~
overflow_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_stdexcept.h
88
class _STLP_CLASS_DECLSPEC
overflow_error
: public runtime_error {
class in inherits:runtime_error
90
overflow_error
(const string& __arg) : runtime_error(__arg) {}
function in class:overflow_error
92
~
overflow_error
() _STLP_NOTHROW_INHERENTLY;
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_stdexcept.h
88
class _STLP_CLASS_DECLSPEC
overflow_error
: public runtime_error {
class in inherits:runtime_error
90
overflow_error
(const string& __arg) : runtime_error(__arg) {}
function in class:overflow_error
92
~
overflow_error
() _STLP_NOTHROW_INHERENTLY;
/external/libcxx/include/
stdexcept
27
class
overflow_error
;
148
class _LIBCPP_EXCEPTION_ABI
overflow_error
152
_LIBCPP_INLINE_VISIBILITY explicit
overflow_error
(const string& __s) : runtime_error(__s) {}
153
_LIBCPP_INLINE_VISIBILITY explicit
overflow_error
(const char* __s) : runtime_error(__s) {}
155
virtual ~
overflow_error
() _NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept
27
class
overflow_error
;
148
class _LIBCPP_EXCEPTION_ABI
overflow_error
152
_LIBCPP_INLINE_VISIBILITY explicit
overflow_error
(const string& __s) : runtime_error(__s) {}
153
_LIBCPP_INLINE_VISIBILITY explicit
overflow_error
(const char* __s) : runtime_error(__s) {}
155
virtual ~
overflow_error
() _NOEXCEPT;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
stdexcept
27
class
overflow_error
;
148
class _LIBCPP_EXCEPTION_ABI
overflow_error
152
_LIBCPP_INLINE_VISIBILITY explicit
overflow_error
(const string& __s) : runtime_error(__s) {}
153
_LIBCPP_INLINE_VISIBILITY explicit
overflow_error
(const char* __s) : runtime_error(__s) {}
155
virtual ~
overflow_error
() _NOEXCEPT;
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
std_except.swg
30
%std_exception_map(
overflow_error
, SWIG_OverflowError);
/external/libcxxabi/src/
stdexcept.cpp
45
overflow_error
::~
overflow_error
() _NOEXCEPT {}
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
stdexcept.cpp
45
overflow_error
::~
overflow_error
() _NOEXCEPT {}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
stdexcept
138
class
overflow_error
: public runtime_error
141
explicit
overflow_error
(const string& __arg);
142
virtual ~
overflow_error
() _GLIBCXX_USE_NOEXCEPT;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
stdexcept
138
class
overflow_error
: public runtime_error
141
explicit
overflow_error
(const string& __arg);
142
virtual ~
overflow_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
138
class
overflow_error
: public runtime_error
141
explicit
overflow_error
(const string& __arg);
142
virtual ~
overflow_error
() _GLIBCXX_USE_NOEXCEPT;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
stdexcept
139
class
overflow_error
: public runtime_error
142
explicit
overflow_error
(const string& __arg);
143
virtual ~
overflow_error
() throw();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
stdexcept
139
class
overflow_error
: public runtime_error
142
explicit
overflow_error
(const string& __arg);
143
virtual ~
overflow_error
() _GLIBCXX_USE_NOEXCEPT;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
stdexcept
139
class
overflow_error
: public runtime_error
142
explicit
overflow_error
(const string& __arg);
143
virtual ~
overflow_error
() throw();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
stdexcept
139
class
overflow_error
: public runtime_error
142
explicit
overflow_error
(const string& __arg);
143
virtual ~
overflow_error
() _GLIBCXX_USE_NOEXCEPT;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
stdexcept
138
class
overflow_error
: public runtime_error
141
explicit
overflow_error
(const string& __arg);
142
virtual ~
overflow_error
() _GLIBCXX_USE_NOEXCEPT;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
stdexcept
138
class
overflow_error
: public runtime_error
141
explicit
overflow_error
(const string& __arg);
142
virtual ~
overflow_error
() _GLIBCXX_USE_NOEXCEPT;
/external/libcxx/src/
stdexcept.cpp
101
overflow_error
::~
overflow_error
() _NOEXCEPT {}
Completed in 1333 milliseconds
1
2
3
4