/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/ |
D | dtor_noexcept.pass.cpp | 22 struct some_alloc struct 25 some_alloc(const some_alloc&); argument 26 ~some_alloc() noexcept(false); 43 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main()
|
D | move_assign_noexcept.pass.cpp | 25 struct some_alloc struct 28 some_alloc(const some_alloc&); argument 43 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main()
|
D | default_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 41 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main()
|
D | move_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 41 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/ |
D | dtor_noexcept.pass.cpp | 22 struct some_alloc struct 25 some_alloc(const some_alloc&); argument 26 ~some_alloc() noexcept(false); 47 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | swap_noexcept.pass.cpp | 24 struct some_alloc struct 28 some_alloc() {} in some_alloc() function 29 some_alloc(const some_alloc&); 54 typedef std::vector<bool, some_alloc<bool>> C; in main() argument
|
D | default_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 45 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | move_assign_noexcept.pass.cpp | 25 struct some_alloc struct 28 some_alloc(const some_alloc&); argument 47 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | move_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 45 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 24 struct some_alloc struct 28 some_alloc() {} in some_alloc() argument 29 some_alloc(const some_alloc&); 49 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/ |
D | dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 27 ~some_alloc() noexcept(false); 48 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/ |
D | dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 27 ~some_alloc() noexcept(false); 48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | default_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 46 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 46 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.cons/ |
D | dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 27 ~some_alloc() noexcept(false); 48 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_assign_noexcept.pass.cpp | 26 struct some_alloc struct 29 some_alloc(const some_alloc&); argument 48 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | default_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 46 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/ |
D | dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 27 ~some_alloc() noexcept(false); 48 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_assign_noexcept.pass.cpp | 26 struct some_alloc struct 29 some_alloc(const some_alloc&); argument 48 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 46 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | default_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 46 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} in some_alloc() argument 30 some_alloc(const some_alloc&); 55 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} in some_alloc() argument 30 some_alloc(const some_alloc&); 55 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} in some_alloc() argument 30 some_alloc(const some_alloc&); 55 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_alloc struct 29 some_alloc() {} in some_alloc() function 30 some_alloc(const some_alloc&); 55 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main() argument
|