Home
last modified time | relevance | path

Searched refs:BOOST_PP_CAT (Results 1 – 25 of 58) sorted by relevance

123

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/
Diterate.hpp29 # define BOOST_PP_ITERATION() BOOST_PP_CAT(BOOST_PP_ITERATION_, BOOST_PP_ITERATION_DEPTH())
33 # define BOOST_PP_ITERATION_START() BOOST_PP_CAT(BOOST_PP_ITERATION_START_, BOOST_PP_ITERATION_DEPT…
34 # define BOOST_PP_ITERATION_FINISH() BOOST_PP_CAT(BOOST_PP_ITERATION_FINISH_, BOOST_PP_ITERATION_DE…
38 # define BOOST_PP_ITERATION_FLAGS() (BOOST_PP_CAT(BOOST_PP_ITERATION_FLAGS_, BOOST_PP_ITERATION_DEP…
42 # define BOOST_PP_FRAME_ITERATION(i) BOOST_PP_CAT(BOOST_PP_ITERATION_, i)
46 # define BOOST_PP_FRAME_START(i) BOOST_PP_CAT(BOOST_PP_ITERATION_START_, i)
47 # define BOOST_PP_FRAME_FINISH(i) BOOST_PP_CAT(BOOST_PP_ITERATION_FINISH_, i)
51 # define BOOST_PP_FRAME_FLAGS(i) (BOOST_PP_CAT(BOOST_PP_ITERATION_FLAGS_, i)())
55 # define BOOST_PP_RELATIVE_ITERATION(i) BOOST_PP_CAT(BOOST_PP_RELATIVE_, i)(BOOST_PP_ITERATION_)
57 # define BOOST_PP_RELATIVE_0(m) BOOST_PP_CAT(m, BOOST_PP_ITERATION_DEPTH())
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dbind.hpp77 BOOST_PP_CAT(apply_wrap,BOOST_MPL_LIMIT_METAFUNCTION_ARITY) \
375 struct BOOST_PP_CAT(quote,i_);
382 struct BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT() function
383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag> in BOOST_PP_CAT()
414 struct BOOST_PP_CAT(bind,i_) in BOOST_PP_CAT() function
443 typename BOOST_PP_CAT(t,BOOST_PP_INC(i_))::type \ in BOOST_PP_CAT()
446 typedef typename BOOST_PP_CAT(apply_wrap,i_)< in BOOST_PP_CAT()
463 BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)>,AUX778076_BIND_PARAMS(U)
466 typedef BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)> f_;
476 is_bind_helper(BOOST_PP_CAT(bind,i_)<F AUX778076_BIND_N_PARAMS(i_,T)>*);
[all …]
Dapply_wrap.hpp92 #define AUX778076_MSVC_DTW_NAME BOOST_PP_CAT(msvc_apply,i_)
100 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() function
103 typedef typename BOOST_PP_CAT(msvc_apply,i_)<F>::template result_< in BOOST_PP_CAT()
114 struct BOOST_PP_CAT(apply_wrap_impl,i_);
123 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() function
124 : BOOST_PP_CAT(apply_wrap_impl,i_)< in BOOST_PP_CAT()
141 struct BOOST_PP_CAT(apply_wrap,i_) function
156 struct BOOST_PP_CAT(apply_wrap,i_)<F,true_> function
167 struct BOOST_PP_CAT(apply_wrap,i_)<AUX778076_APPLY_WRAP_SPEC_PARAMS(i_, int)> function
198 struct BOOST_PP_CAT(apply_wrap_impl,i_)< function
[all …]
Dassert.hpp220 , BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
233 BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
244 , BOOST_PP_CAT(mpl_assertion_in_line_,BOOST_MPL_AUX_PP_COUNTER()) = sizeof( \
260 enum { BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) }; \
263 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
264 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
279 , BOOST_PP_CAT(mpl_assert_rel,counter) = sizeof( \
283 BOOST_MPL_AUX_ASSERT_CONSTANT( bool, BOOST_PP_CAT(mpl_assert_rel_value,counter) = (x rel y) ); \
286 , BOOST_PP_CAT(mpl_assertion_in_line_,counter) = sizeof( \
287 boost::mpl::assertion_failed<BOOST_PP_CAT(mpl_assert_rel_value,counter)>( \
[all …]
Dapply.hpp148 struct BOOST_PP_CAT(apply,i_) function
150 : BOOST_PP_CAT(apply_wrap,i_)<
157 typedef typename BOOST_PP_CAT(apply_wrap,i_)<
164 , BOOST_PP_CAT(apply,i_)
173 struct BOOST_PP_CAT(apply,i_)<AUX778076_APPLY_N_SPEC_PARAMS(i_, int)> function
188 : BOOST_PP_CAT(apply,i_)< F AUX778076_APPLY_N_COMMA_PARAMS(i_, T) >
196 : BOOST_PP_CAT(apply,i_)< F AUX778076_APPLY_N_COMMA_PARAMS(i_, T) >
214 typedef BOOST_PP_CAT(apply,i_)<
Dhas_xxx.hpp95 struct BOOST_PP_CAT(trait,_impl) : T \
114 , BOOST_PP_CAT(trait,_impl)<T> \
169 struct BOOST_PP_CAT(trait, _msvc_sfinae_helper) \
175 struct BOOST_PP_CAT(trait,_impl_) \
182 struct BOOST_PP_CAT(trait,_impl_)< \
184 , typename BOOST_PP_CAT(trait, _msvc_sfinae_helper)< typename T::name >::type \
193 : BOOST_PP_CAT(trait,_impl_)<T> \
228 , BOOST_PP_CAT(trait,_tester) \
278 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(BOOST_PP_CAT(has_,name), name, false) \
313 BOOST_PP_CAT(BOOST_PP_ARRAY_ELEM(0, args) , _introspect) \
[all …]
Dplaceholders.hpp85 typedef arg<i_> BOOST_PP_CAT(_,i_); typedef
91 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(BOOST_PP_CAT(_,i_))
94 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::BOOST_PP_CAT(_,i_);
Dvector.hpp28 BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE).hpp \
32 BOOST_PP_CAT(vector, BOOST_MPL_LIMIT_VECTOR_SIZE)##.hpp \
Dlist.hpp28 BOOST_PP_CAT(list,BOOST_MPL_LIMIT_LIST_SIZE).hpp \
32 BOOST_PP_CAT(list,BOOST_MPL_LIMIT_LIST_SIZE)##.hpp \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
Din_place_factory_prefix.hpp28 …ST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_INIT(z,n,_) BOOST_PP_CAT(m_a,n) BOOST_PP_LPAREN() BOOST_PP_…
29 #define BOOST_DEFINE_INPLACE_FACTORY_CLASS_MEMBER_DECL(z,n,_) BOOST_PP_CAT(A,n) const& BOOST_PP_CAT
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
Diter_fold_if_impl.hpp126 typename BOOST_PP_CAT(forward_step,i)::iterator \
127 , typename BOOST_PP_CAT(forward_step,i)::state \
130 > BOOST_PP_CAT(forward_step, BOOST_PP_INC(i)); \
135 typename BOOST_PP_CAT(forward_step,BOOST_PP_DEC(i))::iterator \
136 , typename BOOST_PP_CAT(backward_step,i)::state \
139 > BOOST_PP_CAT(backward_step,BOOST_PP_DEC(i)); \
149 BOOST_PP_CAT(forward_step, BOOST_MPL_LIMIT_UNROLLING) \
153 BOOST_PP_CAT(backward_step, BOOST_MPL_LIMIT_UNROLLING) \
Dfull_lambda.hpp242 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::result_ \
247 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::type \
255 struct BOOST_PP_CAT(le_result,i_) in BOOST_PP_CAT() function
269 struct BOOST_PP_CAT(le_result,i_)< true_,Tag,F,AUX778076_LAMBDA_PARAMS(i_, L) > in BOOST_PP_CAT() function
271 typedef BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT()
272 BOOST_PP_CAT(quote,i_)<F,Tag> in BOOST_PP_CAT()
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_)); \
[all …]
Dnumeric_op.hpp65 # define AUX778076_OP_IMPL_NAME BOOST_PP_CAT(AUX778076_OP_PREFIX,_impl)
69 # define AUX778076_OP_TAG_NAME BOOST_PP_CAT(AUX778076_OP_PREFIX,_tag)
165 # define AUX778076_OP_RIGHT_OPERAND(unused, i, N) , BOOST_PP_CAT(N, BOOST_MPL_PP_ADD(i, 2))>
200 struct BOOST_PP_CAT(AUX778076_OP_NAME,2); variable
214 , BOOST_PP_CAT(AUX778076_OP_NAME,2)<N1,N2>
216 BOOST_PP_CAT(AUX778076_OP_NAME,2)<N1,N2>
235 struct BOOST_PP_CAT(AUX778076_OP_NAME,2) struct
274 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, BOOST_PP_CAT(AUX778076_OP_NAME,2), (N1, N2))
Dadvance_forward.hpp100 typedef BOOST_PP_CAT(iter,i_) type;
118 # define AUX778076_ITER_0 BOOST_PP_CAT(iter,BOOST_PP_DEC(BOOST_PP_FRAME_ITERATION(2)))
119 # define AUX778076_ITER_1 BOOST_PP_CAT(iter,BOOST_PP_FRAME_ITERATION(2))
Dadvance_backward.hpp101 typedef BOOST_PP_CAT(iter,BOOST_PP_FRAME_ITERATION(1)) type;
119 # define AUX778076_ITER_0 BOOST_PP_CAT(iter,BOOST_PP_DEC(BOOST_PP_FRAME_ITERATION(2)))
120 # define AUX778076_ITER_1 BOOST_PP_CAT(iter,BOOST_PP_FRAME_ITERATION(2))
Dlambda_support.hpp40 typedef_ param BOOST_PP_CAT(arg,BOOST_PP_INC(i)); \
109 friend class BOOST_PP_CAT(name,_rebind); \
110 typedef BOOST_PP_CAT(name,_rebind) rebind; \
142 class BOOST_PP_CAT(name,_rebind) \
155 class BOOST_PP_CAT(name,_rebind) \
Darithmetic_op.hpp47 struct BOOST_PP_CAT(AUX778076_OP_PREFIX,_wknd) in BOOST_PP_CAT() function
70 : aux::BOOST_PP_CAT(AUX778076_OP_PREFIX,_wknd)<
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
Din_place_factory.hpp37 class BOOST_PP_CAT(in_place_factory,N)
43 explicit BOOST_PP_CAT(in_place_factory,N)
72 inline BOOST_PP_CAT(in_place_factory,N)< BOOST_PP_ENUM_PARAMS(N, A) >
75 return BOOST_PP_CAT(in_place_factory,N)< BOOST_PP_ENUM_PARAMS(N, A) >
Dbinary.hpp64 BOOST_PP_CAT( BOOST_BINARY_LITERAL_D( d, bit_groupings ), suffix )
85 BOOST_PP_CAT \
93 BOOST_PP_CAT \
103 BOOST_PP_CAT( BOOST_DETAIL_FIXED_COMPL_, bit )
111 BOOST_PP_CAT( BOOST_PP_WHILE_, d ) \
122 ( BOOST_PP_CAT( BOOST_DETAIL_BINARY_LITERAL_ELEMENT_, state ) )
161 ( BOOST_PP_CAT( BOOST_DETAIL_IS_NULLARY_ARGS_R_ \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/concept/detail/
Dconcept_def.hpp24 struct BOOST_PP_CAT(name,Concept) \
28 BOOST_PP_CAT(name,Concept)(); \
39 struct BOOST_PP_CAT(name,Concept) \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/
Dcat.hpp22 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_I(a, b) macro
24 # define BOOST_PP_CAT(a, b) BOOST_PP_CAT_OO((a, b)) macro
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/
Dslot.hpp20 # define BOOST_PP_ASSIGN_SLOT(i) BOOST_PP_CAT(BOOST_PP_ASSIGN_SLOT_, i)
30 # define BOOST_PP_SLOT(i) BOOST_PP_CAT(BOOST_PP_SLOT_, i)()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessor/
Dparams.hpp29 BOOST_PP_CAT(BOOST_MPL_PP_PARAMS_,n)(p) \
52 BOOST_PP_CAT(param, BOOST_PP_INC(i)) \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/detail/
Dcheck.hpp28 # define BOOST_PP_CHECK_D(x, type) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, type x))
41 # define BOOST_PP_CHECK_0(chk) BOOST_PP_CHECK_1(BOOST_PP_CAT(BOOST_PP_CHECK_RESULT_, chk))
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/facilities/
Doverload.hpp22 # define BOOST_PP_OVERLOAD(prefix, ...) BOOST_PP_CAT(prefix, BOOST_PP_VARIADIC_SIZE(__VA_ARGS__))

123