Searched refs:m_error_str (Results 1 – 2 of 2) sorted by relevance
65 m_error_str.empty() ? "<unknown error>" in ValidatePlan()66 : m_error_str.c_str()); in ValidatePlan()85 m_error_str = llvm::toString(obj_or_err.takeError()); in DidPush()
64 std::string m_error_str; variable