Searched refs:AllHints (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/benchmarks/ |
| H A D | map.bench.cpp | 41 struct AllHints : EnumValuesAsTuple<AllHints, Hint, 4> { struct 1017 makeCartesianProductBenchmark<InsertHint, AllModes, AllHints>(MapSize); in main() 1019 makeCartesianProductBenchmark<InsertAssignHint, AllModes, AllHints>(MapSize); in main() 1022 makeCartesianProductBenchmark<EmplaceHint, AllModes, AllHints>(MapSize); in main() 1024 makeCartesianProductBenchmark<TryEmplaceHint, AllModes, AllHints>(MapSize); in main()
|