Searched refs:AbortHandlerT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcheck.h14 typedef void(AbortHandlerT)(); typedef in namespace:benchmark::internal
16 inline AbortHandlerT*& GetAbortHandler() {
17 static AbortHandlerT* handler = &std::abort;
/netbsd-current/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcheck.h14 typedef void(AbortHandlerT)(); typedef in namespace:benchmark::internal
16 inline AbortHandlerT*& GetAbortHandler() {
17 static AbortHandlerT* handler = &std::abort;

Completed in 135 milliseconds