HomeSort by relevance Sort by last modified time
    Searched refs:is_nothrow_move_constructible (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/libcxx/test/std/containers/sequences/vector.bool/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
37 static_assert(std::is_nothrow_move_constructible<C>::value, "");
41 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(std::is_nothrow_move_constructible<C>::value, "");
53 static_assert( std::is_nothrow_move_constructible<C>::value, "");
57 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
37 static_assert(std::is_nothrow_move_constructible<C>::value, "");
41 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(std::is_nothrow_move_constructible<C>::value, "");
53 static_assert( std::is_nothrow_move_constructible<C>::value, "");
57 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<container_type>::value &&
16 // is_nothrow_move_constructible<Compare>::value);
29 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<container_type>::value);
31 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<container_type>::value);
30 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::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, "");
50 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::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, "");
50 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/sequences/list/list.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::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, "");
51 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/strings/basic.string/string.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
36 static_assert(std::is_nothrow_move_constructible<C>::value, "");
40 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
47 static_assert( std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<container_type>::value &&
16 // is_nothrow_move_constructible<Compare>::value);
29 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<container_type>::value);
31 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<container_type>::value);
30 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::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, "");
51 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::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, "");
51 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::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, "");
51 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
move_noexcept.pass.cpp 15 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
36 static_assert(std::is_nothrow_move_constructible<C>::value, "");
40 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
47 static_assert( std::is_nothrow_move_constructible<C>::value, "");
  /external/clang/test/SemaTemplate/
exception-spec-crash.cpp 4 template <class _Tp> struct is_nothrow_move_constructible { struct
18 noexcept(is_nothrow_move_constructible<allocator_type>::value);
  /external/libcxx/test/std/containers/sequences/vector/vector.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
36 static_assert(std::is_nothrow_move_constructible<C>::value, "");
40 static_assert(std::is_nothrow_move_constructible<C>::value, "");
44 static_assert(std::is_nothrow_move_constructible<C>::value, "");
50 static_assert( std::is_nothrow_move_constructible<C>::value, "");
52 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value);
36 static_assert(std::is_nothrow_move_constructible<C>::value, "");
40 static_assert(std::is_nothrow_move_constructible<C>::value, "");
44 static_assert(std::is_nothrow_move_constructible<C>::value, "");
50 static_assert( std::is_nothrow_move_constructible<C>::value, "");
52 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/clang/test/Modules/Inputs/PR27401/
a.h 13 struct is_nothrow_move_constructible struct in inherits:integral_constant
  /external/libcxx/test/std/containers/associative/map/map.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value &&
14 // is_nothrow_move_constructible<key_compare>::value);
41 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(std::is_nothrow_move_constructible<C>::value, "");
49 static_assert(std::is_nothrow_move_constructible<C>::value, "");
54 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value &&
14 // is_nothrow_move_constructible<key_compare>::value);
41 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(std::is_nothrow_move_constructible<C>::value, "");
49 static_assert(std::is_nothrow_move_constructible<C>::value, "");
54 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value &&
14 // is_nothrow_move_constructible<key_compare>::value);
40 static_assert(std::is_nothrow_move_constructible<C>::value, "");
44 static_assert(std::is_nothrow_move_constructible<C>::value, "");
48 static_assert(std::is_nothrow_move_constructible<C>::value, "");
53 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /external/libcxx/test/std/containers/associative/set/set.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value &&
14 // is_nothrow_move_constructible<key_compare>::value);
40 static_assert(std::is_nothrow_move_constructible<C>::value, "");
44 static_assert(std::is_nothrow_move_constructible<C>::value, "");
48 static_assert(std::is_nothrow_move_constructible<C>::value, "");
53 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
move_noexcept.pass.cpp 13 // noexcept(is_nothrow_move_constructible<allocator_type>::value &&
14 // is_nothrow_move_constructible<key_compare>::value);
41 static_assert(std::is_nothrow_move_constructible<C>::value, "");
45 static_assert(std::is_nothrow_move_constructible<C>::value, "");
49 static_assert(std::is_nothrow_move_constructible<C>::value, "");
54 static_assert(!std::is_nothrow_move_constructible<C>::value, "");

Completed in 2647 milliseconds

1 2 3 4