Home
last modified time | relevance | path

Searched defs:make_terminal (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/proto/
Dexpr.hpp63 Expr make_terminal(T &t, Expr *, proto::term<Arg0> *) in make_terminal() function
71 Expr make_terminal(T (&t)[N], Expr *, proto::term<Arg0[N]> *) in make_terminal() function
83 Expr make_terminal(T const(&t)[N], Expr *, proto::term<Arg0[N]> *) in make_terminal() function
98 Expr make_terminal(T &t, Expr *, proto::term<U C::*> *) in make_terminal() function
Dproto_fwd.hpp630 typedef make_expr<tag::terminal> make_terminal; typedef
/third_party/boost/boost/spirit/home/support/
Dmake_component.hpp129 struct make_terminal : proto::transform<make_terminal<Domain> > struct
132 struct impl : make_terminal_impl<Expr, State, Data, Domain> {};
/third_party/boost/boost/yap/
Dexpression.hpp324 constexpr auto make_terminal(T && t) in make_terminal() function
Dalgorithm.hpp507 constexpr auto make_terminal(T && t) in make_terminal() function