Lines Matching defs:str
56 std::ostringstream str;
57 str << "TypeError: node #" << node->id() << ":" << *node->op()
59 FATAL("%s", str.str().c_str());
64 std::ostringstream str;
65 str << "TypeError: node #" << node->id() << ":" << *node->op() << " type "
67 FATAL("%s", str.str().c_str());
72 std::ostringstream str;
73 str << "TypeError: node #" << node->id() << ":" << *node->op() << " type "
75 FATAL("%s", str.str().c_str());
81 std::ostringstream str;
82 str << "TypeError: node #" << node->id() << ":" << *node->op()
86 FATAL("%s", str.str().c_str());
91 std::ostringstream str;
92 str << "GraphError: node #" << node->id() << ":" << *node->op()
95 FATAL("%s", str.str().c_str());