Home
last modified time | relevance | path

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

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/c++11/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++11/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/c++11/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++11/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++11/
A Dregex.cc32 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error
36 regex_error::~regex_error() throw() { } in ~regex_error()
A Dfunctexcept.cc144 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); } in __throw_regex_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++11/
A Dregex.cc32 regex_error::regex_error(regex_constants::error_type __ecode) in regex_error() function in std::regex_error
36 regex_error::~regex_error() throw() { } in ~regex_error()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dregex_error.h135 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()
146 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
148 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
160 regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()
174 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
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()
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dregex_error.h135 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()
146 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
148 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
160 regex_error(regex_constants::error_type __ecode, const char* __what) in _GLIBCXX_VISIBILITY()
174 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); } in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
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()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dregex_error.h135 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()
146 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
148 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dregex_error.h135 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY()
146 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY()
148 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dregex405 // [7.8] Class regex_error
412 class regex_error
417 * @brief Constructs a regex_error object.
2126 * @throws an exception of type regex_error.
2151 * @throws an exception of type regex_error.
2176 * @throws an exception of type regex_error.
2199 * @throws an exception of type regex_error.
2223 * @throws an exception of type regex_error.
2244 * @throws an exception of type regex_error.
2267 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dregex405 // [7.8] Class regex_error
412 class regex_error
417 * @brief Constructs a regex_error object.
2126 * @throws an exception of type regex_error.
2151 * @throws an exception of type regex_error.
2176 * @throws an exception of type regex_error.
2199 * @throws an exception of type regex_error.
2223 * @throws an exception of type regex_error.
2244 * @throws an exception of type regex_error.
2267 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dregex405 // [7.8] Class regex_error
412 class regex_error
417 * @brief Constructs a regex_error object.
2126 * @throws an exception of type regex_error.
2151 * @throws an exception of type regex_error.
2176 * @throws an exception of type regex_error.
2199 * @throws an exception of type regex_error.
2223 * @throws an exception of type regex_error.
2244 * @throws an exception of type regex_error.
2267 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dregex405 // [7.8] Class regex_error
412 class regex_error
417 * @brief Constructs a regex_error object.
2126 * @throws an exception of type regex_error.
2151 * @throws an exception of type regex_error.
2176 * @throws an exception of type regex_error.
2199 * @throws an exception of type regex_error.
2223 * @throws an exception of type regex_error.
2244 * @throws an exception of type regex_error.
2267 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dregex402 // [7.8] Class regex_error
409 class regex_error
414 * @brief Constructs a regex_error object.
2123 * @throws an exception of type regex_error.
2148 * @throws an exception of type regex_error.
2173 * @throws an exception of type regex_error.
2196 * @throws an exception of type regex_error.
2220 * @throws an exception of type regex_error.
2241 * @throws an exception of type regex_error.
2264 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dregex402 // [7.8] Class regex_error
409 class regex_error
414 * @brief Constructs a regex_error object.
2123 * @throws an exception of type regex_error.
2148 * @throws an exception of type regex_error.
2173 * @throws an exception of type regex_error.
2196 * @throws an exception of type regex_error.
2220 * @throws an exception of type regex_error.
2241 * @throws an exception of type regex_error.
2264 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dregex402 // [7.8] Class regex_error
409 class regex_error
414 * @brief Constructs a regex_error object.
2123 * @throws an exception of type regex_error.
2148 * @throws an exception of type regex_error.
2173 * @throws an exception of type regex_error.
2196 * @throws an exception of type regex_error.
2220 * @throws an exception of type regex_error.
2241 * @throws an exception of type regex_error.
2264 * @throws an exception of type regex_error.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dregex402 // [7.8] Class regex_error
409 class regex_error
414 * @brief Constructs a regex_error object.
2123 * @throws an exception of type regex_error.
2148 * @throws an exception of type regex_error.
2173 * @throws an exception of type regex_error.
2196 * @throws an exception of type regex_error.
2220 * @throws an exception of type regex_error.
2241 * @throws an exception of type regex_error.
2264 * @throws an exception of type regex_error.
[all …]

Completed in 37 milliseconds

123