Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/
H A Dregex.cpp64 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error
69 regex_error::~regex_error() throw() {} in ~regex_error()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dregex83 class regex_error
87 explicit regex_error(regex_constants::error_type ecode);
999 class _LIBCPP_EXCEPTION_ABI regex_error
1004 explicit regex_error(regex_constants::error_type __ecode);
1005 regex_error(const regex_error&) _NOEXCEPT = default;
1006 ~regex_error() _NOEXCEPT override;
1016 throw regex_error(_Ev);
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc950 SYMBOL(regex_error, std::, <regex>)