Home
last modified time | relevance | path

Searched refs:allValueCombinations (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/benchmarks/
DCartesianBenchmarks.h68 void allValueCombinations(R& Result, const T& Final) { in allValueCombinations() function
73 void allValueCombinations(R& Result, const T& Prev, const V& Value, in allValueCombinations() function
76 allValueCombinations(Result, std::tuple_cat(Prev, std::make_tuple(E)), in allValueCombinations()
113 internal::allValueCombinations(V, std::tuple<>(), A...); in makeCartesianProductBenchmark()
121 internal::allValueCombinations(V, std::tuple<>(), A...); in makeCartesianProductBenchmark()