Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:cout

37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }
38 #define WARNING(x) std::cout << (x) << std::endl;
42 #define DEBUG_PRINT(x) std::cout << (x) << std::endl;
44 //#define PRINT_EXPRESSION(x) std::cout << (x) << std::endl;
55 std::cout << "ERROR: Empty string of type " << t <<std::endl; \
501 std::cout << "/--" << cdata << "--/\n";
523 std::cout << " -->" << word << "<--\n";
678 std::cout << s; // debug
761 for(int i=0;i<level;i++) std::cout << " ";
788 std::cout << "Error: not sure what to do here" << std::endl;
792 std::cout << c << name.c_str() << "[" << c_data << "]" << std::endl;
795 std::cout << c << name.c_str() << std::endl;
804 std::cout << " ";
805 std::cout << " ";
806 std::cout << attr->Name() << ": " << attr->Value() << std::endl;
829 std::cout << "Rule " << ruleName << std::endl;
1053 std::cout << label << " "<< label.find_first_of ("@") << std::endl;
1057 std::cout << " Adding " << label << std::endl;
1188 // std::cout <<"Sorted: " << index <<" " << label <<std::endl;
1266 cout << "found max_script_label " << max_script_label << endl;
1286 cout << "error: internal error while making .omap " << i << endl;