Home
last modified time | relevance | path

Searched refs:BOOST_FALLTHROUGH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp971 #ifndef BOOST_FALLTHROUGH
972 # define BOOST_FALLTHROUGH ((void)0) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dgcc.hpp303 # define BOOST_FALLTHROUGH __attribute__((fallthrough)) macro
H A Dxlcpp.hpp74 # define BOOST_FALLTHROUGH [[clang::fallthrough]] macro
H A Dclang.hpp113 # define BOOST_FALLTHROUGH [[clang::fallthrough]] macro
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0002-boost-Backport-clang-support.patch101 +// The BOOST_FALLTHROUGH macro can be used to annotate implicit fall-through
106 +# define BOOST_FALLTHROUGH [[clang::fallthrough]]