Searched refs:my_terminal (Results 1 – 2 of 2) sorted by relevance
56 struct my_terminal struct59 BOOST_PROTO_BASIC_EXTENDS(my_terminal_base, my_terminal, proto::default_domain) in BOOST_PROTO_BASIC_EXTENDS() argument62 … typename proto::result_of::make_expr<proto::tag::function, my_terminal const &, A0 &>::type const in BOOST_PROTO_BASIC_EXTENDS()69 …typename proto::result_of::make_expr<proto::tag::function, my_terminal const &, A0 const &>::type …76 my_terminal<int S::*> test1 = {{ &S::x }}; argument267 my_terminal<U *dumb_ptr<U>::*> U_p = {{&U::p}};268 my_terminal<int U::*> U_x = {{&U::x}};
99 struct my_terminal struct272 proto::nullary_expr<my_terminal, int>::type i = {0}; in test_matches()274 proto::assert_matches<proto::nullary_expr<my_terminal, proto::_> >( i ); in test_matches()279 proto::assert_matches_not<proto::nullary_expr<my_terminal, proto::_> >( j ); in test_matches()