Searched refs:m_stop_reply (Results 1 – 2 of 2) sorted by relevance
64 assert(m_stop_reply); in GetLatestStopReplyAs()65 if (const auto *Reply = llvm::dyn_cast<T>(m_stop_reply.get())) in GetLatestStopReplyAs()68 llvm::formatv("Unexpected Stop Reply {0}", m_stop_reply->getKind()), in GetLatestStopReplyAs()96 std::unique_ptr<StopReply> m_stop_reply; variable
174 assert(m_stop_reply); in GetLatestStopReply()175 return *m_stop_reply; in GetLatestStopReply()262 m_stop_reply = std::move(*StopReplyOr); in Continue()263 if (!isa<StopReplyStop>(m_stop_reply)) { in Continue()