/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 39 shift_right_assign, enumerator 116 shift_right_assign = assign_op<op::shift_right_assign>::value, enumerator
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/ |
D | ids.hpp | 40 shift_right_assign, enumerator 117 shift_right_assign = assign_op<op::shift_right_assign>::value, enumerator
|
D | lexer_def.hpp | 41 (">>=", token_ids::shift_right_assign) in conjure_tokens()
|
D | compiler.cpp | 811 case token_ids::shift_right_assign: result = lhs >> rhs; break; in operator ()()
|
/third_party/boost/boost/phoenix/operator/ |
D | bitwise.hpp | 26 (shift_right_assign)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 117 struct shift_right_assign {}; struct
|
D | proto_fwd.hpp | 293 struct shift_right_assign; 581 template<typename T, typename U> struct shift_right_assign; 663 typedef make_expr<tag::shift_right_assign> make_shift_right_assign; 734 typedef functional::make_expr<tag::shift_right_assign> _make_shift_right_assign;
|
D | debug.hpp | 68 BOOST_PROTO_DEFINE_TAG_INSERTION(shift_right_assign)
|
D | proto_typeof.hpp | 52 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::shift_right_assign)
|
D | operators.hpp | 279 … BOOST_PROTO_DEFINE_BINARY_OPERATOR(>>=, boost::proto::tag::shift_right_assign, TRAIT, DOMAIN) \
|
D | traits.hpp | 609 BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(shift_right_assign)
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 116 [[`expression::shift_right_assign<Lhs, Rhs>`] [`` 117 rule::shift_right_assign 118 : expression::shift_right_assign<meta_grammar, meta_grammar>
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 62 shift_right_assign = 34, ///< \c >>= enumerator
|
D | print.hpp | 63 case expr_kind::shift_right_assign: return ">>="; in op_string()
|
D | expression.hpp | 208 BOOST_YAP_USER_BINARY_OPERATOR(shift_right_assign, expression, expression) // >>= in BOOST_YAP_USER_UNARY_OPERATOR()
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 228 struct BuildGuardsCases::case_<proto::tag::shift_right_assign> 230 proto::shift_right_assign<BuildGuards,BuildGuards >,
|
D | state_grammar.hpp | 410 struct BuildActionsCases::case_<proto::tag::shift_right_assign> 412 proto::shift_right_assign<BuildActions,BuildActions >,
|
/third_party/boost/libs/proto/example/ |
D | vector.cpp | 117 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {};
|
D | mixed.cpp | 155 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {};
|
D | lambda.hpp | 468 … template<> struct AssignOps::case_<proto::tag::shift_right_assign> : proto::not_<proto::_> {}; 691 BOOST_LAMBDA_DEFINE_ASSIGN_OP(>>=, boost::proto::tag::shift_right_assign)
|
/third_party/boost/libs/yap/test/ |
D | print.cpp | 1554 yap::expr_kind::shift_right_assign, in test_main() 1558 yap::expr_kind::shift_right_assign, in test_main() 1562 yap::expr_kind::shift_right_assign, in test_main() 1604 yap::expr_kind::shift_right_assign, in test_main()
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 572 case expr_kind::shift_right_assign: // >>= in arity_of()
|
D | transform.hpp | 198 BOOST_YAP_BINARY_OPERATOR_CASE(>>=, shift_right_assign)
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 137 BOOST_PROTO_BINARY_DEFAULT_EVAL(>>=, proto::tag::shift_right_assign, make_mutable, make)
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 156 BOOST_PROTO_BINARY_DEFAULT_EVAL(>>=, shift_right_assign, make_mutable, make)
|