Home
last modified time | relevance | path

Searched refs:make_plus (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/spirit/home/karma/operator/
Dplus.hpp186 struct make_plus struct
191 struct make_plus<Elements, true> struct
198 : detail::make_plus<Elements, detail::get_stricttag<Modifiers>::value>
/third_party/boost/libs/phoenix/example/
Dinvert.cpp50 phoenix::functional::make_plus(
/third_party/boost/boost/proto/
Dproto_fwd.hpp646 typedef make_expr<tag::plus> make_plus; typedef
/third_party/boost/libs/wave/samples/cpp_tokens/slex/
Dlexer.hpp1129 class make_plus class
1138 make_plus(std::stack<node*>& the_stack) in make_plus() function in boost::spirit::classic::lexerimpl::make_plus
1962 | ch_p('+')[make_plus<ScannerT>(self.node_stack)] in definition()