Home
last modified time | relevance | path

Searched refs:GetErrorCode (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueRegex.cpp59 m_regex.GetErrorCode()); in SetValueFromString()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRegularExpression.h203 int GetErrorCode() const { return m_comp_err; } in GetErrorCode() function