/external/libcxx/test/std/containers/associative/map/map.special/ |
D | swap_noexcept.pass.cpp | 33 struct some_comp struct 37 some_comp() {} in some_comp() function 38 some_comp(const some_comp&) {} in some_comp() argument 43 struct some_comp2 argument
|
/external/libcxx/test/std/containers/associative/set/set.special/ |
D | swap_noexcept.pass.cpp | 33 struct some_comp struct 37 some_comp() {} in some_comp() function 38 some_comp(const some_comp&) {} in some_comp() function 43 struct some_comp2 argument
|
/external/libcxx/test/std/containers/associative/multiset/multiset.special/ |
D | swap_noexcept.pass.cpp | 33 struct some_comp struct 37 some_comp() {} in some_comp() function 38 some_comp(const some_comp&) {} in some_comp() function 43 struct some_comp2 argument
|
/external/libcxx/test/std/containers/associative/multimap/multimap.special/ |
D | swap_noexcept.pass.cpp | 33 struct some_comp struct 37 some_comp() {} in some_comp() function 38 some_comp(const some_comp&) {} in some_comp() argument 43 struct some_comp2 argument
|
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 47 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_assign_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp& operator=(const some_comp&); argument 54 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_noexcept.pass.cpp | 28 struct some_comp struct 31 some_comp(const some_comp&); argument 52 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | default_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp(); argument 54 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/associative/set/set.cons/ |
D | default_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp(); argument 54 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_assign_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp& operator=(const some_comp&); argument 54 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_noexcept.pass.cpp | 28 struct some_comp struct 31 some_comp(const some_comp&); argument 52 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/associative/map/map.cons/ |
D | move_assign_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp& operator=(const some_comp&); argument 55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_noexcept.pass.cpp | 28 struct some_comp struct 31 some_comp(const some_comp&); argument 53 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 48 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | default_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp(); argument 55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 48 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | default_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp(); argument 55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_assign_noexcept.pass.cpp | 30 struct some_comp struct 33 some_comp& operator=(const some_comp&); argument 55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
D | move_noexcept.pass.cpp | 28 struct some_comp struct 31 some_comp(const some_comp&); argument 53 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
|
/external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 28 bool operator()(const T&, const T&) const { return false; } in operator ()()
|
/external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 28 bool operator()(const T&, const T&) const { return false; } in operator ()()
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
D | dtor_noexcept.pass.cpp | 24 struct some_comp struct 27 ~some_comp() noexcept(false); argument 28 bool operator()(const T&, const T&) const { return false; } in operator ()()
|
D | default_noexcept.pass.cpp | 31 struct some_comp struct 34 some_comp(); argument 36 bool operator()(const T&, const T&) const { return false; } in operator ()()
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
D | move_noexcept.pass.cpp | 28 struct some_comp struct 31 some_comp(const some_comp&); argument 32 bool operator()(const T&, const T&) const { return false; } in operator ()()
|