Home
last modified time | relevance | path

Searched refs:GetErrorAsCString (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueRegex.cpp55 if (m_regex.GetErrorAsCString(regex_error, sizeof(regex_error))) in SetValueFromString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegularExpression.h164 size_t GetErrorAsCString(char *err_str, size_t err_str_max_len) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DRegularExpression.cpp180 size_t RegularExpression::GetErrorAsCString(char *err_str, in GetErrorAsCString() function in RegularExpression
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp597 if (regex.GetErrorAsCString(regex_error, sizeof(regex_error))) in DoExecute()
H A DCommandObjectBreakpoint.cpp786 regexp.GetErrorAsCString(err_str, sizeof(err_str)); in DoExecute()
822 regexp.GetErrorAsCString(err_str, sizeof(err_str)); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp319 regex.GetErrorAsCString(error_text, sizeof(error_text)); in CreateOperation()