Searched refs:BENCHMARK_NORETURN (Results 1 - 6 of 6) sorted by relevance

/external/google-benchmark/src/
H A Dinternal_macros.h19 #define BENCHMARK_NORETURN [[noreturn]] macro
21 #define BENCHMARK_NORETURN __attribute__((noreturn)) macro
23 #define BENCHMARK_NORETURN __declspec(noreturn) macro
25 #define BENCHMARK_NORETURN macro
H A Dcheck.h20 BENCHMARK_NORETURN inline void CallAbortHandler() {
37 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) {
H A Dtimers.cc95 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) {
/external/libcxx/utils/google-benchmark/src/
H A Dinternal_macros.h19 #define BENCHMARK_NORETURN [[noreturn]] macro
21 #define BENCHMARK_NORETURN __attribute__((noreturn)) macro
23 #define BENCHMARK_NORETURN __declspec(noreturn) macro
25 #define BENCHMARK_NORETURN macro
H A Dcheck.h20 BENCHMARK_NORETURN inline void CallAbortHandler() {
37 BENCHMARK_NORETURN ~CheckHandler() BENCHMARK_NOEXCEPT_OP(false) {
H A Dtimers.cc95 BENCHMARK_NORETURN static void DiagnoseAndExit(const char* msg) {

Completed in 76 milliseconds