/third_party/boost/libs/phoenix/test/bll_compatibility/ |
D | control_structures.cpp | 52 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/ |
D | control_structures.cpp | 52 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/ |
D | operators.hpp | 1088 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 …]
|
D | special_ops.hpp | 85 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/ |
D | named_override.cpp | 20 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/ |
D | jrt.h | 36 #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/ |
D | Placeholders.rst | 102 .. |_1| replace:: `_1`_ substdef in See also 108 .. _`_1`: `Placeholders`_ target in See also
|
/third_party/boost/libs/format/test/ |
D | format_test_exceptions.cpp | 21 #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/ |
D | Print.hpp | 395 # 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/ |
D | sample8.cpp | 201 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()
|
D | sample7.cpp | 199 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()
|
D | sample9.cpp | 237 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/ |
D | lambda_tests_phx2.cpp | 72 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
|
D | lambda_tests18.cpp | 31 for_each(_1, lambda(_a = _2)[_a += _1])(v, x); in main() local
|
D | lambda_tests19.cpp | 33 for_each(_1, lambda(_a = _2)[push_back(_1, _a)])(v, x); in main() local
|
/third_party/boost/libs/mpl/test/ |
D | next.cpp | 22 typedef int_<1> _1; in MPL_TEST_CASE() typedef
|
D | arithmetic.cpp | 21 typedef int_<1> _1; in MPL_TEST_CASE() typedef
|
D | bitwise.cpp | 20 typedef integral_c<unsigned int, 1> _1; typedef
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | vm.hpp | 49 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/ |
D | gmock-pp.h | 5 #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/ |
D | unusedLocalsStartingWithUnderscore.js | 20 var _1 = _a[_i]; variable
|
D | importWithTrailingSlash.js | 33 var _1 = require("."); variable
|
/third_party/boost/libs/fusion/test/algorithm/ |
D | erase_key.cpp | 39 typedef boost::mpl::int_<1> _1; typedef
|
/third_party/boost/boost/bind/ |
D | placeholders.hpp | 34 inline boost::arg<1> _1() { return boost::arg<1>(); } in _1() function
|
/third_party/boost/boost/lambda/ |
D | core.hpp | 71 boost::lambda::placeholder1_type& BOOST_ATTRIBUTE_UNUSED _1 = free1; variable
|