Searched refs:BOOST_FALLTHROUGH (Results 1 – 5 of 5) sorted by relevance
971 #ifndef BOOST_FALLTHROUGH972 # define BOOST_FALLTHROUGH ((void)0) macro
303 # define BOOST_FALLTHROUGH __attribute__((fallthrough)) macro
74 # define BOOST_FALLTHROUGH [[clang::fallthrough]] macro
113 # define BOOST_FALLTHROUGH [[clang::fallthrough]] macro
101 +// The BOOST_FALLTHROUGH macro can be used to annotate implicit fall-through106 +# define BOOST_FALLTHROUGH [[clang::fallthrough]]