Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dregex.cc36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); } in __throw_regex_error()
38 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error
42 regex_error::~regex_error() throw() { } in ~regex_error()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dregex.cc31 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error
35 regex_error::~regex_error() throw() { } in ~regex_error()
H A Dfunctexcept.cc118 { throw regex_error(__ecode); } in __throw_regex_error()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_error.h132 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()
143 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
145 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
157 regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()
171 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_error.h131 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()
142 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
144 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dregex405 // [7.8] Class regex_error
412 class regex_error
417 * @brief Constructs a regex_error object.
422 regex_error(regex_constants::error_type __ecode)
423 : std::runtime_error("regex_error"), _M_code(__ecode)
782 * @throws regex_error if @p p is not a valid regular expression.
799 * @throws regex_error if @p p is not a valid regular expression.
822 * @throws regex_error if @p s is not a valid regular expression.
841 * @throws regex_error if @p [first, last) is not a valid regular
857 * @throws regex_error if @p l is not a valid regular expression.
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dregex402 // [7.8] Class regex_error
409 class regex_error
414 * @brief Constructs a regex_error object.
419 regex_error(regex_constants::error_type __ecode)
420 : std::runtime_error("regex_error"), _M_code(__ecode)
779 * @throws regex_error if @p p is not a valid regular expression.
796 * @throws regex_error if @p p is not a valid regular expression.
819 * @throws regex_error if @p s is not a valid regular expression.
838 * @throws regex_error if @p [first, last) is not a valid regular
854 * @throws regex_error if @p l is not a valid regular expression.
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Dregex58 #include <bits/regex_error.h>
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Dregex57 #include <bits/regex_error.h>
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1617 # std::regex_error::regex_error(std::regex_constants::error_type)
1624 # std::regex_error::regex_error(std::regex_constants::error_type)
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A DMakefile.headers170 ${bits_srcdir}/regex_error.h \
/dflybsd-src/gnu/lib/gcc80/libstdcxx/headers/
H A DMakefile.headers201 ${bits_srcdir}/regex_error.h \