/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.badexp/ |
H A D | regex_error.pass.cpp | 26 std::regex_error e(std::regex_constants::error_collate); in main() 31 std::regex_error e(std::regex_constants::error_ctype); in main() 36 std::regex_error e(std::regex_constants::error_escape); in main() 42 std::regex_error e(std::regex_constants::error_backref); in main() 47 std::regex_error e(std::regex_constants::error_brack); in main() 52 std::regex_error e(std::regex_constants::error_paren); in main() 57 std::regex_error e(std::regex_constants::error_brace); in main() 62 std::regex_error e(std::regex_constants::error_badbrace); in main() 67 std::regex_error e(std::regex_constants::error_range); in main() 73 std::regex_error e(std::regex_constants::error_space); in main() [all …]
|
/aosp_15_r20/external/libcxx/test/std/re/re.badexp/ |
H A D | regex_error.pass.cpp | 28 std::regex_error e(std::regex_constants::error_collate); in main() 33 std::regex_error e(std::regex_constants::error_ctype); in main() 38 std::regex_error e(std::regex_constants::error_escape); in main() 44 std::regex_error e(std::regex_constants::error_backref); in main() 49 std::regex_error e(std::regex_constants::error_brack); in main() 54 std::regex_error e(std::regex_constants::error_paren); in main() 59 std::regex_error e(std::regex_constants::error_brace); in main() 64 std::regex_error e(std::regex_constants::error_badbrace); in main() 69 std::regex_error e(std::regex_constants::error_range); in main() 75 std::regex_error e(std::regex_constants::error_space); in main() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/doc/ |
D | bad_expression.qbk | 15 The class `regex_error` defines the type of objects thrown as exceptions to 21 class regex_error : public std::runtime_error 24 … explicit regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos); 25 explicit regex_error(boost::regex_constants::error_type err); 30 typedef regex_error bad_pattern; // for backwards compatibility 31 typedef regex_error bad_expression; // for backwards compatibility 37 regex_error(const std::string& s, regex_constants::error_type err, std::ptrdiff_t pos); 38 regex_error(boost::regex_constants::error_type err); 40 [*Effects:] Constructs an object of class regex_error. 50 Footnotes: the choice of `std::runtime_error` as the base class for `regex_error` [all …]
|
D | regex.qbk | 25 [template regex_error[] [link boost_regex.ref.bad_expression `regex_error`]]
|
D | history.qbk | 177 * Changed the definition of regex_error to make it backwards compatible with Boost-1.32.0. 201 …ons of type regex_error. The types used previously - bad_expression and bad_pattern - are now just…
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/ |
D | pattern_except.hpp | 40 class regex_error : public std::runtime_error class 43 …explicit regex_error(const std::string& s, regex_constants::error_type err = regex_constants::erro… in regex_error() function in boost::regex_error 49 explicit regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error 55 ~regex_error() noexcept override {} in ~regex_error() 75 typedef regex_error bad_pattern; 76 typedef regex_error bad_expression;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/ |
D | pattern_except.hpp | 51 class regex_error : public std::runtime_error class 54 …explicit regex_error(const std::string& s, regex_constants::error_type err = regex_constants::erro… in regex_error() function in boost::regex_error 60 explicit regex_error(regex_constants::error_type err) in regex_error() function in boost::regex_error 66 ~regex_error() BOOST_NOEXCEPT_OR_NOTHROW BOOST_OVERRIDE {} in ~regex_error() 86 typedef regex_error bad_pattern; 87 typedef regex_error bad_expression;
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.grammar/ |
H A D | excessive_brace_min_max.pass.cpp | 27 } catch (const std::regex_error &e) { in main() 38 } catch (const std::regex_error &e) { in main() 50 } catch (const std::regex_error &e) { in main() 61 } catch (const std::regex_error &e) { in main()
|
H A D | excessive_brace_count.pass.cpp | 25 } catch (const std::regex_error &e) { in main() 35 } catch (const std::regex_error &e) { in main()
|
/aosp_15_r20/external/libcxx/src/ |
H A D | regex.cpp | 63 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error 68 regex_error::~regex_error() throw() {} in ~regex_error()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/ |
H A D | regex.cpp | 60 regex_error::regex_error(regex_constants::error_type ecode) in regex_error() function in regex_error 63 regex_error::~regex_error() throw() {} in ~regex_error()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | regex_error.h | 136 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY() 147 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY() 149 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | regex_error.h | 136 class regex_error : public std::runtime_error in _GLIBCXX_VISIBILITY() 147 regex_error(regex_constants::error_type __ecode); in _GLIBCXX_VISIBILITY() 149 virtual ~regex_error() throw(); in _GLIBCXX_VISIBILITY()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/tr1/ |
D | regex | 405 // [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 …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
D | regex | 405 // [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 …]
|
/aosp_15_r20/external/libcxx/test/std/re/re.grammar/ |
H A D | excessive_brace_count.pass.cpp | 26 } catch (const std::regex_error &e) { in main() 36 } catch (const std::regex_error &e) { in main()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | RegEx.cpp | 60 } catch (std::regex_error& e) { in Replace() 74 } catch (std::regex_error& e) { in Create()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/modules/std/ |
H A D | regex.inc | 30 // [re.badexp], class regex_error 31 using std::regex_error;
|
H A D | regex.cppm | 37 // [re.badexp], class regex_error 38 using std::regex_error;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/share/libc++/v1/std/ |
D | regex.inc | 30 // [re.badexp], class regex_error 31 using std::regex_error;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/libc++/v1/std/ |
D | regex.inc | 30 // [re.badexp], class regex_error 31 using std::regex_error;
|
/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | filter_utils.py | 20 from sre_constants import error as regex_error unknown 135 except regex_error:
|
/aosp_15_r20/external/libcxx/test/std/re/re.regex/re.regex.construct/ |
H A D | bad_ctype.pass.cpp | 27 } catch (const std::regex_error &ex) { in error_ctype_thrown()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.regex/re.regex.construct/ |
H A D | bad_ctype.pass.cpp | 26 } catch (const std::regex_error &ex) { in error_ctype_thrown()
|
H A D | bad_range.pass.cpp | 26 } catch (const std::regex_error &ex) { in error_range_thrown()
|