Searched refs:AllValueTypes (Results 1 – 17 of 17) sorted by relevance
| /llvm-project-15.0.7/libcxx/benchmarks/algorithms/ |
| H A D | ranges_sort_heap.bench.cpp | 34 makeCartesianProductBenchmark<RangesSortHeap, AllValueTypes>(Quantities); in main()
|
| H A D | ranges_make_heap.bench.cpp | 35 makeCartesianProductBenchmark<RangesMakeHeap, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | sort_heap.bench.cpp | 34 makeCartesianProductBenchmark<SortHeap, AllValueTypes>(Quantities); in main()
|
| H A D | make_heap.bench.cpp | 35 makeCartesianProductBenchmark<MakeHeap, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | ranges_make_heap_then_sort_heap.bench.cpp | 37 makeCartesianProductBenchmark<RangesMakeThenSortHeap, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | ranges_sort.bench.cpp | 37 makeCartesianProductBenchmark<Sort, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | min_max_element.bench.cpp | 34 makeCartesianProductBenchmark<MinMaxElement, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | ranges_stable_sort.bench.cpp | 37 makeCartesianProductBenchmark<StableSort, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | pop_heap.bench.cpp | 37 makeCartesianProductBenchmark<PopHeap, AllValueTypes>(Quantities); in main()
|
| H A D | ranges_pop_heap.bench.cpp | 37 makeCartesianProductBenchmark<RangesPopHeap, AllValueTypes>(Quantities); in main()
|
| H A D | stable_sort.bench.cpp | 37 makeCartesianProductBenchmark<StableSort, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | sort.bench.cpp | 37 makeCartesianProductBenchmark<Sort, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | make_heap_then_sort_heap.bench.cpp | 37 makeCartesianProductBenchmark<MakeThenSortHeap, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | lower_bound.bench.cpp | 40 makeCartesianProductBenchmark<LowerBound, AllValueTypes>(Quantities); in main()
|
| H A D | push_heap.bench.cpp | 40 makeCartesianProductBenchmark<PushHeap, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | ranges_push_heap.bench.cpp | 40 makeCartesianProductBenchmark<RangesPushHeap, AllValueTypes, AllOrders>(Quantities); in main()
|
| H A D | common.h | 21 struct AllValueTypes : EnumValuesAsTuple<AllValueTypes, ValueType, 6> { struct
|