Searched refs:BOOST_NORETURN (Results 1 – 4 of 4) sorted by relevance
641 #if !defined(BOOST_NORETURN)643 # define BOOST_NORETURN __declspec(noreturn) macro645 # define BOOST_NORETURN __attribute__ ((__noreturn__)) macro648 # define BOOST_NORETURN [[noreturn]] macro652 # define BOOST_NORETURN [[noreturn]] macro657 #if !defined(BOOST_NORETURN)659 # define BOOST_NORETURN macro
29 BOOST_NORETURN inline void forced_return_no_return() { // fixes `must return a value` warnings in forced_return_no_return()42 BOOST_NORETURN inline
62 template<class E> BOOST_NORETURN inline void throw_exception( E const & e )82 BOOST_NORETURN
121 BOOST_NORETURN