Home
last modified time | relevance | path

Searched refs:BENCHMARK_NORETURN (Results 1 – 8 of 8) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dinternal_macros.h30 #define BENCHMARK_NORETURN [[noreturn]] macro
32 #define BENCHMARK_NORETURN __attribute__((noreturn)) macro
34 #define BENCHMARK_NORETURN __declspec(noreturn) macro
36 #define BENCHMARK_NORETURN macro
Dcheck.h21 BENCHMARK_NORETURN inline void CallAbortHandler() { in CallAbortHandler()
38 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { in ~CheckHandler()
Dtimers.cc102 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { in DiagnoseAndExit()
Dsysinfo.cc77 BENCHMARK_NORETURN void PrintErrorAndDie(Args&&... args) { in PrintErrorAndDie()
/external/google-benchmark/src/
Dinternal_macros.h30 #define BENCHMARK_NORETURN [[noreturn]] macro
32 #define BENCHMARK_NORETURN __attribute__((noreturn)) macro
34 #define BENCHMARK_NORETURN __declspec(noreturn) macro
36 #define BENCHMARK_NORETURN macro
Dcheck.h21 BENCHMARK_NORETURN inline void CallAbortHandler() { in CallAbortHandler()
38 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) { in ~CheckHandler()
Dtimers.cc102 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) { in DiagnoseAndExit()
Dsysinfo.cc80 BENCHMARK_NORETURN void PrintErrorAndDie(Args&&... args) { in PrintErrorAndDie()