Home
last modified time | relevance | path

Searched refs:no_node_d (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/wave/grammars/
Dcpp_grammar.hpp311 = no_node_d in definition()
327 = no_node_d in definition()
341 >> ( ( no_node_d[eps_p(ch_p(T_LEFTPAREN))] in definition()
345 | !( no_node_d[+ppsp] in definition()
355 no_node_d[ch_p(T_LEFTPAREN) >> *ppsp], in definition()
368 no_node_d[*ppsp >> ch_p(T_COMMA) >> *ppsp] in definition()
370 no_node_d[*ppsp >> ch_p(T_RIGHTPAREN)] in definition()
376 = no_node_d[*ppsp] in definition()
384 = no_node_d in definition()
402 = no_node_d in definition()
[all …]
Dcpp_predef_macros_grammar.hpp93 no_node_d[ch_p(T_LEFTPAREN) >> *ch_p(T_SPACE)], in definition()
106 no_node_d in definition()
111 no_node_d[*ch_p(T_SPACE) >> ch_p(T_RIGHTPAREN)] in definition()
117 = no_node_d[ch_p(T_ASSIGN)] in definition()
/third_party/boost/boost/spirit/home/classic/tree/
Dcommon.hpp868 const no_tree_gen_node_parser_gen no_node_d = no_tree_gen_node_parser_gen(); variable