Searched refs:BM_template1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dcxx03_test.cc40 void BM_template1(benchmark::State& state) { function
43 BENCHMARK_TEMPLATE(BM_template1, long);
44 BENCHMARK_TEMPLATE1(BM_template1, int);
50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) {
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dcxx03_test.cc40 void BM_template1(benchmark::State& state) { function
43 BENCHMARK_TEMPLATE(BM_template1, long);
44 BENCHMARK_TEMPLATE1(BM_template1, int);
50 BENCHMARK_TEMPLATE_F(BM_Fixture, BM_template1, long)(benchmark::State& state) {

Completed in 131 milliseconds