Home
last modified time | relevance | path

Searched refs:BOOST_UNREACHABLE_RETURN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/config/
H A Dunreachable_return.hpp18 BOOST_UNREACHABLE_RETURN(x)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp447 #ifndef BOOST_UNREACHABLE_RETURN
449 # define BOOST_UNREACHABLE_RETURN(x) return x; macro
451 # define BOOST_UNREACHABLE_RETURN(x) 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.hpp321 #define BOOST_UNREACHABLE_RETURN(x) __builtin_unreachable(); macro
H A Dclang.hpp310 #define BOOST_UNREACHABLE_RETURN(x) __builtin_unreachable(); macro