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 D | template_params.hpp | 15 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 D | push.hpp | 81 { 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 D | expr_if.hpp | 24 # 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 D | deprecated.hpp | 113 )(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 D | count_args.hpp | 65 BOOST_PP_EXPR_IF(i, +) \
|