HomeSort by relevance Sort by last modified time
    Searched refs:BOOST_PP_INC (Results 1 - 21 of 21) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
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_)>)
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 \
iter_fold_if_impl.hpp 130 > BOOST_PP_CAT(forward_step, BOOST_PP_INC(i)); \
lambda_support.hpp 40 typedef_ param BOOST_PP_CAT(arg,BOOST_PP_INC(i)); \
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/utility/
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/list/
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 # define BOOST_PP_LIST_FOR_EACH_I_O(r, x) (BOOST_PP_TUPLE_ELEM(4, 0, x), BOOST_PP_TUPLE_ELEM(4, 1, x), BOOST_PP_LIST_REST(BOOST_PP_TUPLE_ELEM(4, 2, x)), BOOST_PP_INC(BOOST_PP_TUPLE_ELEM(4, 3, x)))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
params.hpp 52 BOOST_PP_CAT(param, BOOST_PP_INC(i)) \
default_params.hpp 53 BOOST_PP_CAT( BOOST_PP_TUPLE_ELEM(2,0,pv), BOOST_PP_INC(i) ) \
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/
add.hpp 40 # define BOOST_PP_ADD_O_I(x, y) (BOOST_PP_INC(x), BOOST_PP_DEC(y))
inc.hpp 19 # /* BOOST_PP_INC */
22 # define BOOST_PP_INC(x) BOOST_PP_INC_I(x)
24 # define BOOST_PP_INC(x) BOOST_PP_INC_OO((x))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
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)
443 typename BOOST_PP_CAT(t,BOOST_PP_INC(i_))::type \
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_));
arg.hpp 96 typedef arg<BOOST_PP_INC(i_)> next;
apply.hpp 90 BOOST_MPL_PP_ENUM(BOOST_PP_INC(n), param) \
163 BOOST_PP_INC(i_)
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 \
apply_wrap.hpp 63 BOOST_MPL_PP_ENUM(BOOST_PP_INC(n), param) \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/detail/
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/
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/
for_each_i.hpp 41 # define BOOST_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/
type_with_alignment.hpp 121 BOOST_PP_CAT(found,BOOST_PP_INC(I)) \

Completed in 940 milliseconds