Searched refs:op_comment (Results 1 – 1 of 1) sorted by relevance
145 void ProcessFuncGraphCall(const CNodePtr &node, std::string *const op_comment);239 void AnalyzeFailExporter::ProcessFuncGraphCall(const CNodePtr &node, std::string *const op_comment)… in ProcessFuncGraphCall() argument285 *op_comment = oss.str(); in ProcessFuncGraphCall()295 std::string op_comment; in OutputCNode() local296 ProcessFuncGraphCall(cnode, &op_comment); in OutputCNode()297 if (!op_comment.empty()) { in OutputCNode()299 …s << " #" << GetAnfNodeText(func_graph, inputs[0], *apply_map) << ".prototype = " << op_comment; in OutputCNode()