Home
last modified time | relevance | path

Searched defs:comparator (Results 1 – 23 of 23) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Drotate_copy.pass.cpp57 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 Drotate.pass.cpp106 auto comparator = compare<T>(); in operator ()() local
/llvm-project/libcxx/test/std/containers/associative/set/
H A Dmerge.pass.cpp86 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 Dmerge.pass.cpp86 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 Dmerge.pass.cpp86 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 Dmerge.pass.cpp86 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 Dranges.min.pass.cpp103 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 Dranges.max.pass.cpp105 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 Dranges.minmax.pass.cpp149 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 Dranges.max_element.pass.cpp154 auto comparator = [&](int a, int b) { in test_dangling() local
H A Dranges.min_element.pass.cpp154 auto comparator = [&](int a, int b) { in test_dangling() local
H A Dranges.minmax_element.pass.cpp176 auto comparator = [&](int a, int b) { in test_dangling() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dranges.sort.pass.cpp165 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 Dranges_pop_heap.pass.cpp171 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 Dranges_push_heap.pass.cpp174 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 Dranges_make_heap.pass.cpp172 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 Dranges.stable.sort.pass.cpp219 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 Dranges_nth_element.pass.cpp236 constexpr bool comparator(const S& rhs) const { return i < rhs.i; } in test() function
/llvm-project/mlir/test/lib/Dialect/SPIRV/
H A DTestAvailability.cpp127 Value comparator = op->getOperand(2); in matchAndRewrite() local
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dranges_sort_heap.pass.cpp170 constexpr bool comparator(const A& rhs) const { return i < rhs.i; } test() function
/llvm-project/mlir/lib/Dialect/GPU/TransformOps/
H A DGPUTransformOps.cpp429 auto comparator = [](Attribute a, Attribute b) -> bool { in rewriteOneForallCommonImpl() local
/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp640 SymbolIndexComparator comparator(m_symbols, addr_cache); in SortSymbolIndexesByValue() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp3983 std::string comparator = global() local