Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Dfold_impl.hpp40 … , BOOST_PP_SUB(DATA, BOOST_PP_INC(N)) \
42 … , BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, N)) \
45 … BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, BOOST_PP_INC(N))); \
49 … BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, BOOST_PP_INC(N))) \
50 … BOOST_PP_CAT(s, BOOST_PP_SUB(DATA, BOOST_PP_INC(N))) \
54 … , BOOST_PP_SUB(DATA, BOOST_PP_INC(N)) \
56 … , BOOST_PP_CAT(state, BOOST_PP_SUB(DATA, N)) \
59 … proto::child_c<BOOST_PP_SUB(DATA, BOOST_PP_INC(N))>(e) \
60 … , BOOST_PP_CAT(s, BOOST_PP_SUB(DATA, N)) \
H A Dpack_impl.hpp34 #define M BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N)
H A Ddefault_function_impl.hpp91 )(BOOST_PP_ENUM(BOOST_PP_SUB(N, 2), BOOST_PROTO_DEF_FUN_INVOKE_ARG, e)); in invoke()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dtraits.hpp52 … BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N), void BOOST_PP_INTERCEPT)
58 … BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N), void BOOST_PP_INTERCEPT)
96 … BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N), void BOOST_PP_INTERCEPT)
103 … BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N), void BOOST_PP_INTERCEPT)
H A Dand_n.hpp45 P0::value BOOST_PP_COMMA_IF(BOOST_PP_SUB(N,2))
H A Dmake_expr_.hpp66 #define M BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N)
H A Ddeprecated.hpp241 BOOST_PP_SUB(BOOST_PP_INC(BOOST_PROTO_MAX_ARITY), BOOST_PP_SEQ_SIZE(BOUNDARGS)) \
H A Dunpack_expr_.hpp142 #define M BOOST_PP_SUB(BOOST_PROTO_MAX_ARITY, N)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/comparison/
H A Dless_equal.hpp24 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y))
27 # define BOOST_PP_LESS_EQUAL_I(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/arithmetic/
H A Dsub.hpp25 # define BOOST_PP_SUB(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_SUB_P, BOOST_PP_SU… macro
27 # define BOOST_PP_SUB(x, y) BOOST_PP_SUB_I(x, y) macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessor/
H A Dsub.hpp60 BOOST_PP_SUB(i,j) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/
H A Dvector_n_chooser.hpp101 … BOOST_PP_ENUM_TRAILING_PARAMS(BOOST_PP_SUB(FUSION_MAX_VECTOR_SIZE, N), void_ BOOST_PP_INTERCEPT)>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/
H A Ddefault_eval.hpp76 )(BOOST_PP_ENUM(BOOST_PP_SUB(N, 2), BOOST_PROTO_DEFAULT_EVAL_SHIFTED, expr)); in invoke()