Lines Matching refs:str
716 std::stringstream str;
717 str << "Node #" << node->id() << ":" << *node->op()
719 PrintDebugHelp(str, node);
720 FATAL("%s", str.str().c_str());
744 std::stringstream str;
745 str << "TypeError: node #" << node->id() << ":" << *node->op()
749 PrintDebugHelp(str, node);
750 FATAL("%s", str.str().c_str());
764 std::ostringstream str;
765 str << "TypeError: node #" << node->id() << ":" << *node->op()
768 PrintDebugHelp(str, node);
769 FATAL("%s", str.str().c_str());
784 std::ostringstream str;
785 str << "TypeError: node #" << node->id() << ":" << *node->op()
788 PrintDebugHelp(str, node);
789 FATAL("%s", str.str().c_str());
810 std::ostringstream str;
811 str << "TypeError: node #" << node->id() << ":" << *node->op()
814 PrintDebugHelp(str, node);
815 FATAL("%s", str.str().c_str());
843 std::ostringstream str;
844 str << "TypeError: node #" << node->id() << ":" << *node->op()
847 PrintDebugHelp(str, node);
848 FATAL("%s", str.str().c_str());
861 std::ostringstream str;
862 str << "TypeError: node #" << input->id() << ":" << *input->op()
864 PrintDebugHelp(str, node);
865 FATAL("%s", str.str().c_str());
870 std::ostringstream str;
871 str << "TypeError: node #" << node->id() << ":" << *node->op()
874 PrintDebugHelp(str, node);
875 FATAL("%s", str.str().c_str());
892 std::ostringstream str;
893 str << "TypeError: node #" << node->id() << ":" << *node->op()
897 PrintDebugHelp(str, node);
898 FATAL("%s", str.str().c_str());
909 std::ostringstream str;
910 str << "TypeError: node #" << input->id() << ":" << *input->op()
912 PrintDebugHelp(str, node);
913 FATAL("%s", str.str().c_str());
919 std::ostringstream str;
920 str << "TypeError: node #" << node->id() << ":" << *node->op()
924 PrintDebugHelp(str, node);
925 FATAL("%s", str.str().c_str());
934 std::ostringstream str;
935 str << "TypeError: node #" << node->id() << ":" << *node->op()
938 PrintDebugHelp(str, node);
939 FATAL("%s", str.str().c_str());
948 std::ostringstream str;
949 str << "TypeError: node #" << node->id() << ":" << *node->op()
952 PrintDebugHelp(str, node);
953 FATAL("%s", str.str().c_str());
958 std::ostringstream str;
969 str << "TypeError: node #" << node->id() << ":" << *node->op()
972 str << std::endl;
974 str << " * input " << i << " (" << input->id() << ":" << *input->op()
980 PrintDebugHelp(str, node);
981 FATAL("%s", str.str().c_str());