Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/detail/
H A Dcheck.hpp28 # define BOOST_PP_CHECK_D(x, type) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, type x))
29 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk) macro
32 # define BOOST_PP_CHECK_D(x, type) BOOST_PP_CHECK_1(type x)
33 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk) macro
41 # define BOOST_PP_CHECK_0(chk) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, chk))
42 # define BOOST_PP_CHECK_1(chk) BOOST_PP_CHECK_2(chk) macro