Home
last modified time | relevance | path

Searched defs:basic_expr (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/proto/detail/preprocessed/
Dbasic_expr.hpp37 struct basic_expr<Tag, term<Arg0>, 0> struct
42 typedef basic_expr proto_base_expr; argument
44 typedef basic_expr proto_grammar; argument
48 typedef basic_expr proto_derived_expr; argument
55 basic_expr const &proto_base() const in proto_base() argument
62 basic_expr &proto_base() in proto_base() argument
71 static basic_expr const make(A0 &a0) in make() argument
79 static basic_expr const make(A0 const &a0) in make() argument
85 typedef detail::not_a_valid_type address_of_hack_type_;
115 struct basic_expr<Tag, list1<Arg0>, 1 > struct
[all …]
/third_party/boost/boost/proto/detail/
Dbasic_expr.hpp85 struct basic_expr<Tag, term<Arg0>, 0> struct
94 typedef basic_expr proto_base_expr; argument
100 typedef basic_expr proto_grammar; argument
104 typedef basic_expr proto_derived_expr; argument
113 basic_expr const &proto_base() const in proto_base() argument
121 basic_expr &proto_base() in proto_base() argument
132 static basic_expr const make(A0 &a0) in make() argument
141 static basic_expr const make(A0 const &a0) in make() argument
151 static basic_expr const make(BOOST_PP_ENUM_BINARY_PARAMS(ARG_COUNT, A, const &a)) in make() argument
162 typedef typename detail::address_of_hack<Tag, proto_child0>::type address_of_hack_type_;
[all …]