/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() function 30 some_comp(const some_comp&) {} in some_comp() function 31 void deallocate(void*, unsigned) {} in deallocate() 55 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() argument 30 some_comp(const some_comp&) {} in some_comp() argument 31 void deallocate(void*, unsigned) {} in deallocate() 55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() argument 30 some_comp(const some_comp&) {} in some_comp() function 31 void deallocate(void*, unsigned) {} in deallocate() 55 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() argument 30 some_comp(const some_comp&) {} in some_comp() argument 31 void deallocate(void*, unsigned) {} in deallocate() 55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.swap/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() function 30 some_comp(const some_comp&) {} in some_comp() function
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.swap/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() argument 30 some_comp(const some_comp&) {} in some_comp() argument
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.swap/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() argument 30 some_comp(const some_comp&) {} in some_comp() argument
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
D | swap_noexcept.pass.cpp | 25 struct some_comp struct 29 some_comp() {} in some_comp() argument 30 some_comp(const some_comp&) {} in some_comp() function
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
D | dtor_noexcept.pass.cpp | 23 struct some_comp struct 26 ~some_comp() noexcept(false); argument
|
D | move_assign_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp& operator=(const some_comp&); argument
|
D | default_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp(); argument
|
D | move_noexcept.pass.cpp | 25 struct some_comp struct 28 some_comp(const some_comp&); argument
|
/external/libcxx/test/std/containers/associative/set/set.cons/ |
D | move_noexcept.pass.cpp | 25 struct some_comp struct 28 some_comp(const some_comp&); argument
|
D | move_assign_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp& operator=(const some_comp&); argument
|
D | default_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp(); argument
|
D | dtor_noexcept.pass.cpp | 23 struct some_comp struct 26 ~some_comp() noexcept(false); argument
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
D | default_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp(); argument
|
D | dtor_noexcept.pass.cpp | 23 struct some_comp struct 26 ~some_comp() noexcept(false); argument
|
D | move_assign_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp& operator=(const some_comp&); argument
|
D | move_noexcept.pass.cpp | 25 struct some_comp struct 28 some_comp(const some_comp&); argument
|
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
D | default_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp(); argument
|
D | move_assign_noexcept.pass.cpp | 27 struct some_comp struct 30 some_comp& operator=(const some_comp&); argument
|
D | dtor_noexcept.pass.cpp | 23 struct some_comp struct 26 ~some_comp() noexcept(false); argument
|
D | move_noexcept.pass.cpp | 25 struct some_comp struct 28 some_comp(const some_comp&); argument
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
D | dtor_noexcept.pass.cpp | 23 struct some_comp struct 26 ~some_comp() noexcept(false); argument
|