OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_noexcept
(Results
51 - 75
of
78
) sorted by null
1
2
3
4
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_align_val_t_replace.pass.cpp
59
void operator delete(void* p, std::align_val_t)
TEST_NOEXCEPT
new_align_val_t_nothrow_replace.pass.cpp
68
void operator delete(void* p, std::align_val_t a)
TEST_NOEXCEPT
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_align_val_t_replace.pass.cpp
59
void operator delete[](void* p, std::align_val_t)
TEST_NOEXCEPT
new_align_val_t_nothrow_replace.pass.cpp
67
void operator delete[](void* p, std::align_val_t a)
TEST_NOEXCEPT
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_align_val_t_replace.pass.cpp
59
void operator delete(void* p, std::align_val_t)
TEST_NOEXCEPT
new_align_val_t_nothrow_replace.pass.cpp
68
void operator delete(void* p, std::align_val_t a)
TEST_NOEXCEPT
/external/libcxx/test/support/
count_new.hpp
251
void operator delete(void* p)
TEST_NOEXCEPT
265
void operator delete[](void* p)
TEST_NOEXCEPT
test_macros.h
113
#define
TEST_NOEXCEPT
noexcept
131
#define
TEST_NOEXCEPT
throw()
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
count_new.hpp
251
void operator delete(void* p)
TEST_NOEXCEPT
265
void operator delete[](void* p)
TEST_NOEXCEPT
test_macros.h
113
#define
TEST_NOEXCEPT
noexcept
131
#define
TEST_NOEXCEPT
throw()
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_align_val_t_nothrow_replace.pass.cpp
67
void operator delete[](void* p, std::align_val_t a)
TEST_NOEXCEPT
/external/libcxx/test/std/language.support/support.exception/except.nested/
rethrow_if_nested.pass.cpp
32
virtual ~A()
TEST_NOEXCEPT
{}
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.exception/except.nested/
rethrow_if_nested.pass.cpp
32
virtual ~A()
TEST_NOEXCEPT
{}
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.single.pass.cpp
138
void
test_noexcept
() {
function
164
test_noexcept
();
pointer_deleter.pass.cpp
106
void
test_noexcept
() {
function
319
test_noexcept
<false>();
326
test_noexcept
<true>();
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
make_from_tuple.pass.cpp
162
void
test_noexcept
() {
function
213
test_noexcept
();
apply.pass.cpp
193
void
test_noexcept
()
function
273
test_noexcept
();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
move_convert.single.pass.cpp
138
void
test_noexcept
() {
function
164
test_noexcept
();
pointer_deleter.pass.cpp
106
void
test_noexcept
() {
function
319
test_noexcept
<false>();
326
test_noexcept
<true>();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.apply/
make_from_tuple.pass.cpp
162
void
test_noexcept
() {
function
213
test_noexcept
();
apply.pass.cpp
193
void
test_noexcept
()
function
273
test_noexcept
();
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp
287
void
test_noexcept
() {
function
412
test_noexcept
<false>();
417
test_noexcept
<true>();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
move_convert.pass.cpp
287
void
test_noexcept
() {
function
412
test_noexcept
<false>();
417
test_noexcept
<true>();
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp
43
void operator delete(void* p)
TEST_NOEXCEPT
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp
43
void operator delete(void* p)
TEST_NOEXCEPT
Completed in 827 milliseconds
1
2
3
4