Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dfunction.bench.cpp31 struct AllFunctionTypes : EnumValuesAsTuple<AllFunctionTypes, FunctionType, 8> { struct
223 AllFunctionTypes>(); in main()
224 makeCartesianProductBenchmark<Copy, AllFunctionTypes>(); in main()
225 makeCartesianProductBenchmark<Move, AllFunctionTypes>(); in main()
226 makeCartesianProductBenchmark<Swap, AllFunctionTypes, AllFunctionTypes>(); in main()
227 makeCartesianProductBenchmark<OperatorBool, AllFunctionTypes>(); in main()
228 makeCartesianProductBenchmark<Invoke, AllFunctionTypes>(); in main()
229 makeCartesianProductBenchmark<InvokeInlined, AllFunctionTypes>(); in main()