Home
last modified time | relevance | path

Searched refs:shift_right_assign (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp39 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/
Dids.hpp40 shift_right_assign, enumerator
117 shift_right_assign = assign_op<op::shift_right_assign>::value, enumerator
Dlexer_def.hpp41 (">>=", token_ids::shift_right_assign) in conjure_tokens()
Dcompiler.cpp811 case token_ids::shift_right_assign: result = lhs >> rhs; break; in operator ()()
/third_party/boost/boost/phoenix/operator/
Dbitwise.hpp26 (shift_right_assign)
/third_party/boost/boost/proto/
Dtags.hpp117 struct shift_right_assign {}; struct
Dproto_fwd.hpp293 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;
Ddebug.hpp68 BOOST_PROTO_DEFINE_TAG_INSERTION(shift_right_assign)
Dproto_typeof.hpp52 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::shift_right_assign)
Doperators.hpp279 … BOOST_PROTO_DEFINE_BINARY_OPERATOR(>>=, boost::proto::tag::shift_right_assign, TRAIT, DOMAIN) \
Dtraits.hpp609 BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(shift_right_assign)
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk116 [[`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/
Dalgorithm_fwd.hpp62 shift_right_assign = 34, ///< \c >>= enumerator
Dprint.hpp63 case expr_kind::shift_right_assign: return ">>="; in op_string()
Dexpression.hpp208 BOOST_YAP_USER_BINARY_OPERATOR(shift_right_assign, expression, expression) // >>= in BOOST_YAP_USER_UNARY_OPERATOR()
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp228 struct BuildGuardsCases::case_<proto::tag::shift_right_assign>
230 proto::shift_right_assign<BuildGuards,BuildGuards >,
Dstate_grammar.hpp410 struct BuildActionsCases::case_<proto::tag::shift_right_assign>
412 proto::shift_right_assign<BuildActions,BuildActions >,
/third_party/boost/libs/proto/example/
Dvector.cpp117 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {};
Dmixed.cpp155 template<int D> struct case_< proto::tag::shift_right_assign, D > : _ {};
Dlambda.hpp468 … 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/
Dprint.cpp1554 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/
Dalgorithm.hpp572 case expr_kind::shift_right_assign: // >>= in arity_of()
Dtransform.hpp198 BOOST_YAP_BINARY_OPERATOR_CASE(>>=, shift_right_assign)
/third_party/boost/boost/proto/context/
Ddefault.hpp137 BOOST_PROTO_BINARY_DEFAULT_EVAL(>>=, proto::tag::shift_right_assign, make_mutable, make)
/third_party/boost/boost/proto/transform/
Ddefault.hpp156 BOOST_PROTO_BINARY_DEFAULT_EVAL(>>=, shift_right_assign, make_mutable, make)

12