OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bad_array_length
(Results
1 - 25
of
48
) sorted by null
1
2
/external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_length.pass.cpp
10
// test
bad_array_length
19
static_assert((std::is_base_of<std::bad_alloc, std::
bad_array_length
>::value),
20
"std::is_base_of<std::bad_alloc, std::
bad_array_length
>::value");
21
static_assert(std::is_polymorphic<std::
bad_array_length
>::value,
22
"std::is_polymorphic<std::
bad_array_length
>::value");
23
std::
bad_array_length
b;
24
std::
bad_array_length
b2 = b;
Android.mk
23
test_name := language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_length
24
test_src :=
bad_array_length
.pass.cpp
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
bad_array_length.pass.cpp
10
// test
bad_array_length
19
static_assert((std::is_base_of<std::bad_alloc, std::
bad_array_length
>::value),
20
"std::is_base_of<std::bad_alloc, std::
bad_array_length
>::value");
21
static_assert(std::is_polymorphic<std::
bad_array_length
>::value,
22
"std::is_polymorphic<std::
bad_array_length
>::value");
23
std::
bad_array_length
b;
24
std::
bad_array_length
b2 = b;
/external/libcxxabi/src/
cxa_new_delete.cpp
233
//
bad_array_length
237
class _LIBCPP_EXCEPTION_ABI
bad_array_length
class in namespace:std
241
bad_array_length
() _NOEXCEPT;
242
virtual ~
bad_array_length
() _NOEXCEPT;
248
bad_array_length
::
bad_array_length
() _NOEXCEPT
252
bad_array_length
::~
bad_array_length
() _NOEXCEPT
257
bad_array_length
::what() const _NOEXCEPT
259
return "
bad_array_length
";
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_new_delete.cpp
235
//
bad_array_length
239
class _LIBCPP_EXCEPTION_ABI
bad_array_length
243
bad_array_length
() _NOEXCEPT;
244
virtual ~
bad_array_length
() _NOEXCEPT;
250
bad_array_length
::
bad_array_length
() _NOEXCEPT
254
bad_array_length
::~
bad_array_length
() _NOEXCEPT
259
bad_array_length
::what() const _NOEXCEPT
261
return "
bad_array_length
";
[
all
...]
/ndk/sources/cxx-stl/gabi++/src/
new.cc
70
bad_array_length
::
bad_array_length
() _GABIXX_NOEXCEPT
74
bad_array_length
::~
bad_array_length
() _GABIXX_NOEXCEPT
79
bad_array_length
::what() const _GABIXX_NOEXCEPT
81
return "
bad_array_length
";
/external/libcxx/src/
new.cpp
206
bad_array_length
::what() const _NOEXCEPT
208
return "
bad_array_length
";
211
bad_array_length
::
bad_array_length
() _NOEXCEPT
215
bad_array_length
::~
bad_array_length
() _NOEXCEPT
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
new.cpp
207
bad_array_length
::what() const _NOEXCEPT
209
return "
bad_array_length
";
212
bad_array_length
::
bad_array_length
() _NOEXCEPT
216
bad_array_length
::~
bad_array_length
() _NOEXCEPT
/external/libcxx/include/
new
30
class
bad_array_length
: public bad_alloc // C++14
33
bad_array_length
() noexcept;
98
class _LIBCPP_EXCEPTION_ABI
bad_array_length
102
bad_array_length
() _NOEXCEPT;
103
virtual ~
bad_array_length
() _NOEXCEPT;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
new
30
class
bad_array_length
: public bad_alloc // C++14
33
bad_array_length
() noexcept;
98
class _LIBCPP_EXCEPTION_ABI
bad_array_length
102
bad_array_length
() _NOEXCEPT;
103
virtual ~
bad_array_length
() _NOEXCEPT;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
new
30
class
bad_array_length
: public bad_alloc // C++14
33
bad_array_length
() noexcept;
98
class _LIBCPP_EXCEPTION_ABI
bad_array_length
102
bad_array_length
() _NOEXCEPT;
103
virtual ~
bad_array_length
() _NOEXCEPT;
/ndk/sources/cxx-stl/gabi++/include/
new
60
class
bad_array_length
: public bad_alloc {
62
bad_array_length
() throw();
63
virtual ~
bad_array_length
() throw();
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
new
60
class
bad_array_length
: public bad_alloc {
62
bad_array_length
() throw();
63
virtual ~
bad_array_length
() throw();
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
new
60
class
bad_array_length
: public bad_alloc {
62
bad_array_length
() throw();
63
virtual ~
bad_array_length
() throw();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
new
85
class
bad_array_length
: public bad_alloc
88
bad_array_length
() throw() { };
92
virtual ~
bad_array_length
() throw();
/external/libcxx/test/containers/sequences/dynarray/dynarray.cons/
default.pass.cpp
62
catch ( std::
bad_array_length
& ) { return ; }
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/dynarray/dynarray.cons/
default.pass.cpp
62
catch ( std::
bad_array_length
& ) { return ; }
/external/libcxx/include/experimental/
dynarray
145
throw
bad_array_length
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray
145
throw
bad_array_length
();
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/
dynarray
145
throw
bad_array_length
();
/prebuilts/sdk/tools/linux/
libc++.so
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/
libgnustl_shared.so
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/thumb/
libgnustl_shared.so
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/
libgnustl_shared.so
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/
libgnustl_shared.so
Completed in 388 milliseconds
1
2