Home
last modified time | relevance | path

Searched defs:_1 (Results 1 – 25 of 122) sorted by relevance

12345

/third_party/boost/libs/phoenix/test/bll_compatibility/
Dcontrol_structures.cpp52 for_loop(_1 = 0, _1 < 10, _1++, arithmetic_series += _1)(i); in simple_loops() local
62 while_loop((_1 + _2) >= (_1 * _2), (++_1, ++_2, ++_3))(a, b, c); in simple_loops() local
67 while_loop(_1++ < 10, ++boost::lambda::var(count))(i); in simple_loops() local
72 do_while_loop(_1++ < 10, ++boost::lambda::var(count))(i); in simple_loops() local
81 while_loop(--_1 > _2)(a, b); in simple_loops() local
86 do_while_loop(--_1 > _2)(a, b); in simple_loops() local
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs() local
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs() local
/third_party/boost/libs/lambda/test/
Dcontrol_structures.cpp52 for_loop(_1 = 0, _1 < 10, _1++, arithmetic_series += _1)(i); in simple_loops() local
62 while_loop((_1 + _2) >= (_1 * _2), (++_1, ++_2, ++_3))(a, b, c); in simple_loops() local
67 while_loop(_1++ < 10, ++boost::lambda::var(count))(i); in simple_loops() local
72 do_while_loop(_1++ < 10, ++boost::lambda::var(count))(i); in simple_loops() local
81 while_loop(--_1 > _2)(a, b); in simple_loops() local
86 do_while_loop(--_1 > _2)(a, b); in simple_loops() local
95 if_then(_1 < 0, _1 = 0)(value); in simple_ifs() local
99 if_then(_1 < 0, _1 = -_1)(value); in simple_ifs() local
/third_party/boost/boost/spirit/home/classic/phoenix/
Doperators.hpp1088 operator+=(actor<BaseT> const& _0, T1 CREF _1) in operator +=()
1116 operator-=(actor<BaseT> const& _0, T1 CREF _1) in operator -=()
1144 operator*=(actor<BaseT> const& _0, T1 CREF _1) in operator *=()
1172 operator/=(actor<BaseT> const& _0, T1 CREF _1) in operator /=()
1200 operator%=(actor<BaseT> const& _0, T1 CREF _1) in operator %=()
1228 operator&=(actor<BaseT> const& _0, T1 CREF _1) in operator &=()
1256 operator|=(actor<BaseT> const& _0, T1 CREF _1) in operator |=()
1284 operator^=(actor<BaseT> const& _0, T1 CREF _1) in operator ^=()
1312 operator<<=(actor<BaseT> const& _0, T1 CREF _1) in operator <<=()
1340 operator>>=(actor<BaseT> const& _0, T1 CREF _1) in operator >>=()
[all …]
Dspecial_ops.hpp85 operator>>(PHOENIX_STD::istream& _0, actor<BaseT> const& _1) in operator >>()
111 operator<<(PHOENIX_STD::ostream& _0, actor<BaseT> const& _1) in operator <<()
135 operator>>(PHOENIX_STD::PHOENIX_SSTREAM& _0, actor<BaseT> const& _1) in operator >>()
155 operator<<(PHOENIX_STD::PHOENIX_SSTREAM& _0, actor<BaseT> const& _1) in operator <<()
207 operator>>(actor<BaseT> const& _0, imanip_t _1) in operator >>()
215 operator>>(actor<BaseT> const& _0, iomanip_t _1) in operator >>()
223 operator<<(actor<BaseT> const& _0, omanip_t _1) in operator <<()
231 operator<<(actor<BaseT> const& _0, iomanip_t _1) in operator <<()
/third_party/boost/libs/contract/example/features/
Dnamed_override.cpp20 void generic_unary_pack<T>::_1(T const& value, boost::contract::virtual_* v) { in _1() function in generic_unary_pack
33 T generic_unary_pack<T>::_1(boost::contract::virtual_* v) const { in _1() function in generic_unary_pack
56 BOOST_CONTRACT_NAMED_OVERRIDE(override1, _1) // Generate `override1`. in BOOST_CONTRACT_NAMED_OVERRIDE() argument
78 virtual T _1(boost::contract::virtual_* v = 0) const /* override */ { in _1() function in positive_unary_pack
/third_party/jerryscript/jerry-core/jrt/
Djrt.h36 #define JERRY_UNUSED_1(_1) JERRY_UNUSED (_1) argument
37 #define JERRY_UNUSED_2(_1, _2) JERRY_UNUSED (_1), JERRY_UNUSED_1 (_2) argument
38 #define JERRY_UNUSED_3(_1, _2, _3) JERRY_UNUSED (_1), JERRY_UNUSED_2 (_2, _3) argument
39 #define JERRY_UNUSED_4(_1, _2, _3, _4) JERRY_UNUSED (_1), JERRY_UNUSED_3 (_2, _3, _4) argument
40 #define JERRY_UNUSED_5(_1, _2, _3, _4, _5) JERRY_UNUSED (_1), JERRY_UNUSED_4 (_2, _3, _4, _5) argument
42 #define JERRY_VA_ARGS_NUM_IMPL(_1, _2, _3, _4, _5, N, ...) N argument
/third_party/boost/libs/mpl/doc/src/refmanual/
DPlaceholders.rst102 .. |_1| replace:: `_1`_ substdef in See also
108 .. _`_1`: `Placeholders`_ target in See also
/third_party/boost/libs/format/test/
Dformat_test_exceptions.cpp21 #define CHECK_INVALID_1(FMT, _1, EX) { BOOST_TEST_THROWS((boost::format(FMT) % _1).str(), EX); \ argument
23 #define CHECK_INVALID_2(FMT, _1, _2, EX) { BOOST_TEST_THROWS((boost::format(FMT) % _1 % _2).str(), … argument
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPrint.hpp395 # define RR_GET_NTH_ARG(_1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, N, .… argument
410 # define RR_WATCH_FMT_1(_1) "\n " # _1 ": {0}" argument
411 # define RR_WATCH_FMT_2(_1, _2) \ argument
414 # define RR_WATCH_FMT_3(_1, _2, _3) \ argument
417 # define RR_WATCH_FMT_4(_1, _2, _3, _4) \ argument
420 # define RR_WATCH_FMT_5(_1, _2, _3, _4, _5) \ argument
423 # define RR_WATCH_FMT_6(_1, _2, _3, _4, _5, _6) \ argument
426 # define RR_WATCH_FMT_7(_1, _2, _3, _4, _5, _6, _7) \ argument
429 # define RR_WATCH_FMT_8(_1, _2, _3, _4, _5, _6, _7, _8) \ argument
432 # define RR_WATCH_FMT_9(_1, _2, _3, _4, _5, _6, _7, _8, _9) \ argument
[all …]
/third_party/boost/libs/spirit/classic/phoenix/example/fundamental/
Dsample8.cpp201 T1 const& _1 = T1() in context()
212 T1 const& _1 = T1(), in context()
224 T1 const& _1 = T1(), in context()
237 T1 const& _1 = T1(), in context()
Dsample7.cpp199 T1 const& _1 = T1() in locals()
211 T1 const& _1 = T1(), in locals()
224 T1 const& _1 = T1(), in locals()
238 T1 const& _1 = T1(), in locals()
Dsample9.cpp237 T1 const& _1 = T1() in context()
248 T1 const& _1 = T1(), in context()
260 T1 const& _1 = T1(), in context()
273 T1 const& _1 = T1(), in context()
/third_party/boost/libs/phoenix/test/scope/
Dlambda_tests_phx2.cpp72 for_each(_1, lambda(_a = _2)[_a += _1])(v, x); in main() local
83 for_each(_1, lambda(_a = _2)[push_back(_1, _a)])(v, x); in main() local
Dlambda_tests18.cpp31 for_each(_1, lambda(_a = _2)[_a += _1])(v, x); in main() local
Dlambda_tests19.cpp33 for_each(_1, lambda(_a = _2)[push_back(_1, _a)])(v, x); in main() local
/third_party/boost/libs/mpl/test/
Dnext.cpp22 typedef int_<1> _1; in MPL_TEST_CASE() typedef
Darithmetic.cpp21 typedef int_<1> _1; in MPL_TEST_CASE() typedef
Dbitwise.cpp20 typedef integral_c<unsigned int, 1> _1; typedef
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dvm.hpp49 int operator()(int _1, int _2) const in operator ()()
57 int operator()(int _1, int _2, int _3) const in operator ()()
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-pp.h5 #define GMOCK_PP_CAT(_1, _2) GMOCK_PP_INTERNAL_CAT(_1, _2) argument
17 #define GMOCK_PP_IDENTITY(_1) _1 argument
152 #define GMOCK_PP_INTERNAL_CAT(_1, _2) _1##_2 argument
154 #define GMOCK_PP_INTERNAL_CAT_5(_1, _2, _3, _4, _5) _1##_2##_3##_4##_5 argument
155 #define GMOCK_PP_INTERNAL_IS_EMPTY(_1, _2, _3, _4) \ argument
167 #define GMOCK_PP_INTERNAL_INTERNAL_16TH(_1, _2, _3, _4, _5, _6, _7, _8, _9, \ argument
173 #define GMOCK_PP_INTERNAL_INTERNAL_HEAD(_1, ...) _1 argument
176 #define GMOCK_PP_INTERNAL_INTERNAL_TAIL(_1, ...) __VA_ARGS__ argument
/third_party/typescript/tests/baselines/reference/
DunusedLocalsStartingWithUnderscore.js20 var _1 = _a[_i]; variable
DimportWithTrailingSlash.js33 var _1 = require("."); variable
/third_party/boost/libs/fusion/test/algorithm/
Derase_key.cpp39 typedef boost::mpl::int_<1> _1; typedef
/third_party/boost/boost/bind/
Dplaceholders.hpp34 inline boost::arg<1> _1() { return boost::arg<1>(); } in _1() function
/third_party/boost/boost/lambda/
Dcore.hpp71 boost::lambda::placeholder1_type& BOOST_ATTRIBUTE_UNUSED _1 = free1; variable

12345