HomeSort by relevance Sort by last modified time
    Searched refs:some_comp (Results 1 - 25 of 40) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
55 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
default_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp();
49 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
dtor_noexcept.pass.cpp 23 struct some_comp struct
26 ~some_comp() noexcept(false);
47 typedef std::map<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
default_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp();
49 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
dtor_noexcept.pass.cpp 23 struct some_comp struct
26 ~some_comp() noexcept(false);
47 typedef std::multimap<MoveOnly, MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
default_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp();
49 typedef std::multiset<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move_assign_noexcept.pass.cpp 27 struct some_comp struct
30 some_comp& operator=(const some_comp&);
49 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
move_noexcept.pass.cpp 25 struct some_comp struct
28 some_comp(const some_comp&);
47 typedef std::set<MoveOnly, some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
default_noexcept.pass.cpp 28 struct some_comp struct
31 some_comp();
32 some_comp(const some_comp&);
66 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
68 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
default_noexcept.pass.cpp 28 struct some_comp struct
31 some_comp();
32 some_comp(const some_comp&);
66 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
68 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.cnstr/
default_noexcept.pass.cpp 28 struct some_comp struct
31 some_comp();
32 some_comp(const some_comp&);
66 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/unord.multiset.swap/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
68 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.cnstr/
default_noexcept.pass.cpp 28 struct some_comp struct
31 some_comp();
32 some_comp(const some_comp&);
66 some_comp<MoveOnly>> C;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/unord.set.swap/
swap_noexcept.pass.cpp 25 struct some_comp struct
29 some_comp() {} function in struct:some_comp
30 some_comp(const some_comp&) {} function in struct:some_comp
68 some_comp<MoveOnly>> C;

Completed in 852 milliseconds

1 2