Home
last modified time | relevance | path

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

123456

/third_party/boost/boost/typeof/
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 …]
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 …]
/third_party/boost/libs/preprocessor/test/
Darithmetic.cxx66 BEGIN BOOST_PP_INC(0) == 1 END
67 BEGIN BOOST_PP_INC(22) == 23 END
68 BEGIN BOOST_PP_INC(256) == 256 END
70 BEGIN BOOST_PP_INC(BOOST_PP_INC(0)) == 2 END
71 BEGIN BOOST_PP_INC(BOOST_PP_INC(17)) == 19 END
72 BEGIN BOOST_PP_INC(BOOST_PP_INC(255)) == 256 END
/third_party/boost/boost/signals2/detail/
Dsignals_common_macros.hpp29 #define BOOST_SIGNALS2_SIGNATURE_ARG_NAME(z, n, data) BOOST_PP_CAT(arg, BOOST_PP_INC(n))
32 BOOST_PP_CAT(T, BOOST_PP_INC(n)) BOOST_SIGNALS2_SIGNATURE_ARG_NAME(~, n, ~)
40 BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), T)
47 BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), typename BOOST_PP_CAT(prefix, T))
51 BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), typename T)
54 BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), typename BOOST_PP_CAT(prefix, T))
57 BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), typename T)
60 …BOOST_PP_CAT(prefix, R) BOOST_PP_COMMA_IF(arity) BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity),…
63 R BOOST_PP_COMMA_IF(arity) BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), T)
70 BOOST_PP_ENUM_SHIFTED_PARAMS(BOOST_PP_INC(arity), T)
[all …]
/third_party/boost/boost/proto/transform/detail/
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) \
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()
/third_party/boost/boost/mpl/aux_/
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 \
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_)>)
/third_party/boost/boost/spirit/home/classic/dynamic/
Dselect.hpp186 BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), typename ParserT) \
190 BOOST_PP_ENUM_ ## z(BOOST_PP_INC(N), \
197 BOOST_PP_ENUM_BINARY_PARAMS_Z(z, BOOST_PP_INC(N), \
201 BOOST_PP_REPEAT_ ## z(BOOST_PP_INC(N), \
205 BOOST_PP_ENUM_BINARY_PARAMS_Z(z, BOOST_PP_INC(N), \
211 BOOST_PP_ENUM_ ## z(BOOST_PP_INC(N), \
/third_party/boost/boost/phoenix/core/detail/
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)) = {{{}}}; \
/third_party/boost/boost/phoenix/core/detail/cpp03/
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))< \
/third_party/boost/boost/python/
Dsignature.hpp34 BOOST_PP_CAT(mpl::vector, BOOST_PP_INC(n))
216 inline BOOST_PYTHON_LIST_INC(BOOST_PP_INC(N))< in BOOST_PYTHON_LIST_INC()
220 return BOOST_PYTHON_LIST_INC(BOOST_PP_INC(N))< in BOOST_PYTHON_LIST_INC()
231 inline BOOST_PYTHON_LIST_INC(BOOST_PP_INC(N))< in BOOST_PYTHON_LIST_INC()
241 return BOOST_PYTHON_LIST_INC(BOOST_PP_INC(N))< in BOOST_PYTHON_LIST_INC()
/third_party/boost/boost/parameter/aux_/preprocessor/impl/
Darity_range.hpp15 #define BOOST_PARAMETER_ARITY_RANGE_M_required(state) BOOST_PP_INC(state)
17 BOOST_PP_INC(state)
37 , BOOST_PP_INC(BOOST_PP_SEQ_SIZE(args)) \
/third_party/boost/boost/lambda/
Dswitch.hpp301 detail::select(::boost::tuples::get<BOOST_PP_INC(N)>(args), CALL_ACTUAL_ARGS); \
312 switch_action<BOOST_PP_INC(N), \
342 switch_action<BOOST_PP_INC(N), \
429 switch_action<BOOST_PP_INC(N), \
442 switch_action<BOOST_PP_INC(N), \
462 BOOST_LAMBDA_SWITCH( BOOST_PP_INC(N) )
466 BOOST_LAMBDA_SWITCH_STATEMENT(BOOST_PP_INC(N))
/third_party/boost/boost/spirit/home/classic/utility/
Dgrammar_def.hpp214 using ::phoenix::tuple_index_names::BOOST_PP_CAT(_, BOOST_PP_INC(N)); \
215 t[BOOST_PP_CAT(_, BOOST_PP_INC(N))] = &BOOST_PP_CAT(t, N); \
218 template <BOOST_PP_ENUM_PARAMS_Z(z, BOOST_PP_INC(N), typename TC)> \
220 start_parsers(BOOST_PP_ENUM_ ## z(BOOST_PP_INC(N), \
223 BOOST_PP_REPEAT_ ## z(BOOST_PP_INC(N), \
/third_party/boost/boost/local_function/aux_/
Dfunction.hpp47 BOOST_PP_CAT(BOOST_PP_CAT(arg, BOOST_PP_INC(arg_n)), _type) \
271 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_LOCAL_FUNCTION_AUX_defaults),
294 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_LOCAL_FUNCTION_AUX_defaults),
302 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_LOCAL_FUNCTION_AUX_defaults),
310 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_LOCAL_FUNCTION_AUX_defaults),
320 BOOST_PP_REPEAT(BOOST_PP_INC(BOOST_LOCAL_FUNCTION_AUX_defaults),
/third_party/boost/boost/local_function/aux_/macro/code_/
Dfunctor.hpp77 BOOST_LOCAL_FUNCTION_AUX_CODE_FUNCTOR_PARAM_ARG_NAME_(BOOST_PP_INC(i))
93 BOOST_PP_INC(i)) \
95 BOOST_PP_CAT(BOOST_PP_CAT(arg, BOOST_PP_INC(i)), _type) \
103 BOOST_PP_INC(i)) \
105 BOOST_LOCAL_FUNCTION_AUX_CODE_FUNCTOR_PARAM_ARG_NAME_(BOOST_PP_INC(i))
435 BOOST_PP_INC \
552 BOOST_PP_INC \
637 BOOST_PP_INC \
748 BOOST_PP_EXPAND(BOOST_PP_INC(default_count)), \
764 BOOST_PP_EXPAND(BOOST_PP_INC(default_count)), \
[all …]
/third_party/boost/boost/mpl/
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_));
/third_party/boost/boost/spirit/home/support/detail/
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));
/third_party/boost/boost/spirit/home/support/
Dargument.hpp34 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type); \
36 BOOST_PP_CAT(_, BOOST_PP_INC(n)) = \
37 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type)(); \
49 BOOST_PP_CAT(BOOST_PP_CAT(_, BOOST_PP_INC(n)), _type); \
/third_party/boost/boost/fusion/container/vector/detail/cpp03/
Das_vector.hpp83 BOOST_PP_CAT(I, BOOST_PP_INC(n));
86 typename gen::BOOST_PP_CAT(I, BOOST_PP_INC(n)) \
87 BOOST_PP_CAT(i, BOOST_PP_INC(n)) = fusion::next(BOOST_PP_CAT(i, n));
/third_party/boost/boost/fusion/container/deque/detail/cpp03/
Das_deque.hpp84 BOOST_PP_CAT(I, BOOST_PP_INC(n));
87 typename gen::BOOST_PP_CAT(I, BOOST_PP_INC(n)) \
88 BOOST_PP_CAT(i, BOOST_PP_INC(n)) = fusion::next(BOOST_PP_CAT(i, n));
/third_party/boost/boost/fusion/container/set/detail/cpp03/
Das_set.hpp83 BOOST_PP_CAT(I, BOOST_PP_INC(n));
86 typename gen::BOOST_PP_CAT(I, BOOST_PP_INC(n)) \
87 BOOST_PP_CAT(i, BOOST_PP_INC(n)) = fusion::next(BOOST_PP_CAT(i, n));
/third_party/boost/boost/preprocessor/seq/
Dremove.hpp23 … BOOST_PP_SEQ_REMOVE(seq, i) BOOST_PP_SEQ_FIRST_N(i, seq) BOOST_PP_SEQ_REST_N(BOOST_PP_INC(i), seq)
26 …OOST_PP_SEQ_REMOVE_I(seq, i) BOOST_PP_SEQ_FIRST_N(i, seq) BOOST_PP_SEQ_REST_N(BOOST_PP_INC(i), seq)
/third_party/boost/boost/python/detail/
Ddefaults_gen.hpp121 BOOST_PP_CAT(iter, BOOST_PP_INC(index)); \
141 BOOST_STATIC_CONSTANT(int, n_funcs = BOOST_PP_INC(n_dflts)); \
158 BOOST_PP_INC(n_args), \
180 BOOST_STATIC_CONSTANT(int, n_funcs = BOOST_PP_INC(n_dflts)); \
200 BOOST_PP_INC(n_args), \

123456