Searched refs:modulus_assign (Results 1 – 25 of 25) sorted by relevance
/third_party/boost/boost/phoenix/operator/ |
D | arithmetic.hpp | 31 (modulus_assign)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 126 struct modulus_assign {}; struct
|
D | proto_fwd.hpp | 296 struct modulus_assign; 584 template<typename T, typename U> struct modulus_assign; 666 typedef make_expr<tag::modulus_assign> make_modulus_assign; 737 typedef functional::make_expr<tag::modulus_assign> _make_modulus_assign;
|
D | debug.hpp | 71 BOOST_PROTO_DEFINE_TAG_INSERTION(modulus_assign)
|
D | proto_typeof.hpp | 55 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::modulus_assign)
|
D | operators.hpp | 282 … BOOST_PROTO_DEFINE_BINARY_OPERATOR(%=, boost::proto::tag::modulus_assign, TRAIT, DOMAIN) \
|
D | traits.hpp | 612 BOOST_PROTO_DEFINE_BINARY_METAFUNCTION(modulus_assign)
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 65 modulus_assign = 37, ///< \c %= enumerator
|
D | print.hpp | 66 case expr_kind::modulus_assign: return "%="; in op_string()
|
D | expression.hpp | 211 BOOST_YAP_USER_BINARY_OPERATOR(modulus_assign, expression, expression) // %= in BOOST_YAP_USER_UNARY_OPERATOR()
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 214 struct BuildGuardsCases::case_<proto::tag::modulus_assign> 216 proto::modulus_assign<BuildGuards,BuildGuards >,
|
D | state_grammar.hpp | 396 struct BuildActionsCases::case_<proto::tag::modulus_assign> 398 proto::modulus_assign<BuildActions,BuildActions >,
|
/third_party/boost/boost/accumulators/numeric/ |
D | functional_fwd.hpp | 124 BOOST_NUMERIC_FUNCTIONAL_DECLARE_BINARY_OP(modulus_assign)
|
D | functional.hpp | 203 BOOST_NUMERIC_FUNCTIONAL_DEFINE_BINARY_OP(modulus_assign, %=, BOOST_NUMERIC_FUNCTIONAL_LEFT)
|
/third_party/boost/libs/proto/example/ |
D | vector.cpp | 115 template<int D> struct case_< proto::tag::modulus_assign, D > : _ {};
|
D | mixed.cpp | 153 template<int D> struct case_< proto::tag::modulus_assign, D > : _ {};
|
D | lambda.hpp | 471 … template<> struct AssignOps::case_<proto::tag::modulus_assign> : proto::not_<proto::_> {}; 694 BOOST_LAMBDA_DEFINE_ASSIGN_OP(%= , boost::proto::tag::modulus_assign)
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 575 case expr_kind::modulus_assign: // %= in arity_of()
|
D | transform.hpp | 201 BOOST_YAP_BINARY_OPERATOR_CASE(%=, modulus_assign)
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 140 BOOST_PROTO_BINARY_DEFAULT_EVAL(%=, proto::tag::modulus_assign, make_mutable, make)
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 159 BOOST_PROTO_BINARY_DEFAULT_EVAL(%=, modulus_assign, make_mutable, make)
|
/third_party/boost/libs/yap/test/ |
D | print.cpp | 97 yap::op_string(yap::expr_kind::modulus_assign) == in test_main()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 505 boost/numeric/functional/modulus_assign.html 545 boost/numeric/op/modulus_assign.html 2309 boost/proto/tag/modulus_assign.html 2416 boost/proto/modulus_assign.html 2417 boost/proto/modulus_assign/impl.html
|
/third_party/boost/libs/proto/doc/ |
D | intermediate_form.qbk | 531 [`proto::tag::modulus_assign`] 532 [`proto::modulus_assign<>`]]
|
D | back_end.qbk | 1585 [[`proto::modulus_assign<>`]]
|