Home
last modified time | relevance | path

Searched refs:regex_error (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueRegex.cpp54 char regex_error[1024]; in SetValueFromString() local
55 if (m_regex.GetErrorAsCString(regex_error, sizeof(regex_error))) in SetValueFromString()
56 error.SetErrorString(regex_error); in SetValueFromString()
/freebsd-12.1/contrib/libc++/src/
H A Dregex.cpp63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
68 regex_error::~regex_error() throw() {} in ~regex_error()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp596 char regex_error[1024]; in DoExecute() local
597 if (regex.GetErrorAsCString(regex_error, sizeof(regex_error))) in DoExecute()
598 result.GetErrorStream().Printf("error: %s\n", regex_error); in DoExecute()
/freebsd-12.1/contrib/libc++/include/
H A Dregex83 class regex_error
87 explicit regex_error(regex_constants::error_type ecode);
960 class _LIBCPP_EXCEPTION_ABI regex_error
965 explicit regex_error(regex_constants::error_type __ecode);
966 virtual ~regex_error() throw();
976 throw regex_error(_Ev);