Home
last modified time | relevance | path

Searched refs:post_inc (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/boost/phoenix/operator/
Darithmetic.hpp22 (post_inc)
/third_party/boost/boost/proto/
Dtags.hpp45 struct post_inc {}; struct
Dproto_fwd.hpp267 struct post_inc;
555 template<typename T> struct post_inc;
639 typedef make_expr<tag::post_inc> make_post_inc;
710 typedef functional::make_expr<tag::post_inc> _make_post_inc;
Ddebug.hpp44 BOOST_PROTO_DEFINE_TAG_INSERTION(post_inc)
Dproto_typeof.hpp28 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::post_inc)
Doperators.hpp256 … BOOST_PROTO_DEFINE_UNARY_OPERATOR(++, boost::proto::tag::post_inc, TRAIT, DOMAIN, 1) \
Dtraits.hpp584 BOOST_PROTO_DEFINE_UNARY_METAFUNCTION(post_inc)
/third_party/boost/boost/yap/
Dalgorithm_fwd.hpp36 post_inc = 10, ///< \c ++(int) enumerator
Dprint.hpp38 case expr_kind::post_inc: return "++(int)"; in op_string()
Dexpression.hpp184 BOOST_YAP_USER_UNARY_OPERATOR(post_inc, expression, expression) // ++(int) in BOOST_YAP_USER_UNARY_OPERATOR()
/third_party/boost/boost/msm/front/euml/
Dguard_grammar.hpp116 struct BuildGuardsCases::case_<proto::tag::post_inc>
118 proto::post_inc<BuildGuards >,
Dstate_grammar.hpp290 struct BuildActionsCases::case_<proto::tag::post_inc>
292 proto::post_inc<BuildActions >,
/third_party/boost/libs/phoenix/doc/inside/
Drules.qbk46 [[`expression::post_inc<A0>`] [``
48 : expression::post_inc<meta_grammar>
/third_party/boost/boost/proto/transform/
Ddefault.hpp284 struct default_case<Grammar, tag::post_inc>
285 : when<post_inc<Grammar>, default_post_inc<Grammar> >
/third_party/quickjs/
Dquickjs-opcode.h226 DEF( post_inc, 1, 1, 2, none)
/third_party/boost/boost/yap/detail/
Dalgorithm.hpp545 case expr_kind::post_inc: // ++(int) in arity_of()
Dtransform.hpp141 constexpr decltype(auto) operator()(expr_tag<expr_kind::post_inc>, T && t) const in operator ()()
/third_party/boost/boost/proto/context/
Ddefault.hpp212 struct default_eval<Expr, Context, proto::tag::post_inc, 1>
/third_party/boost/libs/yap/test/
Dprint.cpp77 yap::op_string(yap::expr_kind::post_inc) == std::string("++(int)")); in test_main()
/third_party/boost/libs/proto/doc/
Dintermediate_form.qbk423 [`proto::tag::post_inc`]
424 [`proto::post_inc<>`]]
Dback_end.qbk1558 [[`proto::post_inc<>`]]
/third_party/boost/doc/html/
Ddoc_HTML.manifest2282 boost/proto/tag/post_inc.html
2362 boost/proto/post_inc.html
2363 boost/proto/post_inc/impl.html