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

1 2 3 4 5 6

  /external/libcxx/test/std/containers/associative/map/map.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::map<int, int, Comp<int> > m;
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multimap<int, int, Comp<int> > m;
  /external/libcxx/test/std/containers/associative/multiset/multiset.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multiset<int, Comp<int> > m;
  /external/libcxx/test/std/containers/associative/set/set.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::set<int, Comp<int> > m;
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_map<int, int, std::hash<int>, Comp<int> > m;
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_multimap<int, int, std::hash<int>, Comp<int> > m;
  /external/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_multiset<int, std::hash<int>, Comp<int> > m;
  /external/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_set<int, std::hash<int>, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::map<int, int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multimap<int, int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/multiset.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::multiset<int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::set<int, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_map<int, int, std::hash<int>, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
compare_copy_constructible.fail.cpp 21 struct Comp {
24 Comp () {}
26 Comp (const Comp &); // declared but not defined
31 std::unordered_multimap<int, int, std::hash<int>, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_multiset<int, std::hash<int>, Comp<int> > m;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/unord.set.cnstr/
compare_copy_constructible.fail.cpp 18 struct Comp {
21 Comp () {}
23 Comp (const Comp &); // declared but not defined
28 std::unordered_set<int, std::hash<int>, Comp<int> > m;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Parallel.h 87 const Comparator &Comp) {
88 concurrency::parallel_sort(Start, End, Comp);
107 const Comparator &Comp) {
109 return Comp(*Start, *(End - 1))
110 ? (Comp(*Mid, *(End - 1)) ? (Comp(*Start, *Mid) ? Mid : Start)
112 : (Comp(*Mid, *Start) ? (Comp(*(End - 1), *Mid) ? Mid : End - 1)
118 const Comparator &Comp, TaskGroup &TG, size_t Depth) {
121 std::sort(Start, End, Comp);
    [all...]

Completed in 905 milliseconds

1 2 3 4 5 6