Home
last modified time | relevance | path

Searched defs:BOOST_UNREACHABLE_RETURN (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/compiler/
H A Dclang.hpp310 #define BOOST_UNREACHABLE_RETURN(x) __builtin_unreachable(); macro
H A Dgcc.hpp321 #define BOOST_UNREACHABLE_RETURN(x) __builtin_unreachable(); macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/config/detail/
H A Dsuffix.hpp449 # define BOOST_UNREACHABLE_RETURN(x) return x; macro
451 # define BOOST_UNREACHABLE_RETURN(x) macro