Home
last modified time | relevance | path

Searched defs:BENCHMARK_BUILTIN_EXPECT (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h231 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
234 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h230 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
233 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro