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