Home
last modified time | relevance | path

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

12

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp38 shift_left_assign, enumerator
115 shift_left_assign = assign_op<op::shift_left_assign>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp39 shift_left_assign, enumerator
116 shift_left_assign = assign_op<op::shift_left_assign>::value, enumerator
Dlexer_def.hpp40 ("<<=", token_ids::shift_left_assign) in conjure_tokens()
Dcompiler.cpp810 case token_ids::shift_left_assign: result = lhs << rhs; break; in operator ()()
/third_party/boost/boost/phoenix/operator/
Dbitwise.hpp25 (shift_left_assign)
/third_party/boost/boost/proto/
Dtags.hpp114 struct shift_left_assign {}; struct
Dproto_fwd.hpp292 struct shift_left_assign;
580 template<typename T, typename U> struct shift_left_assign;
662 typedef make_expr<tag::shift_left_assign> make_shift_left_assign;
733 typedef functional::make_expr<tag::shift_left_assign> _make_shift_left_assign;
Ddebug.hpp67 BOOST_PROTO_DEFINE_TAG_INSERTION(shift_left_assign)
Dproto_typeof.hpp51 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::shift_left_assign)
Doperators.hpp278 … BOOST_PROTO_DEFINE_BINARY_OPERATOR(<<=, boost::proto::tag::shift_left_assign, TRAIT, DOMAIN) \
Dtraits.hpp608 BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(shift_left_assign)
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk112 [[`expression::shift_left_assign<Lhs, Rhs>`] [``
113 rule::shift_left_assign
114 : expression::shift_left_assign<meta_grammar, meta_grammar>
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp61 shift_left_assign = 33, ///< \c <<= enumerator
Dprint.hpp62 case expr_kind::shift_left_assign: return "<<="; in op_string()
Dexpression.hpp207 BOOST_YAP_USER_BINARY_OPERATOR(shift_left_assign, expression, expression) // <<= in BOOST_YAP_USER_UNARY_OPERATOR()
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp221 struct BuildGuardsCases::case_<proto::tag::shift_left_assign>
223 proto::shift_left_assign<BuildGuards,BuildGuards >,
Dstate_grammar.hpp403 struct BuildActionsCases::case_<proto::tag::shift_left_assign>
405 proto::shift_left_assign<BuildActions,BuildActions >,
/third_party/boost/libs/proto/example/
Dvector.cpp116 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {};
Dmixed.cpp154 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {};
Dlambda.hpp467 … template<> struct AssignOps::case_<proto::tag::shift_left_assign> : proto::not_<proto::_> {};
690 BOOST_LAMBDA_DEFINE_ASSIGN_OP(<<=, boost::proto::tag::shift_left_assign)
/third_party/boost/libs/yap/test/
Dprint.cpp1477 yap::expr_kind::shift_left_assign, in test_main()
1481 yap::expr_kind::shift_left_assign, in test_main()
1485 yap::expr_kind::shift_left_assign, in test_main()
1527 yap::expr_kind::shift_left_assign, in test_main()
/third_party/boost/boost/yap/detail/
Dalgorithm.hpp571 case expr_kind::shift_left_assign: // <<= in arity_of()
Dtransform.hpp197 BOOST_YAP_BINARY_OPERATOR_CASE(<<=, shift_left_assign)
/third_party/boost/boost/proto/context/
Ddefault.hpp136 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<=, proto::tag::shift_left_assign, make_mutable, make)
/third_party/boost/boost/proto/transform/
Ddefault.hpp155 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<=, shift_left_assign, make_mutable, make)

12