Home
last modified time | relevance | path

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

123456

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/re/re.badexp/
H A Dregex_error.pass.cpp26 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 Dregex_error.pass.cpp28 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/
Dbad_expression.qbk15 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 …]
Dregex.qbk25 [template regex_error[] [link boost_regex.ref.bad_expression `regex_error`]]
Dhistory.qbk177 * 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/
Dpattern_except.hpp40 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/
Dpattern_except.hpp51 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 Dexcessive_brace_min_max.pass.cpp27 } 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 Dexcessive_brace_count.pass.cpp25 } 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 Dregex.cpp63 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 Dregex.cpp60 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/
Dregex_error.h136 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/
Dregex_error.h136 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/
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 …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
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 …]
/aosp_15_r20/external/libcxx/test/std/re/re.grammar/
H A Dexcessive_brace_count.pass.cpp26 } 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 DRegEx.cpp60 } 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 Dregex.inc30 // [re.badexp], class regex_error
31 using std::regex_error;
H A Dregex.cppm37 // [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/
Dregex.inc30 // [re.badexp], class regex_error
31 using std::regex_error;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/libc++/v1/std/
Dregex.inc30 // [re.badexp], class regex_error
31 using std::regex_error;
/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/common/
Dfilter_utils.py20 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 Dbad_ctype.pass.cpp27 } 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 Dbad_ctype.pass.cpp26 } catch (const std::regex_error &ex) { in error_ctype_thrown()
H A Dbad_range.pass.cpp26 } catch (const std::regex_error &ex) { in error_range_thrown()

123456