Searched refs:BENCHMARK_NORETURN (Results 1 – 4 of 4) sorted by relevance
34 #define BENCHMARK_NORETURN [[noreturn]] macro36 #define BENCHMARK_NORETURN __attribute__((noreturn)) macro38 #define BENCHMARK_NORETURN __declspec(noreturn) macro40 #define BENCHMARK_NORETURN macro
21 BENCHMARK_NORETURN inline void CallAbortHandler() { in CallAbortHandler()43 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { in ~CheckHandler()
104 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { in DiagnoseAndExit()
83 BENCHMARK_NORETURN void PrintErrorAndDie(Args&&... args) { in PrintErrorAndDie()