Home
last modified time | relevance | path

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

/external/libcxx/benchmarks/
Dfunction.bench.cpp32 struct AllFunctionTypes : EnumValuesAsTuple<AllFunctionTypes, FunctionType, 8> { struct
224 AllFunctionTypes>(); in main()
225 makeCartesianProductBenchmark<Copy, AllFunctionTypes>(); in main()
226 makeCartesianProductBenchmark<Move, AllFunctionTypes>(); in main()
227 makeCartesianProductBenchmark<Swap, AllFunctionTypes, AllFunctionTypes>(); in main()
228 makeCartesianProductBenchmark<OperatorBool, AllFunctionTypes>(); in main()
229 makeCartesianProductBenchmark<Invoke, AllFunctionTypes>(); in main()
230 makeCartesianProductBenchmark<InvokeInlined, AllFunctionTypes>(); in main()