/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | ids.hpp | 38 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/ |
D | ids.hpp | 39 shift_left_assign, enumerator 116 shift_left_assign = assign_op<op::shift_left_assign>::value, enumerator
|
D | lexer_def.hpp | 40 ("<<=", token_ids::shift_left_assign) in conjure_tokens()
|
D | compiler.cpp | 810 case token_ids::shift_left_assign: result = lhs << rhs; break; in operator ()()
|
/third_party/boost/boost/phoenix/operator/ |
D | bitwise.hpp | 25 (shift_left_assign)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 114 struct shift_left_assign {}; struct
|
D | proto_fwd.hpp | 292 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;
|
D | debug.hpp | 67 BOOST_PROTO_DEFINE_TAG_INSERTION(shift_left_assign)
|
D | proto_typeof.hpp | 51 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::shift_left_assign)
|
D | operators.hpp | 278 … BOOST_PROTO_DEFINE_BINARY_OPERATOR(<<=, boost::proto::tag::shift_left_assign, TRAIT, DOMAIN) \
|
D | traits.hpp | 608 BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(shift_left_assign)
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 112 [[`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/ |
D | algorithm_fwd.hpp | 61 shift_left_assign = 33, ///< \c <<= enumerator
|
D | print.hpp | 62 case expr_kind::shift_left_assign: return "<<="; in op_string()
|
D | expression.hpp | 207 BOOST_YAP_USER_BINARY_OPERATOR(shift_left_assign, expression, expression) // <<= in BOOST_YAP_USER_UNARY_OPERATOR()
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 221 struct BuildGuardsCases::case_<proto::tag::shift_left_assign> 223 proto::shift_left_assign<BuildGuards,BuildGuards >,
|
D | state_grammar.hpp | 403 struct BuildActionsCases::case_<proto::tag::shift_left_assign> 405 proto::shift_left_assign<BuildActions,BuildActions >,
|
/third_party/boost/libs/proto/example/ |
D | vector.cpp | 116 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {};
|
D | mixed.cpp | 154 template<int D> struct case_< proto::tag::shift_left_assign, D > : _ {};
|
D | lambda.hpp | 467 … 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/ |
D | print.cpp | 1477 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/ |
D | algorithm.hpp | 571 case expr_kind::shift_left_assign: // <<= in arity_of()
|
D | transform.hpp | 197 BOOST_YAP_BINARY_OPERATOR_CASE(<<=, shift_left_assign)
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 136 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<=, proto::tag::shift_left_assign, make_mutable, make)
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 155 BOOST_PROTO_BINARY_DEFAULT_EVAL(<<=, shift_left_assign, make_mutable, make)
|