Searched refs:post_dec (Results 1 – 22 of 22) sorted by relevance
/third_party/boost/boost/phoenix/operator/ |
D | arithmetic.hpp | 23 (post_dec)
|
/third_party/boost/boost/proto/ |
D | tags.hpp | 48 struct post_dec {}; struct
|
D | proto_fwd.hpp | 268 struct post_dec; 556 template<typename T> struct post_dec; 640 typedef make_expr<tag::post_dec> make_post_dec; 711 typedef functional::make_expr<tag::post_dec> _make_post_dec;
|
D | debug.hpp | 45 BOOST_PROTO_DEFINE_TAG_INSERTION(post_dec)
|
D | proto_typeof.hpp | 29 BOOST_TYPEOF_REGISTER_TYPE(boost::proto::tag::post_dec)
|
D | operators.hpp | 257 … BOOST_PROTO_DEFINE_UNARY_OPERATOR(--, boost::proto::tag::post_dec, TRAIT, DOMAIN, 1) \
|
D | traits.hpp | 585 BOOST_PROTO_DEFINE_UNARY_METAFUNCTION(post_dec)
|
/third_party/boost/boost/yap/ |
D | algorithm_fwd.hpp | 37 post_dec = 11, ///< \c \-\-(int) enumerator
|
D | print.hpp | 39 case expr_kind::post_dec: return "--(int)"; in op_string()
|
D | expression.hpp | 185 BOOST_YAP_USER_UNARY_OPERATOR(post_dec, expression, expression) // --(int) in BOOST_YAP_USER_UNARY_OPERATOR()
|
/third_party/boost/boost/msm/front/euml/ |
D | guard_grammar.hpp | 123 struct BuildGuardsCases::case_<proto::tag::post_dec> 125 proto::post_dec<BuildGuards >,
|
D | state_grammar.hpp | 297 struct BuildActionsCases::case_<proto::tag::post_dec> 299 proto::post_dec<BuildActions >,
|
/third_party/boost/libs/phoenix/doc/inside/ |
D | rules.qbk | 50 [[`expression::post_dec<A0>`] [`` 52 : expression::post_dec<meta_grammar>
|
/third_party/boost/boost/proto/transform/ |
D | default.hpp | 314 struct default_case<Grammar, tag::post_dec> 315 : when<post_dec<Grammar>, default_post_dec<Grammar> >
|
/third_party/quickjs/ |
D | quickjs-opcode.h | 225 DEF( post_dec, 1, 1, 2, none)
|
/third_party/boost/boost/yap/detail/ |
D | algorithm.hpp | 546 case expr_kind::post_dec: // --(int) in arity_of()
|
D | transform.hpp | 147 constexpr decltype(auto) operator()(expr_tag<expr_kind::post_dec>, T && t) const in operator ()()
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 227 struct default_eval<Expr, Context, proto::tag::post_dec, 1>
|
/third_party/boost/libs/yap/test/ |
D | print.cpp | 79 yap::op_string(yap::expr_kind::post_dec) == std::string("--(int)")); in test_main()
|
/third_party/boost/libs/proto/doc/ |
D | intermediate_form.qbk | 427 [`proto::tag::post_dec`] 428 [`proto::post_dec<>`]]
|
D | back_end.qbk | 1559 [[`proto::post_dec<>`]]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2283 boost/proto/tag/post_dec.html 2364 boost/proto/post_dec.html 2365 boost/proto/post_dec/impl.html
|