/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | rotate_copy.pass.cpp | 57 struct comparator struct 59 using T1 = typename std::iterator_traits<It1>::value_type; 60 using T2 = typename std::iterator_traits<It2>::value_type; 62 operator()(T1 a, T2 b) in operator ()()
|
H A D | rotate.pass.cpp | 106 auto comparator = compare<T>(); in operator ()() local
|
/llvm-project/libcxx/test/std/containers/associative/set/ |
H A D | merge.pass.cpp | 86 struct comparator in main() struct 90 bool operator()(const Counter<int>& lhs, const Counter<int>& rhs) const in main()
|
/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/ |
H A D | merge.pass.cpp | 86 struct comparator in main() struct 90 bool operator()(const Counter<int>& lhs, const Counter<int>& rhs) const in main()
|
/llvm-project/libcxx/test/std/containers/associative/multiset/ |
H A D | merge.pass.cpp | 86 struct comparator in main() struct 90 bool operator()(const Counter<int>& lhs, const Counter<int>& rhs) const in main()
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
H A D | merge.pass.cpp | 86 struct comparator in main() struct 90 bool operator()(const Counter<int>& lhs, const Counter<int>& rhs) const in main()
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | ranges.min.pass.cpp | 103 auto comparator = [&](int x, int y) { in test_2_arguments() local 141 auto comparator = [&](int a, int b) { in test_initializer_list() local 225 auto comparator = [&](int x, int y) { in test_range() local
|
H A D | ranges.max.pass.cpp | 105 auto comparator = [&](int x, int y) { in test_2_arguments() local 141 auto comparator = [&](int a, int b) { in test_initializer_list() local 228 auto comparator = [&](int x, int y) { in test_range() local
|
H A D | ranges.minmax.pass.cpp | 149 auto comparator = [&](int a, int b) { in test_initializer_list() local 232 auto comparator = [&](int x, int y) { in test_range_types() local
|
H A D | ranges.max_element.pass.cpp | 154 auto comparator = [&](int a, int b) { in test_dangling() local
|
H A D | ranges.min_element.pass.cpp | 154 auto comparator = [&](int a, int b) { in test_dangling() local
|
H A D | ranges.minmax_element.pass.cpp | 176 auto comparator = [&](int a, int b) { in test_dangling() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/ |
H A D | ranges.sort.pass.cpp | 165 constexpr bool comparator(const S& rhs) const { return i < rhs.i; } in test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/ |
H A D | ranges_pop_heap.pass.cpp | 171 constexpr bool comparator(const A& rhs) const { return i < rhs.i; } test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/ |
H A D | ranges_push_heap.pass.cpp | 174 constexpr bool comparator(const A& rhs) const { return i < rhs.i; } test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/ |
H A D | ranges_make_heap.pass.cpp | 172 constexpr bool comparator(const A& rhs) const { return i < rhs.i; } test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
H A D | ranges.stable.sort.pass.cpp | 219 bool comparator(const S& rhs) const { return i < rhs.i; } in test() function
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.nth.element/ |
H A D | ranges_nth_element.pass.cpp | 236 constexpr bool comparator(const S& rhs) const { return i < rhs.i; } in test() function
|
/llvm-project/mlir/test/lib/Dialect/SPIRV/ |
H A D | TestAvailability.cpp | 127 Value comparator = op->getOperand(2); in matchAndRewrite() local
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/ |
H A D | ranges_sort_heap.pass.cpp | 170 constexpr bool comparator(const A& rhs) const { return i < rhs.i; } test() function
|
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/ |
H A D | GPUTransformOps.cpp | 429 auto comparator = [](Attribute a, Attribute b) -> bool { in rewriteOneForallCommonImpl() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | Symtab.cpp | 640 SymbolIndexComparator comparator(m_symbols, addr_cache); in SortSymbolIndexesByValue() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDefinitionsGen.cpp | 3983 std::string comparator = global() local
|