/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | apply_wrap.hpp | 87 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 92 #define AUX778076_MSVC_DTW_NAME BOOST_PP_CAT(msvc_apply,i_) 94 #define AUX778076_MSVC_DTW_ARITY i_ 98 typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T) 100 struct BOOST_PP_CAT(apply_wrap,i_) in BOOST_PP_CAT() argument 103 typedef typename BOOST_PP_CAT(msvc_apply,i_)<F>::template result_< in BOOST_PP_CAT() 104 AUX778076_APPLY_WRAP_PARAMS(i_, T) in BOOST_PP_CAT() 112 int N, typename F BOOST_PP_COMMA_IF(i_) AUX778076_APPLY_WRAP_PARAMS(i_, typename T) 114 struct BOOST_PP_CAT(apply_wrap_impl,i_); 117 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY - i_, <boost/mpl/apply_wrap.hpp>)) [all …]
|
D | apply.hpp | 143 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 146 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T) 148 struct BOOST_PP_CAT(apply,i_) argument 150 : BOOST_PP_CAT(apply_wrap,i_)< 152 AUX778076_APPLY_N_COMMA_PARAMS(i_, T) 157 typedef typename BOOST_PP_CAT(apply_wrap,i_)< 159 AUX778076_APPLY_N_COMMA_PARAMS(i_, T) 163 BOOST_PP_INC(i_) 164 , BOOST_PP_CAT(apply,i_) 165 , (F AUX778076_APPLY_N_COMMA_PARAMS(i_,T)) [all …]
|
D | bind.hpp | 369 # define i_ BOOST_PP_FRAME_ITERATION(1) macro 374 template< template< BOOST_MPL_PP_PARAMS(i_, typename T) > class F, typename Tag > 375 struct BOOST_PP_CAT(quote,i_); 377 template< BOOST_MPL_PP_PARAMS(i_, typename T) > struct AUX778076_SPEC_NAME; 380 typename Tag AUX778076_BIND_N_PARAMS(i_, typename T) 382 struct BOOST_PP_CAT(bind,i_)< in BOOST_PP_CAT() argument 383 BOOST_PP_CAT(quote,i_)<AUX778076_SPEC_NAME,Tag> in BOOST_PP_CAT() 384 AUX778076_BIND_N_PARAMS(i_,T) in BOOST_PP_CAT() 394 # define BOOST_PP_ITERATION_PARAMS_2 (3,(1, i_, <boost/mpl/bind.hpp>)) in BOOST_PP_CAT() 399 , BOOST_MPL_PP_EXT_PARAMS(2, BOOST_PP_INC(i_), t) in BOOST_PP_CAT() [all …]
|
D | quote.hpp | 119 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 122 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F 125 struct BOOST_PP_CAT(quote,i_) in BOOST_PP_CAT() argument 127 template< BOOST_MPL_PP_PARAMS(i_, typename U) > struct apply in BOOST_PP_CAT() 131 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT() 132 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT() 137 F< BOOST_MPL_PP_PARAMS(i_, U) > in BOOST_PP_CAT() 138 , aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value in BOOST_PP_CAT() 143 : quote_impl< aux::has_type< F< BOOST_MPL_PP_PARAMS(i_, U) > >::value > in BOOST_PP_CAT() 144 ::template result_< F< BOOST_MPL_PP_PARAMS(i_, U) > > in BOOST_PP_CAT() [all …]
|
D | arg.hpp | 89 #define i_ BOOST_PP_FRAME_ITERATION(1) 91 #if i_ > 0 93 template<> struct arg<i_> 95 BOOST_STATIC_CONSTANT(int, value = i_); 96 typedef arg<BOOST_PP_INC(i_)> next; 105 typedef BOOST_PP_CAT(U,i_) type; 130 #undef i_
|
D | placeholders.hpp | 81 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 85 typedef arg<i_> BOOST_PP_CAT(_,i_); 91 BOOST_MPL_AUX_ARG_ADL_BARRIER_DECL(BOOST_PP_CAT(_,i_)) 94 using BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE::BOOST_PP_CAT(_,i_); 99 #undef i_
|
D | bind_fwd.hpp | 91 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 94 typename F AUX778076_BIND_N_PARAMS(i_, typename T) 96 struct BOOST_PP_CAT(bind,i_); 98 #undef i_
|
D | apply_fwd.hpp | 99 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 102 typename F AUX778076_APPLY_N_COMMA_PARAMS(i_, typename T) 104 struct BOOST_PP_CAT(apply,i_); 106 #undef i_
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | full_lambda.hpp | 63 # define AUX778076_LAMBDA_PARAMS(i_, param) \ argument 64 BOOST_MPL_PP_PARAMS(i_, param) \ 74 # define AUX778076_BIND_N_PARAMS(i_, param) \ argument 75 BOOST_PP_COMMA_IF(i_) \ 76 BOOST_MPL_PP_PARAMS(i_, param) \ 234 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 236 #if i_ > 0 240 # define AUX778076_RESULT(unused, i_, T) \ argument 241 BOOST_PP_COMMA_IF(i_) \ 242 typename BOOST_PP_CAT(T, BOOST_PP_INC(i_))::result_ \ [all …]
|
D | template_arity.hpp | 71 # define AUX778076_MAX_ARITY_OP(unused, state, i_) \ argument 72 ( BOOST_PP_CAT(C,i_) > 0 ? BOOST_PP_CAT(C,i_) : state ) \ 105 # define AUX778076_TEMPLATE_ARITY_IMPL_INVOCATION(unused, i_, F) \ argument 106 BOOST_PP_COMMA_IF(i_) template_arity_impl<F,BOOST_PP_INC(i_)>::value \ 179 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 182 template< BOOST_MPL_PP_PARAMS(i_, typename P) > class F 183 , BOOST_MPL_PP_PARAMS(i_, typename T) 185 typename arity_tag<i_>::type 186 arity_helper(type_wrapper< F<BOOST_MPL_PP_PARAMS(i_, T)> >, arity_tag<i_>); 188 #undef i_
|
D | advance_forward.hpp | 86 #define i_ BOOST_PP_FRAME_ITERATION(1) macro 95 #if i_ > 0 97 (3,(1, i_, <boost/mpl/aux_/advance_forward.hpp>)) 100 typedef BOOST_PP_CAT(iter,i_) type; 112 #undef i_
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.ctor/ |
D | move.pass.cpp | 43 int i_; member in X 45 X(int i) : i_(i) {} in X() 46 X(X&& x) : i_(x.i_) {x.i_ = 0;} in X() 47 ~X() {i_ = 0;} in ~X() 48 friend bool operator==(const X& x, const X& y) {return x.i_ == y.i_;} in operator ==() 53 int i_; member in Y 55 Y(int i) : i_(i) {} in Y() 56 Y(Y&& x) noexcept : i_(x.i_) {x.i_ = 0;} in Y() 58 friend constexpr bool operator==(const Y& x, const Y& y) {return x.i_ == y.i_;} in operator ==() 65 int i_; member in Z [all …]
|
D | copy.pass.cpp | 43 int i_; member in X 45 X(int i) : i_(i) {} in X() 46 X(const X& x) : i_(x.i_) {} in X() 47 ~X() {i_ = 0;} in ~X() 48 friend bool operator==(const X& x, const X& y) {return x.i_ == y.i_;} in operator ==() 53 int i_; member in Y 55 Y(int i) : i_(i) {} in Y() 56 Y(const Y& x) : i_(x.i_) {} in Y() 58 friend constexpr bool operator==(const Y& x, const Y& y) {return x.i_ == y.i_;} in operator ==() 65 int i_; member in Z [all …]
|
D | rvalue_T.pass.cpp | 24 int i_; member in X 26 X(int i) : i_(i) {} in X() 27 X(X&& x) : i_(x.i_) {} in X() 29 friend bool operator==(const X& x, const X& y) {return x.i_ == y.i_;} in operator ==() 34 int i_; member in Y 36 constexpr Y(int i) : i_(i) {} in Y() 37 constexpr Y(Y&& x) : i_(x.i_) {} in Y() 39 friend constexpr bool operator==(const Y& x, const Y& y) {return x.i_ == y.i_;} in operator ==() 44 int i_; member in Z 46 Z(int i) : i_(i) {} in Z()
|
D | initializer_list.pass.cpp | 29 int i_; member in X 32 X() : i_(0) {} in X() 33 X(int i) : i_(i) {} in X() 34 X(int i, int j) : i_(i), j_(j) {} in X() 39 {return x.i_ == y.i_ && x.j_ == y.j_;} in operator ==() 44 int i_; member in Y 47 constexpr Y() : i_(0) {} in Y() 48 constexpr Y(int i) : i_(i) {} in Y() 49 constexpr Y(std::initializer_list<int> il) : i_(il.begin()[0]), j_(il.begin()[1]) {} in Y() 52 {return x.i_ == y.i_ && x.j_ == y.j_;} in operator ==() [all …]
|
D | in_place_t.pass.cpp | 27 int i_; member in X 30 X() : i_(0) {} in X() 31 X(int i) : i_(i) {} in X() 32 X(int i, int j) : i_(i), j_(j) {} in X() 37 {return x.i_ == y.i_ && x.j_ == y.j_;} in operator ==() 42 int i_; member in Y 45 constexpr Y() : i_(0) {} in Y() 46 constexpr Y(int i) : i_(i) {} in Y() 47 constexpr Y(int i, int j) : i_(i), j_(j) {} in Y() 50 {return x.i_ == y.i_ && x.j_ == y.j_;} in operator ==() [all …]
|
D | const_T.pass.cpp | 24 int i_; member in X 26 X(int i) : i_(i) {} in X() 28 friend bool operator==(const X& x, const X& y) {return x.i_ == y.i_;} in operator ==() 33 int i_; member in Y 35 constexpr Y(int i) : i_(i) {} in Y() 37 friend constexpr bool operator==(const Y& x, const Y& y) {return x.i_ == y.i_;} in operator ==() 42 int i_; member in Z 44 Z(int i) : i_(i) {} in Z()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.assign/ |
D | emplace_initializer_list.pass.cpp | 26 int i_; member in X 30 constexpr X() : i_(0) {} in X() 31 constexpr X(int i) : i_(i) {} in X() 32 constexpr X(std::initializer_list<int> il) : i_(il.begin()[0]), j_(il.begin()[1]) {} in X() 36 {return x.i_ == y.i_ && x.j_ == y.j_;} in operator ==() 43 int i_; member in Y 46 constexpr Y() : i_(0) {} in Y() 47 constexpr Y(int i) : i_(i) {} in Y() 48 constexpr Y(std::initializer_list<int> il) : i_(il.begin()[0]), j_(il.begin()[1]) {} in Y() 51 {return x.i_ == y.i_ && x.j_ == y.j_;} in operator ==() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/optional/optional.object/optional.object.observe/ |
D | value_or.pass.cpp | 26 int i_; member 28 Y(int i) : i_(i) {} in Y() 33 int i_; member 35 X(int i) : i_(i) {} in X() 36 X(X&& x) : i_(x.i_) {x.i_ = 0;} in X() 37 X(const Y& y) : i_(y.i_) {} in X() 38 X(Y&& y) : i_(y.i_+1) {} in X() 40 {return x.i_ == y.i_;} in operator ==()
|
D | value_or_const.pass.cpp | 24 int i_; member 26 constexpr Y(int i) : i_(i) {} in Y() 31 int i_; member 33 constexpr X(int i) : i_(i) {} in X() 34 constexpr X(const Y& y) : i_(y.i_) {} in X() 35 constexpr X(Y&& y) : i_(y.i_+1) {} in X() 37 {return x.i_ == y.i_;} in operator ==()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numeric.ops/adjacent.difference/ |
D | adjacent_difference_op.pass.cpp | 49 int i_; member in X 53 explicit X(int i) : i_(i) {} in X() 54 X(const X& x) : i_(x.i_) {} in X() 57 i_ = x.i_; in operator =() 58 x.i_ = -1; in operator =() 62 friend X operator-(const X& x, const X& y) {return X(x.i_ - y.i_);} in operator -() 69 int i_; member in Y 73 explicit Y(int i) : i_(i) {} in Y() 74 Y(const Y& y) : i_(y.i_) {} in Y() 75 void operator=(const X& x) {i_ = x.i_;} in operator =()
|
D | adjacent_difference.pass.cpp | 47 int i_; member in X 51 explicit X(int i) : i_(i) {} in X() 52 X(const X& x) : i_(x.i_) {} in X() 55 i_ = x.i_; in operator =() 56 x.i_ = -1; in operator =() 60 friend X operator-(const X& x, const X& y) {return X(x.i_ - y.i_);} in operator -() 67 int i_; member in Y 71 explicit Y(int i) : i_(i) {} in Y() 72 Y(const Y& y) : i_(y.i_) {} in Y() 73 void operator=(const X& x) {i_ = x.i_;} in operator =()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
D | emplace_back.pass.cpp | 24 int i_; member in A 31 : i_(i), d_(d) {} in A() 34 : i_(a.i_), in A() 37 a.i_ = 0; in A() 43 i_ = a.i_; in operator =() 45 a.i_ = 0; in operator =() 50 int geti() const {return i_;} in geti()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/ |
D | op_arrow.pass.cpp | 21 int i_; member 23 A() : i_(7) {} in A() 29 assert(p->i_ == 7); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/ |
D | op_arrow.fail.cpp | 21 int i_; member 23 A() : i_(7) {} in A() 29 assert(p->i_ == 7); in main()
|