/external/libcxx/test/std/containers/sequences/vector.bool/ |
D | swap_noexcept.pass.cpp | 32 struct some_alloc struct 36 some_alloc() {} in some_alloc() function 37 some_alloc(const some_alloc&); 76 typedef std::vector<bool, some_alloc<bool>> C; in main() 80 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | dtor_noexcept.pass.cpp | 23 struct some_alloc struct 26 some_alloc(const some_alloc&); argument 27 ~some_alloc() noexcept(false); 46 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | move_noexcept.pass.cpp | 26 struct some_alloc struct 29 some_alloc(const some_alloc&); argument 52 typedef std::vector<bool, some_alloc<bool>> C; in main() 56 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | move_assign_noexcept.pass.cpp | 28 struct some_alloc struct 31 some_alloc(const some_alloc&); argument 81 typedef std::vector<bool, some_alloc<bool>> C; in main() 85 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
D | default_noexcept.pass.cpp | 28 struct some_alloc struct 31 some_alloc(const some_alloc&); argument 50 typedef std::vector<bool, some_alloc<bool>> C; in main()
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/ |
D | dtor_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 28 ~some_alloc() noexcept(false); 47 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | default_noexcept.pass.cpp | 27 struct some_alloc struct 30 some_alloc(const some_alloc&); argument 50 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_noexcept.pass.cpp | 27 struct some_alloc struct 30 some_alloc(const some_alloc&); argument 49 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/sequences/list/list.cons/ |
D | dtor_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 28 ~some_alloc() noexcept(false); 47 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_assign_noexcept.pass.cpp | 29 struct some_alloc struct 32 some_alloc(const some_alloc&); argument 51 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/sequences/vector/vector.cons/ |
D | dtor_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 28 ~some_alloc() noexcept(false); 47 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | default_noexcept.pass.cpp | 27 struct some_alloc struct 30 some_alloc(const some_alloc&); argument 48 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
D | dtor_noexcept.pass.cpp | 24 struct some_alloc struct 27 some_alloc(const some_alloc&); argument 28 ~some_alloc() noexcept(false); 47 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
D | move_noexcept.pass.cpp | 27 struct some_alloc struct 30 some_alloc(const some_alloc&); argument 49 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string.special/ |
D | swap_noexcept.pass.cpp | 32 struct some_alloc struct 36 some_alloc() {} in some_alloc() argument 37 some_alloc(const some_alloc&); 70 typedef std::basic_string<char, std::char_traits<char>, some_alloc<char>> C; in main()
|
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.spec/ |
D | swap_noexcept.pass.cpp | 32 struct some_alloc struct 36 some_alloc() {} in some_alloc() argument 37 some_alloc(const some_alloc&); 73 typedef std::forward_list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/sequences/vector/vector.special/ |
D | swap_noexcept.pass.cpp | 33 struct some_alloc struct 37 some_alloc() {} in some_alloc() function 38 some_alloc(const some_alloc&); 74 typedef std::vector<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/sequences/list/list.special/ |
D | swap_noexcept.pass.cpp | 32 struct some_alloc struct 36 some_alloc() {} in some_alloc() argument 37 some_alloc(const some_alloc&); 73 typedef std::list<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/sequences/deque/deque.special/ |
D | swap_noexcept.pass.cpp | 32 struct some_alloc struct 36 some_alloc() {} in some_alloc() argument 37 some_alloc(const some_alloc&); 73 typedef std::deque<MoveOnly, some_alloc<MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 85 struct some_alloc struct 89 some_alloc() {} in some_alloc() function 90 some_alloc(const some_alloc&); 154 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main() 162 …ordered_map<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main() 170 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MapType>> C; in main() 178 …rdered_map<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MapType>> C; in main()
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 85 struct some_alloc struct 89 some_alloc() {} in some_alloc() function 90 some_alloc(const some_alloc&); 152 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOn… in main() 160 …typedef std::unordered_set<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOn… in main() 168 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveO… in main() 176 …typedef std::unordered_set<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveO… in main()
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 85 struct some_alloc struct 89 some_alloc() {} in some_alloc() argument 90 some_alloc(const some_alloc&); 153 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C; in main() 161 …nordered_multimap<MoveOnly, MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <V>> C; in main() 169 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <V>> C; in main() 177 …ordered_multimap<MoveOnly, MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <V>> C; in main()
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 85 struct some_alloc struct 89 some_alloc() {} in some_alloc() argument 90 some_alloc(const some_alloc&); 152 …typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp <MoveOnly>, some_alloc <M… in main() 160 …typedef std::unordered_multiset<MoveOnly, some_hash<MoveOnly>, some_comp2<MoveOnly>, some_alloc <M… in main() 168 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() 176 …:unordered_multiset<MoveOnly, some_hash2<MoveOnly>, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 58 struct some_alloc struct 62 some_alloc() {} in some_alloc() argument 63 some_alloc(const some_alloc&); 118 typedef std::set<MoveOnly, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() 126 typedef std::set<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main()
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 58 struct some_alloc struct 62 some_alloc() {} in some_alloc() argument 63 some_alloc(const some_alloc&); 118 typedef std::multiset<MoveOnly, some_comp <MoveOnly>, some_alloc <MoveOnly>> C; in main() 126 typedef std::multiset<MoveOnly, some_comp2<MoveOnly>, some_alloc <MoveOnly>> C; in main()
|