/third_party/boost/boost/proto/detail/preprocessed/ |
D | make_expr.hpp | 23 , deduce_domain in make_expr() 59 , deduce_domain in make_expr() 95 , deduce_domain in make_expr() 131 , deduce_domain in make_expr() 167 , deduce_domain in make_expr() 203 , deduce_domain in make_expr() 239 , deduce_domain in make_expr() 275 , deduce_domain in make_expr() 311 , deduce_domain in make_expr()
|
D | traits.hpp | 98 : detail::pass_through_impl<function, deduce_domain, Expr, State, Data> 133 : detail::pass_through_impl<nary_expr, deduce_domain, Expr, State, Data> 240 : detail::pass_through_impl<function, deduce_domain, Expr, State, Data> 275 : detail::pass_through_impl<nary_expr, deduce_domain, Expr, State, Data> 382 : detail::pass_through_impl<function, deduce_domain, Expr, State, Data> 417 : detail::pass_through_impl<nary_expr, deduce_domain, Expr, State, Data> 524 : detail::pass_through_impl<function, deduce_domain, Expr, State, Data> 559 : detail::pass_through_impl<nary_expr, deduce_domain, Expr, State, Data> 666 : detail::pass_through_impl<function, deduce_domain, Expr, State, Data> 701 : detail::pass_through_impl<nary_expr, deduce_domain, Expr, State, Data> [all …]
|
D | make_expr_.hpp | 28 struct make_expr_<tag::terminal, deduce_domain, A 54 struct make_expr_<Tag, deduce_domain , A0 84 struct make_expr_<Tag, deduce_domain , A0 , A1 114 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 144 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 , A3 174 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 , A3 , A4 204 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 , A3 , A4 , A5 234 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 , A3 , A4 , A5 , A6 264 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 294 struct make_expr_<Tag, deduce_domain , A0 , A1 , A2 , A3 , A4 , A5 , A6 , A7 , A8 [all …]
|
D | unpack_expr_.hpp | 34 struct unpack_expr_<tag::terminal, deduce_domain, Sequence, 1u> 60 struct unpack_expr_<Tag, deduce_domain, Sequence, 1> 103 struct unpack_expr_<Tag, deduce_domain, Sequence, 2> 146 struct unpack_expr_<Tag, deduce_domain, Sequence, 3> 189 struct unpack_expr_<Tag, deduce_domain, Sequence, 4> 232 struct unpack_expr_<Tag, deduce_domain, Sequence, 5> 275 struct unpack_expr_<Tag, deduce_domain, Sequence, 6> 318 struct unpack_expr_<Tag, deduce_domain, Sequence, 7> 361 struct unpack_expr_<Tag, deduce_domain, Sequence, 8> 404 struct unpack_expr_<Tag, deduce_domain, Sequence, 9> [all …]
|
/third_party/boost/boost/proto/detail/ |
D | make_expr_.hpp | 50 struct make_expr_<tag::terminal, deduce_domain, A 93 struct make_expr_<Tag, deduce_domain BOOST_PP_ENUM_TRAILING_PARAMS(N, A) 97 , typename BOOST_PP_CAT(deduce_domain, N)<BOOST_PP_ENUM_PARAMS(N, A)>::type
|
D | unpack_expr_.hpp | 118 struct unpack_expr_<tag::terminal, deduce_domain, Sequence, 1u> 171 struct unpack_expr_<Tag, deduce_domain, Sequence, N> 178 , typename BOOST_PP_CAT(deduce_domain, N)<
|
D | traits.hpp | 68 : detail::pass_through_impl<function, deduce_domain, Expr, State, Data> 113 : detail::pass_through_impl<nary_expr, deduce_domain, Expr, State, Data>
|
D | deduce_domain_n.hpp | 53 struct BOOST_PP_CAT(deduce_domain, N) in BOOST_PP_CAT() argument
|
D | make_expr.hpp | 50 , deduce_domain in make_expr()
|
/third_party/boost/boost/proto/ |
D | make_expr.hpp | 134 , deduce_domain 218 , deduce_domain 405 , deduce_domain in make_expr() 468 , deduce_domain in unpack_expr()
|
D | operators.hpp | 58 struct enable_unary<deduce_domain, not_a_grammar, Trait, Tag, Arg &> 88 struct enable_binary<deduce_domain, not_a_grammar, Trait, Tag, Left &, Right &> 307 BOOST_PROTO_DEFINE_OPERATORS(is_extension, deduce_domain) in BOOST_PROTO_DEFINE_OPERATORS() argument 314 , deduce_domain in BOOST_PROTO_DEFINE_OPERATORS() 323 , deduce_domain in BOOST_PROTO_DEFINE_OPERATORS()
|
D | traits.hpp | 431 : detail::pass_through_impl<if_else_, deduce_domain, Expr, State, Data> 502 : detail::pass_through_impl<unary_expr, deduce_domain, Expr, State, Data> 528 : detail::pass_through_impl<binary_expr, deduce_domain, Expr, State, Data> 549 : detail::pass_through_impl<Op, deduce_domain, Expr, State, Data> \ 567 : detail::pass_through_impl<Op, deduce_domain, Expr, State, Data> \
|
D | proto_fwd.hpp | 360 struct deduce_domain; 624 template<typename Tag, typename Domain = deduce_domain> 627 template<typename Tag, typename Domain = deduce_domain> 829 template<typename Grammar, typename Domain = deduce_domain>
|
D | domain.hpp | 224 struct deduce_domain struct
|
/third_party/boost/boost/proto/transform/detail/preprocessed/ |
D | pass_through_impl.hpp | 17 is_same<Domain, deduce_domain>::value 58 is_same<Domain, deduce_domain>::value 99 is_same<Domain, deduce_domain>::value 140 is_same<Domain, deduce_domain>::value 181 is_same<Domain, deduce_domain>::value 222 is_same<Domain, deduce_domain>::value 263 is_same<Domain, deduce_domain>::value 304 is_same<Domain, deduce_domain>::value 345 is_same<Domain, deduce_domain>::value 386 is_same<Domain, deduce_domain>::value
|
/third_party/boost/boost/proto/transform/detail/ |
D | pass_through_impl.hpp | 64 is_same<Domain, deduce_domain>::value
|
/third_party/boost/libs/proto/test/ |
D | Jamfile.v2 | 31 [ run deduce_domain.cpp ]
|
/third_party/boost/libs/proto/doc/ |
D | proto.qbk | 179 [classref boost::proto::deduce_domain `proto::deduce_domain`]]
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 2139 boost/proto/deduce_domain.html
|