Home
last modified time | relevance | path

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

/third_party/benchmark/include/benchmark/
Dbenchmark.h247 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
254 #define BENCHMARK_BUILTIN_EXPECT(x, y) __builtin_expect(x, y) macro
261 #define BENCHMARK_BUILTIN_EXPECT(x, y) x macro