OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:static_assert
(Results
226 - 250
of
821
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
move_noexcept.pass.cpp
28
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons/
default_noexcept.pass.cpp
27
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp
24
static_assert
(std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp
27
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
27
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons/
default_noexcept.pass.cpp
27
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp
24
static_assert
(std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp
27
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
27
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/
default_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
43
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
move_assign_noexcept.pass.cpp
37
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
41
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
45
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
49
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
43
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
default_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
43
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
move_assign_noexcept.pass.cpp
37
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
41
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
45
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
49
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
43
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
default_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
43
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
move_assign_noexcept.pass.cpp
37
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
41
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
45
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
49
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
43
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
default_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
43
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
move_assign_noexcept.pass.cpp
37
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
41
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
45
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
49
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
35
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
39
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
43
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
47
static_assert
(!std::is_nothrow_move_constructible<C>::value, "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
default_noexcept.pass.cpp
34
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
38
static_assert
(std::is_nothrow_default_constructible<C>::value, "");
42
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
46
static_assert
(!std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp
36
static_assert
(std::is_nothrow_destructible<C>::value, "");
40
static_assert
(std::is_nothrow_destructible<C>::value, "");
44
static_assert
(std::is_nothrow_destructible<C>::value, "");
48
static_assert
(!std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp
36
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
40
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
44
static_assert
(std::is_nothrow_move_assignable<C>::value, "");
48
static_assert
(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp
34
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
38
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
42
static_assert
(std::is_nothrow_move_constructible<C>::value, "");
46
static_assert
(!std::is_nothrow_move_constructible<C>::value, "");
Completed in 2828 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>