/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
H A D | regex.cc | 36 { _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()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | regex.cc | 36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); } in __throw_regex_error() 83 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error 87 regex_error::~regex_error() throw() { } in ~regex_error()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex_error.h | 134 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY() 145 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY() 147 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY() 159 regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY() 175 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex_error.h | 137 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY() 150 regex_error(error_type __ecode); in _GLIBCXX_VISIBILITY() 152 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY() 165 regex_error(error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY() 173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
H A D | regex.cpp | 64 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()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 402 // [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 …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 402 // [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 …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
H A D | re.h | 94 } catch (const std::regex_error& e) { in Init()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
H A D | re.h | 100 catch (const std::regex_error& e) { in Init()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
H A D | regex | 58 #include <bits/regex_error.h>
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | regex | 62 #include <bits/regex_error.h>
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 1636 # std::regex_error::regex_error(std::regex_constants::error_type) 1643 # std::regex_error::regex_error(std::regex_constants::error_type)
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 1657 # std::regex_error::regex_error(std::regex_constants::error_type) 1664 # std::regex_error::regex_error(std::regex_constants::error_type)
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | regex | 83 class regex_error 87 explicit regex_error(regex_constants::error_type ecode); 982 class _LIBCPP_EXCEPTION_ABI regex_error 987 explicit regex_error(regex_constants::error_type __ecode); 988 regex_error(const regex_error&) _NOEXCEPT = default; 989 virtual ~regex_error() _NOEXCEPT; 999 throw regex_error(_Ev);
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/or1k/ |
H A D | defs.mk | 39 …cess.h bits/regex.h bits/regex_compiler.h bits/regex_constants.h bits/regex_error.h bits/stre…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/coldfire/ |
H A D | defs.mk | 40 …range_access.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/sparc/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/armeb/ |
H A D | defs.mk | 44 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/riscv32/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipsel/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmeb/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/x86_64/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/earmv7hfeb/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/mipseb/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|
/netbsd-src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/powerpc/ |
H A D | defs.mk | 46 …bits/refwrap.h bits/regex.h bits/regex.tcc bits/regex_constants.h bits/regex_error.h bits/regex_sc…
|