Home
last modified time | relevance | path

Searched defs:some_comp (Results 1 – 25 of 40) sorted by relevance

12

/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
Ddefault_noexcept.pass.cpp30 struct some_comp struct
33 some_comp(); argument
54 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&); argument
54 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&); argument
52 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
Ddtor_noexcept.pass.cpp24 struct some_comp struct
27 ~some_comp() noexcept(false); argument
47 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/set/set.cons/
Ddtor_noexcept.pass.cpp24 struct some_comp struct
27 ~some_comp() noexcept(false); argument
47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
Ddefault_noexcept.pass.cpp30 struct some_comp struct
33 some_comp(); argument
54 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&); argument
52 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&); argument
54 typedef std::set<MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/multimap/multimap.cons/
Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&); argument
53 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
Dmove_assign_noexcept.pass.cpp30 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
Ddtor_noexcept.pass.cpp24 struct some_comp struct
27 ~some_comp() noexcept(false); argument
48 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
Ddefault_noexcept.pass.cpp30 struct some_comp struct
33 some_comp(); argument
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/map/map.cons/
Dmove_assign_noexcept.pass.cpp30 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
Ddtor_noexcept.pass.cpp24 struct some_comp struct
27 ~some_comp() noexcept(false); argument
48 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
Ddefault_noexcept.pass.cpp30 struct some_comp struct
33 some_comp(); argument
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
Dmove_noexcept.pass.cpp28 struct some_comp struct
31 some_comp(const some_comp&); argument
53 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C; in main() argument
/external/libcxx/test/std/containers/associative/set/set.special/
Dswap_noexcept.pass.cpp33 struct some_comp struct
37 some_comp() {} in some_comp() argument
38 some_comp(const some_comp&) {} in some_comp() function
43 struct some_comp2 argument
/external/libcxx/test/std/containers/associative/multiset/multiset.special/
Dswap_noexcept.pass.cpp33 struct some_comp struct
37 some_comp() {} in some_comp() argument
38 some_comp(const some_comp&) {} in some_comp() argument
43 struct some_comp2 argument
/external/libcxx/test/std/containers/associative/multimap/multimap.special/
Dswap_noexcept.pass.cpp33 struct some_comp struct
37 some_comp() {} in some_comp() argument
38 some_comp(const some_comp&) {} in some_comp() argument
43 struct some_comp2 argument
/external/libcxx/test/std/containers/associative/map/map.special/
Dswap_noexcept.pass.cpp33 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/unord/unord.multiset/unord.multiset.cnstr/
Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&); argument
34 bool operator()(const T&, const T&) const { return false; } in operator ()()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
Dmove_assign_noexcept.pass.cpp30 struct some_comp struct
33 some_comp& operator=(const some_comp&); argument
34 bool operator()(const T&, const T&) const { return false; } in operator ()()
Ddtor_noexcept.pass.cpp24 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/
Ddtor_noexcept.pass.cpp24 struct some_comp struct
27 ~some_comp() noexcept(false); argument
28 bool operator()(const T&, const T&) const { return false; } in operator ()()
Ddefault_noexcept.pass.cpp31 struct some_comp struct
34 some_comp(); argument
36 bool operator()(const T&, const T&) const { return false; } in operator ()()

12