Searched refs:BOOST_SPIRIT_DEBUG_OUT (Results 1 – 7 of 7) sorted by relevance
20 #if !defined(BOOST_SPIRIT_DEBUG_OUT)21 #define BOOST_SPIRIT_DEBUG_OUT std::cerr macro49 BOOST_SPIRIT_DEBUG_OUT << ' '; in print_indent()56 BOOST_SPIRIT_DEBUG_OUT << '<' << tag << '>' << std::flush; in print_some()58 std::ostreambuf_iterator<char> out(BOOST_SPIRIT_DEBUG_OUT); in print_some()61 BOOST_SPIRIT_DEBUG_OUT << "</" << tag << '>' << std::endl; in print_some()76 BOOST_SPIRIT_DEBUG_OUT in operator ()()80 BOOST_SPIRIT_DEBUG_OUT << "<try>" << std::endl;; in operator ()()82 BOOST_SPIRIT_DEBUG_OUT << "<attributes>"; in operator ()()84 BOOST_SPIRIT_DEBUG_OUT, in operator ()()[all …]
25 #if !defined(BOOST_SPIRIT_DEBUG_OUT)26 #define BOOST_SPIRIT_DEBUG_OUT std::cerr macro63 BOOST_SPIRIT_DEBUG_OUT << ' '; in print_indent()73 BOOST_SPIRIT_DEBUG_OUT << '<' << tag << '>'; in print_some()76 detail::token_printer(BOOST_SPIRIT_DEBUG_OUT, *first); in print_some()77 BOOST_SPIRIT_DEBUG_OUT << "</" << tag << '>' << std::endl; in print_some()95 BOOST_SPIRIT_DEBUG_OUT in operator ()()103 BOOST_SPIRIT_DEBUG_OUT in operator ()()106 BOOST_SPIRIT_DEBUG_OUT, in operator ()()109 BOOST_SPIRIT_DEBUG_OUT in operator ()()[all …]
125 BOOST_SPIRIT_DEBUG_OUT << " "; in print_node_info()129 BOOST_SPIRIT_DEBUG_OUT << "/"; in print_node_info()131 BOOST_SPIRIT_DEBUG_OUT << "#"; in print_node_info()133 BOOST_SPIRIT_DEBUG_OUT << name << ":\t\""; in print_node_info()141 token_printer(BOOST_SPIRIT_DEBUG_OUT, *iter); in print_node_info()144 BOOST_SPIRIT_DEBUG_OUT << "\"\n"; in print_node_info()157 BOOST_SPIRIT_DEBUG_OUT << " "; in print_closure_info()160 BOOST_SPIRIT_DEBUG_OUT << "^" << name << ":\t"; in print_closure_info()162 BOOST_SPIRIT_DEBUG_OUT << hit.value(); in print_closure_info()164 BOOST_SPIRIT_DEBUG_OUT << "undefined attribute"; in print_closure_info()[all …]
20 #if !defined(BOOST_SPIRIT_DEBUG_OUT)21 #define BOOST_SPIRIT_DEBUG_OUT std::cout macro
31 #if !defined(BOOST_SPIRIT_DEBUG_OUT)32 #define BOOST_SPIRIT_DEBUG_OUT std::cout macro
712 BOOST_SPIRIT_DEBUG_OUT << "\n>>> create_node(begin) <<<\n" in create_match()715 impl::token_printer(BOOST_SPIRIT_DEBUG_OUT, *it); in create_match()716 BOOST_SPIRIT_DEBUG_OUT << "\"\n"; in create_match()717 BOOST_SPIRIT_DEBUG_OUT << ">>> create_node(end) <<<\n\n"; in create_match()729 BOOST_SPIRIT_DEBUG_OUT << "\n>>> concat_match(begin) <<<\n"; in concat_match()730 BOOST_SPIRIT_DEBUG_OUT << "tree a:\n" << a << "\n"; in concat_match()731 BOOST_SPIRIT_DEBUG_OUT << "tree b:\n" << b << "\n"; in concat_match()732 BOOST_SPIRIT_DEBUG_OUT << ">>> concat_match(end) <<<\n\n"; in concat_match()765 BOOST_SPIRIT_DEBUG_OUT << "\n>>> group_match(begin) <<<\n" in group_match()768 impl::token_printer(BOOST_SPIRIT_DEBUG_OUT, *it); in group_match()[all …]
84 BOOST_SPIRIT_DEBUG_OUT << "\n>>>AST concat. a = " << a << in concat()132 BOOST_SPIRIT_DEBUG_OUT << ">>>after AST concat. a = " << a << "<<<\n\n"; in concat()