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