Home
last modified time | relevance | path

Searched refs:BOOST_PP_INC (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dregister_functions.hpp27 FUN_PTR_ID = FUN_ID + 1 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
28 FUN_REF_ID = FUN_ID + 2 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
29 MEM_FUN_ID = FUN_ID + 3 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
30 CONST_MEM_FUN_ID = FUN_ID + 4 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
31 VOLATILE_MEM_FUN_ID = FUN_ID + 5 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
32 VOLATILE_CONST_MEM_FUN_ID = FUN_ID + 6 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
33 FUN_VAR_ID = FUN_ID + 7 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
34 FUN_VAR_PTR_ID = FUN_ID + 8 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
35 FUN_VAR_REF_ID = FUN_ID + 9 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
36 MEM_FUN_VAR_ID = FUN_ID + 10 * BOOST_PP_INC(BOOST_TYPEOF_LIMIT_FUNCTION_ARITY),
[all …]
H A Dregister_functions_iterate.hpp15 typedef BOOST_TYPEOF_ENCODE_PARAMS(BOOST_PP_INC(n), FUN_PTR_ID + n) type;
22 typedef BOOST_TYPEOF_ENCODE_PARAMS(BOOST_PP_INC(n), FUN_VAR_PTR_ID + n) type;
29 BOOST_TYPEOF_DECODE_PARAMS(BOOST_PP_INC(n))
31 typedef BOOST_PP_CAT(iter, BOOST_PP_INC(n)) iter;
38 BOOST_TYPEOF_DECODE_PARAMS(BOOST_PP_INC(n))
40 typedef BOOST_PP_CAT(iter, BOOST_PP_INC(n)) iter;
51 typedef BOOST_TYPEOF_ENCODE_PARAMS(BOOST_PP_INC(n), FUN_REF_ID + n) type;
58 typedef BOOST_TYPEOF_ENCODE_PARAMS(BOOST_PP_INC(n), FUN_VAR_REF_ID + n) type;
65 BOOST_TYPEOF_DECODE_PARAMS(BOOST_PP_INC(n))
67 typedef BOOST_PP_CAT(iter, BOOST_PP_INC(n)) iter;
[all …]
H A Dtype_template_param.hpp25 >::type BOOST_PP_CAT(V, BOOST_PP_INC(n));
30 typedef typename BOOST_PP_CAT(d, n)::iter BOOST_PP_CAT(iter, BOOST_PP_INC(n));
H A Dregister_mem_functions.hpp13 typedef T BOOST_PP_CAT(P, BOOST_PP_INC(n));
25 typedef typename workaround<BOOST_PP_CAT(p, BOOST_PP_INC(n))>::type type;
H A Dintegral_template_param.hpp62 >::type BOOST_PP_CAT(V, BOOST_PP_INC(n));
67 typedef typename BOOST_PP_CAT(d, n)::iter BOOST_PP_CAT(iter, BOOST_PP_INC(n));
/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.hpp18 … BOOST_PP_CAT(state, BOOST_PP_INC(N)); \
22 … BOOST_PP_CAT(state, BOOST_PP_INC(N)) \
23 … BOOST_PP_CAT(s, BOOST_PP_INC(N)) \
40 … , BOOST_PP_SUB(DATA, BOOST_PP_INC(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)) \
59 … proto::child_c<BOOST_PP_SUB(DATA, BOOST_PP_INC(N))>(e) \
H A Dpack_impl.hpp38 struct expand_pattern<BOOST_PP_INC(N), Fun, Cont>
39 : Cont::template cat<BOOST_PP_ENUM(BOOST_PP_INC(N), M0, ~)>
51 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PP_INC(M), typename C, void)> in BOOST_PP_CAT()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dlambda_no_ctps.hpp140 typename F::BOOST_PP_CAT(arg,BOOST_PP_INC(i_)) \
143 > BOOST_PP_CAT(l,BOOST_PP_INC(i_)); \
147 typedef typename BOOST_PP_CAT(l,BOOST_PP_INC(i_))::is_le \
148 BOOST_PP_CAT(is_le,BOOST_PP_INC(i_)); \
153 BOOST_MPL_AUX_MSVC_VALUE_WKND(BOOST_PP_CAT(is_le,BOOST_PP_INC(i_)))::value \
157 , typename BOOST_PP_CAT(l,BOOST_PP_INC(i_))::type \
H A Dfull_lambda.hpp155 AUX778076_ARITY_PARAM(int_<BOOST_PP_INC(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)>)
242 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::result_ \
247 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::type \
286 typedef lambda< BOOST_PP_CAT(T, BOOST_PP_INC(i_)), Tag > \
287 BOOST_PP_CAT(l,BOOST_PP_INC(i_)); \
291 typedef typename BOOST_PP_CAT(l,BOOST_PP_INC(i_))::is_le \
292 BOOST_PP_CAT(is_le,BOOST_PP_INC(i_)); \
297 BOOST_PP_CAT(is_le,BOOST_PP_INC(i_))::value \
340 AUX778076_ARITY_PARAM(int_<BOOST_PP_INC(i_)>)
H A Dcount_args.hpp52 BOOST_PP_INC(AUX778076_COUNT_ARGS_ARITY) \
66 AUX778076_IS_ARG_TEMPLATE_NAME<BOOST_PP_CAT(param,BOOST_PP_INC(i))>::value \
H A Dtemplate_arity.hpp62 # define AUX778076_ARITY BOOST_PP_INC(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)
106 BOOST_PP_COMMA_IF(i_) template_arity_impl<F,BOOST_PP_INC(i_)>::value \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/cpp03/
H A Dactor_operator.hpp71 BOOST_PP_CAT(vector, BOOST_PP_INC(BOOST_PHOENIX_ITERATION))< in operator ()()
85 BOOST_PP_CAT(vector, BOOST_PP_INC(BOOST_PHOENIX_ITERATION))< in operator ()()
99 BOOST_PP_CAT(vector, BOOST_PP_INC(BOOST_PHOENIX_ITERATION))< in operator ()()
113 BOOST_PP_CAT(vector, BOOST_PP_INC(BOOST_PHOENIX_ITERATION))< in operator ()()
142 BOOST_PP_CAT(vector, BOOST_PP_INC(BOOST_PHOENIX_ITERATION))< \
156 BOOST_PP_CAT(vector, BOOST_PP_INC(BOOST_PHOENIX_ITERATION))< \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dargument.hpp12 expression::argument<BOOST_PP_INC(N)>::type \
13 BOOST_PP_CAT(BOOST_PP_CAT(name, BOOST_PP_INC(N)), _type) \
18 expression::argument<BOOST_PP_INC(N)>::type const \
20 BOOST_PP_CAT(name, BOOST_PP_INC(N)) = {{{}}}; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dbind.hpp337 BOOST_PP_INC(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)
342 BOOST_PP_INC(BOOST_MPL_LIMIT_METAFUNCTION_ARITY)
399 , BOOST_MPL_PP_EXT_PARAMS(2, BOOST_PP_INC(i_), t) in BOOST_PP_CAT()
443 typename BOOST_PP_CAT(t,BOOST_PP_INC(i_))::type \ in BOOST_PP_CAT()
482 BOOST_MPL_AUX_ARITY_SPEC(BOOST_PP_INC(i_), BOOST_PP_CAT(bind,i_))
483 BOOST_MPL_AUX_TEMPLATE_ARITY_SPEC(BOOST_PP_INC(i_), BOOST_PP_CAT(bind,i_))
541 typedef typename BOOST_PP_CAT(r,j_)::next BOOST_PP_CAT(n,BOOST_PP_INC(j_));
H A Dapply.hpp90 BOOST_MPL_PP_ENUM(BOOST_PP_INC(n), param) \
163 BOOST_PP_INC(i_)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/
H A Das_variant.hpp49 BOOST_PP_CAT(I, BOOST_PP_INC(n));
52 typename gen::BOOST_PP_CAT(I, BOOST_PP_INC(n)) \
53 BOOST_PP_CAT(i, BOOST_PP_INC(n)) = fusion::next(BOOST_PP_CAT(i, n));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dargument.hpp30 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type); \
32 BOOST_PP_CAT(_, BOOST_PP_INC(n)) = \
33 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type)(); \
45 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type); \
/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 Das_vector.hpp77 BOOST_PP_CAT(I, BOOST_PP_INC(n));
80 typename gen::BOOST_PP_CAT(I, BOOST_PP_INC(n)) \
81 BOOST_PP_CAT(i, BOOST_PP_INC(n)) = fusion::next(BOOST_PP_CAT(i, n));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/repetition/
H A Denum_shifted.hpp64 # define BOOST_PP_ENUM_SHIFTED_M_1_I(z, n, m, d) BOOST_PP_COMMA_IF(n) m(z, BOOST_PP_INC(n), d)
65 # define BOOST_PP_ENUM_SHIFTED_M_2_I(z, n, m, d) BOOST_PP_COMMA_IF(n) m(z, BOOST_PP_INC(n), d)
66 # define BOOST_PP_ENUM_SHIFTED_M_3_I(z, n, m, d) BOOST_PP_COMMA_IF(n) m(z, BOOST_PP_INC(n), d)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dunpack_expr_.hpp12 … BOOST_PP_CAT(fusion_iterator, BOOST_PP_INC(N)); \
37 … BOOST_PP_CAT(fusion_iterator, BOOST_PP_INC(N)) BOOST_PP_CAT(it, BOOST_PP_INC(N)) = \
H A Ddeprecated.hpp225 , BOOST_PP_INC(ARGCOUNT) \
241 BOOST_PP_SUB(BOOST_PP_INC(BOOST_PROTO_MAX_ARITY), BOOST_PP_SEQ_SIZE(BOUNDARGS)) \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Drepeat.hpp184 …BOOST_PROTO_REPEAT_FROM_TO_EX(1, BOOST_PP_INC(BOOST_PROTO_MAX_ARITY), MACRO, BOOST_PROTO_typename_…
198 BOOST_PROTO_REPEAT_FROM_TO(1, BOOST_PP_INC(BOOST_PROTO_MAX_ARITY), MACRO)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/list/
H A Dfor_each_i.hpp42 # define BOOST_PP_LIST_FOR_EACH_I_O_D(m, d, l, i) (m, d, BOOST_PP_LIST_REST(l), BOOST_PP_INC(i))
44 …UPLE_ELEM(4, 1, x), BOOST_PP_LIST_REST(BOOST_PP_TUPLE_ELEM(4, 2, x)), BOOST_PP_INC(BOOST_PP_TUPLE_…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/pp_cc_loop/
H A Dmaster.hpp76 # define BOOST_FT_cc_id BOOST_PP_INC(BOOST_PP_FRAME_ITERATION(1))
101 BOOST_PP_EXPAND(#) define BOOST_FT_cc_id BOOST_PP_INC(BOOST_PP_ITERATION())
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dforward.hpp57 1, BOOST_PP_INC(BOOST_IOSTREAMS_MAX_FORWARDING_ARITY), \
61 1, BOOST_PP_INC(BOOST_IOSTREAMS_MAX_FORWARDING_ARITY), \

123