Searched refs:BOOST_PROTO_MAX_LOGICAL_ARITY (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/proto/detail/ |
D | and_n.hpp | 24 …(3, (2, BOOST_PP_MAX(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_MAX_LOGICAL_ARITY), <boost/proto/detail/an… 56 #if N <= BOOST_PROTO_MAX_LOGICAL_ARITY
|
D | matches_.hpp | 38 …(3, (2, BOOST_PP_MAX(BOOST_PROTO_MAX_ARITY, BOOST_PROTO_MAX_LOGICAL_ARITY), <boost/proto/detail/ma… 52 #if N <= BOOST_PROTO_MAX_LOGICAL_ARITY
|
D | or_n.hpp | 24 (3, (2, BOOST_PROTO_MAX_LOGICAL_ARITY, <boost/proto/detail/or_n.hpp>))
|
/third_party/boost/boost/proto/ |
D | proto_fwd.hpp | 34 #ifndef BOOST_PROTO_MAX_LOGICAL_ARITY 35 # define BOOST_PROTO_MAX_LOGICAL_ARITY 10 macro 52 … 10 < BOOST_PROTO_MAX_LOGICAL_ARITY || \ 397 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PROTO_MAX_LOGICAL_ARITY, typename G, void)> 400 template<BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(BOOST_PROTO_MAX_LOGICAL_ARITY, typename G, void)>
|
D | matches.hpp | 51 #define BOOST_PROTO_LOGICAL_typename_G BOOST_PP_ENUM_PARAMS(BOOST_PROTO_MAX_LOGICAL_ARITY, typenam… 52 #define BOOST_PROTO_LOGICAL_G BOOST_PP_ENUM_PARAMS(BOOST_PROTO_MAX_LOGICAL_ARITY, G)
|
/third_party/boost/libs/proto/doc/ |
D | proto.qbk | 199 [^[macroref BOOST_PROTO_MAX_LOGICAL_ARITY]]]
|
D | intermediate_form.qbk | 873 …pt up to a certain number of sub-grammars, controlled by the `BOOST_PROTO_MAX_LOGICAL_ARITY` macro…
|