Searched refs:regex_error (Results 1 – 4 of 4) sorted by relevance
54 char regex_error[1024]; in SetValueFromString() local55 if (m_regex.GetErrorAsCString(regex_error, sizeof(regex_error))) in SetValueFromString()56 error.SetErrorString(regex_error); in SetValueFromString()
63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error68 regex_error::~regex_error() throw() {} in ~regex_error()
596 char regex_error[1024]; in DoExecute() local597 if (regex.GetErrorAsCString(regex_error, sizeof(regex_error))) in DoExecute()598 result.GetErrorStream().Printf("error: %s\n", regex_error); in DoExecute()
83 class regex_error87 explicit regex_error(regex_constants::error_type ecode);960 class _LIBCPP_EXCEPTION_ABI regex_error965 explicit regex_error(regex_constants::error_type __ecode);966 virtual ~regex_error() throw();976 throw regex_error(_Ev);