/external/libcxx/test/std/containers/sequences/vector.bool/ |
swap_noexcept.pass.cpp | 24 struct some_alloc struct 28 some_alloc() {} function in struct:some_alloc 29 some_alloc(const some_alloc&); 54 typedef std::vector<bool, some_alloc<bool>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); 27 ~some_alloc() noexcept(false); 48 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/ |
swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} function in struct:some_alloc 30 some_alloc(const some_alloc&); 55 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/ |
dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); 27 ~some_alloc() noexcept(false); 48 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} function in struct:some_alloc 30 some_alloc(const some_alloc&); 55 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); 27 ~some_alloc() noexcept(false); 48 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/ |
swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} function in struct:some_alloc 30 some_alloc(const some_alloc&); 55 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); 27 ~some_alloc() noexcept(false); 48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} function in struct:some_alloc 30 some_alloc(const some_alloc&); 55 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
swap_noexcept.pass.cpp | 24 struct some_alloc struct 28 some_alloc() {} function in struct:some_alloc 29 some_alloc(const some_alloc&); 54 typedef std::vector<bool, some_alloc<bool>> C;
|