Searched refs:kRetValOp (Results 1 – 4 of 4) sorted by relevance
43 const char* const kRetValOp = "_Retval"; in BuildRetvalNode() local45 ret_def.set_op(kRetValOp); in BuildRetvalNode()46 ret_def.set_name(absl::StrCat(kRetValOp, index)); in BuildRetvalNode()
30 constexpr char kRetValOp[] = "_Retval"; variable375 if (fetch != nullptr && fetch->op() != kRetValOp) { in IsItemDerivedFromFunctionDef()
49 constexpr char kRetValOp[] = "_Retval"; variable85 ret_node_def.set_op(kRetValOp); in AddMapDefunOutput()
143 static const char* const kRetValOp = "_Retval"; variable526 absl::StrCat(src_node->name(), "_", src_slot, "_retval"), kRetValOp, in RecordResult()