Home
last modified time | relevance | path

Searched refs:BOOST_PP_EXPR_IF (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/iostreams/detail/
H A Dtemplate_params.hpp15 BOOST_PP_EXPR_IF(arity, template<) \
17 BOOST_PP_EXPR_IF(arity, >) \
21 BOOST_PP_EXPR_IF(arity, <) \
23 BOOST_PP_EXPR_IF(arity, >) \
H A Dpush.hpp81 { BOOST_PP_EXPR_IF(has_return, return) \
115 { BOOST_PP_EXPR_IF(has_return, return) \
125 BOOST_PP_EXPR_IF(has_return, result) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/control/
H A Dexpr_if.hpp24 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IIF(BOOST_PP_BOOL(cond), expr) macro
26 # define BOOST_PP_EXPR_IF(cond, expr) BOOST_PP_EXPR_IF_I(cond, expr) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Ddeprecated.hpp113 )(R, DATA, I, ELEM) BOOST_PP_EXPR_IF(BOOST_PP_GREATER(I, 1), const) \
119 BOOST_PP_EXPR_IF( \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dcount_args.hpp65 BOOST_PP_EXPR_IF(i, +) \