Searched refs:GetErrorAsCString (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueRegex.cpp71 if (m_regex.GetErrorAsCString(regex_error, sizeof(regex_error)))
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DRegularExpression.h180 GetErrorAsCString (char *err_str, size_t err_str_max_len) const;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DRegularExpression.cpp262 RegularExpression::GetErrorAsCString (char *err_str, size_t err_str_max_len) const function in class:RegularExpression
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp465 if (regex.GetErrorAsCString(regex_error, sizeof(regex_error)))
H A DCommandObjectBreakpoint.cpp456 regexp.GetErrorAsCString(err_str, sizeof(err_str));
493 regexp.GetErrorAsCString(err_str, sizeof(err_str));

Completed in 70 milliseconds