Searched refs:BOOST_PP_INC (Results 1 – 21 of 21) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | full_lambda.hpp | 155 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_)>)
|
D | template_arity.hpp | 62 # 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 \
|
D | iter_fold_if_impl.hpp | 130 > BOOST_PP_CAT(forward_step, BOOST_PP_INC(i)); \
|
D | lambda_support.hpp | 40 typedef_ param BOOST_PP_CAT(arg,BOOST_PP_INC(i)); \
|
D | numeric_op.hpp | 217 , BOOST_MPL_PP_EXT_PARAMS(3, BOOST_PP_INC(AUX778076_OP_ARITY), N)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | bind.hpp | 337 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_));
|
D | apply.hpp | 90 BOOST_MPL_PP_ENUM(BOOST_PP_INC(n), param) \ 163 BOOST_PP_INC(i_)
|
D | arg.hpp | 96 typedef arg<BOOST_PP_INC(i_)> next;
|
D | apply_wrap.hpp | 63 BOOST_MPL_PP_ENUM(BOOST_PP_INC(n), param) \
|
D | has_xxx.hpp | 330 template< BOOST_PP_ENUM_PARAMS(BOOST_PP_INC(n), typename V) > class V \ 499 template< BOOST_PP_ENUM_PARAMS(BOOST_PP_INC(n), typename U) > class U \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/list/ |
D | for_each_i.hpp | 42 # 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_…
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/ |
D | base_from_member.hpp | 75 BOOST_PP_REPEAT_FROM_TO( 1, BOOST_PP_INC(BOOST_BASE_FROM_MEMBER_MAX_ARITY),
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/ |
D | inc.hpp | 22 # define BOOST_PP_INC(x) BOOST_PP_INC_I(x) macro 24 # define BOOST_PP_INC(x) BOOST_PP_INC_OO((x)) macro
|
D | add.hpp | 40 # define BOOST_PP_ADD_O_I(x, y) (BOOST_PP_INC(x), BOOST_PP_DEC(y))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/ |
D | params.hpp | 52 BOOST_PP_CAT(param, BOOST_PP_INC(i)) \
|
D | default_params.hpp | 53 BOOST_PP_CAT( BOOST_PP_TUPLE_ELEM(2,0,pv), BOOST_PP_INC(i) ) \
|
D | def_params_tail.hpp | 76 , BOOST_PP_ADD_D(1, i, BOOST_PP_INC(BOOST_PP_TUPLE_ELEM(3, 0, op))) \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/ |
D | div_base.hpp | 50 # define BOOST_PP_DIV_BASE_O_I(d, r, x, y) (BOOST_PP_INC(r), BOOST_PP_SUB_D(d, x, y), y)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/ |
D | iterate.hpp | 74 # define BOOST_PP_ITERATE() BOOST_PP_CAT(BOOST_PP_ITERATE_, BOOST_PP_INC(BOOST_PP_ITERATION_DEPTH()…
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
D | for_each_i.hpp | 41 …T_PP_SEQ_FOR_EACH_I_O_I(macro, data, seq, i) (macro, data, BOOST_PP_SEQ_TAIL(seq), BOOST_PP_INC(i))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | type_with_alignment.hpp | 121 BOOST_PP_CAT(found,BOOST_PP_INC(I)) \
|