Searched defs:default_eval (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/proto/context/detail/preprocessed/ |
D | default_eval.hpp | 9 struct default_eval<Expr, Context, proto::tag::function, 3> struct 15 function_type; 43 struct default_eval<Expr, Context, proto::tag::function, 4> argument 49 function_type; 77 struct default_eval<Expr, Context, proto::tag::function, 5> argument 83 function_type; 111 struct default_eval<Expr, Context, proto::tag::function, 6> argument 117 function_type; 145 struct default_eval<Expr, Context, proto::tag::function, 7> argument 151 function_type; [all …]
|
/third_party/boost/boost/proto/context/ |
D | default.hpp | 47 struct default_eval struct 51 struct default_eval<Expr, Context, tag::terminal, 0> struct 55 result_type; 57 result_type operator ()(Expr &expr, Context &) const in operator ()() 206 struct default_eval<Expr, Context, tag::mem_ptr, 2> struct 212 struct default_eval<Expr, Context, proto::tag::post_inc, 1> struct 215 typedef typename proto::result_of::child_c<Expr, 0>::type e0; 216 typedef typename proto::result_of::eval<UNREF(e0), Context>::type r0; 219 result_type operator ()(Expr &expr, Context &ctx) const in operator ()() 227 struct default_eval<Expr, Context, proto::tag::post_dec, 1> struct [all …]
|
/third_party/boost/boost/proto/context/detail/ |
D | default_eval.hpp | 42 struct default_eval<Expr, Context, proto::tag::function, N> struct 48 function_type; 54 result_type; 56 result_type operator ()(Expr &expr, Context &context) const in operator ()() 62 result_type invoke(Expr &expr, Context &context, mpl::false_) const in invoke() 69 result_type invoke(Expr &expr, Context &context, mpl::true_) const in invoke()
|