Home
last modified time | relevance | path

Searched refs:my_terminal (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/proto/test/
Dmem_ptr.cpp56 struct my_terminal struct
59 BOOST_PROTO_BASIC_EXTENDS(my_terminal_base, my_terminal, proto::default_domain) in BOOST_PROTO_BASIC_EXTENDS() argument
62 … 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 }}; argument
267 my_terminal<U *dumb_ptr<U>::*> U_p = {{&U::p}};
268 my_terminal<int U::*> U_x = {{&U::x}};
Dmatches.cpp99 struct my_terminal struct
272 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()