Searched refs:BENCHMARK_NORETURN (Results 1 – 8 of 8) sorted by relevance
30 #define BENCHMARK_NORETURN [[noreturn]] macro32 #define BENCHMARK_NORETURN __attribute__((noreturn)) macro34 #define BENCHMARK_NORETURN __declspec(noreturn) macro36 #define BENCHMARK_NORETURN macro
21 BENCHMARK_NORETURN inline void CallAbortHandler() { in CallAbortHandler()38 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { in ~CheckHandler()
102 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { in DiagnoseAndExit()
77 BENCHMARK_NORETURN void PrintErrorAndDie(Args&&... args) { in PrintErrorAndDie()
80 BENCHMARK_NORETURN void PrintErrorAndDie(Args&&... args) { in PrintErrorAndDie()