Home
last modified time | relevance | path

Searched refs:RXCPP_NORETURN (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-includes.hpp30 #define RXCPP_NORETURN __declspec(noreturn) macro
48 #define RXCPP_NORETURN [[noreturn]] macro
50 #define RXCPP_NORETURN __attribute__ ((noreturn)) macro
75 #define RXCPP_NORETURN __attribute__ ((noreturn)) macro
Drx-util.hpp902 RXCPP_NORETURN inline void rethrow_exception(error_ptr e) { in rethrow_exception()
920 RXCPP_NORETURN inline void throw_exception(E&& e) { in throw_exception()
933 RXCPP_NORETURN inline void rethrow_current_exception() { in rethrow_current_exception()