Searched refs:post_inc (Results 1 – 22 of 22) sorted by relevance
/third_party/boost/boost/phoenix/operator/ |
D | arithmetic.hpp | 22 (post_inc)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 45 struct post_inc {}; struct
|
D | proto_fwd.hpp | 267 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;
|
D | debug.hpp | 44 BOOST_PROTO_DEFINE_TAG_INSERTION(post_inc)
|
D | proto_typeof.hpp | 28 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::post_inc)
|
D | operators.hpp | 256 … BOOST_PROTO_DEFINE_UNARY_OPERATOR(++, boost::proto::tag::post_inc, TRAIT, DOMAIN, 1) \
|
D | traits.hpp | 584 BOOST_PROTO_DEFINE_UNARY_METAFUNCTION(post_inc)
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 36 post_inc = 10, ///< \c ++(int) enumerator
|
D | print.hpp | 38 case expr_kind::post_inc: return "++(int)"; in op_string()
|
D | expression.hpp | 184 BOOST_YAP_USER_UNARY_OPERATOR(post_inc, expression, expression) // ++(int) in BOOST_YAP_USER_UNARY_OPERATOR()
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 116 struct BuildGuardsCases::case_<proto::tag::post_inc> 118 proto::post_inc<BuildGuards >,
|
D | state_grammar.hpp | 290 struct BuildActionsCases::case_<proto::tag::post_inc> 292 proto::post_inc<BuildActions >,
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 46 [[`expression::post_inc<A0>`] [`` 48 : expression::post_inc<meta_grammar>
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 284 struct default_case<Grammar, tag::post_inc> 285 : when<post_inc<Grammar>, default_post_inc<Grammar> >
|
/third_party/quickjs/ |
D | quickjs-opcode.h | 226 DEF( post_inc, 1, 1, 2, none)
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 545 case expr_kind::post_inc: // ++(int) in arity_of()
|
D | transform.hpp | 141 constexpr decltype(auto) operator()(expr_tag<expr_kind::post_inc>, T && t) const in operator ()()
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 212 struct default_eval<Expr, Context, proto::tag::post_inc, 1>
|
/third_party/boost/libs/yap/test/ |
D | print.cpp | 77 yap::op_string(yap::expr_kind::post_inc) == std::string("++(int)")); in test_main()
|
/third_party/boost/libs/proto/doc/ |
D | intermediate_form.qbk | 423 [`proto::tag::post_inc`] 424 [`proto::post_inc<>`]]
|
D | back_end.qbk | 1558 [[`proto::post_inc<>`]]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2282 boost/proto/tag/post_inc.html 2362 boost/proto/post_inc.html 2363 boost/proto/post_inc/impl.html
|