Home
last modified time | relevance | path

Searched defs:BENCHMARK_NOEXCEPT_OP (Results 1 - 1 of 1) sorted by relevance

/third_party/benchmark/src/
H A Dcheck.h14 #define BENCHMARK_NOEXCEPT_OP(x) noexcept(x) macro
18 #define BENCHMARK_NOEXCEPT_OP(x) noexcept(x) macro
21 #define BENCHMARK_NOEXCEPT_OP(x) macro
26 #define BENCHMARK_NOEXCEPT_OP(x) macro
59 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { in BENCHMARK_NOEXCEPT_OP() function in benchmark::internal::CheckHandler

Completed in 1 milliseconds