/netbsd-src/sys/external/bsd/sljit/dist/regex_src/ |
H A D | regexJIT.h | 55 struct regex_match; 79 struct regex_match* regex_begin_match(struct regex_machine *machine); 80 void regex_reset_match(struct regex_match *match); 81 void regex_free_match(struct regex_match *match); 85 void regex_continue_match(struct regex_match *match, const regex_char_t *input_string, int length); 86 int regex_get_result(struct regex_match *match, int *end, int *id); 88 int regex_is_match_finished(struct regex_match *match); 93 void regex_continue_match_debug(struct regex_match *match, const regex_char_t *input_string, int le…
|
H A D | regexJIT.c | 76 struct regex_match struct 97 …void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int … argument 1390 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_forward), S… in compile_cond_tran() 1559 …S : SLJIT_LESS_EQUAL, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R… in compile_end_check() 1562 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_C… in compile_end_check() 1564 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_end), R_CUR… in compile_end_check() 1568 …EMIT_OP2(SLJIT_SUB, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_end), R_CUR… in compile_end_check() 1571 …EMIT_OP2(SLJIT_SUB, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_end), R_CUR… in compile_end_check() 1575 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_id), SLJIT_… in compile_end_check() 1621 …EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), SLJ… in compile_end_check() [all …]
|
H A D | regexMain.c | 57 struct regex_match* match; in verbose_test() 112 struct regex_match* match; in run_tests()
|
/netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ |
H A D | branch_changer.py | 77 self.regex_match = m 163 …new_summary = self.regex_match.group(1) + new_version + self.regex_match.group(3) + self.regex_mat…
|
/netbsd-src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
H A D | branch_changer.py | 65 self.regex_match = m 144 …new_summary = self.regex_match.group(1) + new_version + self.regex_match.group(3) + self.regex_mat…
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2013 | 885 * testsuite/28_regex/algorithms/regex_match/ecma/char/ungreedy.cc: New. 1007 * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc: 1098 * include/bits/regex.h (__regex_algo_impl<>, regex_match<>, 1099 regex_search<>): New abstract function for regex_match and regex_search. 1108 * testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: Use 1110 * testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc: Same. 1111 * testsuite/28_regex/algorithms/regex_match/basic/string_01.cc: Same. 1112 * testsuite/28_regex/algorithms/regex_match/basic/string_range_00_03.cc: 1114 * testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc: 1116 * testsuite/28_regex/algorithms/regex_match/basic/string_range_02_03.cc: [all …]
|
H A D | ChangeLog-2016 | 4621 * testsuite/28_regex/algorithms/regex_match/awk/cstring_01.cc: Likewise. 4622 * testsuite/28_regex/algorithms/regex_match/basic/empty_range.cc: 4624 * testsuite/28_regex/algorithms/regex_match/basic/string_01.cc: 4626 * testsuite/28_regex/algorithms/regex_match/basic/ 4628 * testsuite/28_regex/algorithms/regex_match/basic/ 4630 * testsuite/28_regex/algorithms/regex_match/basic/ 4632 * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc: 4634 * testsuite/28_regex/algorithms/regex_match/ecma/char/53622.cc: 4636 * testsuite/28_regex/algorithms/regex_match/ecma/char/57173.cc: 4638 * testsuite/28_regex/algorithms/regex_match/ecma/char/58576.cc: [all …]
|
H A D | ChangeLog-2014 | 469 * include/bits/regex.h (regex_match, regex_search): LWG DR 2329, 473 * testsuite/28_regex/algorithms/regex_match/dr2329_neg.cc: New. 692 * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc: 4039 * testsuite/28_regex/algorithms/regex_match/basic/ 4041 * testsuite/28_regex/algorithms/regex_match/basic/ 4043 * testsuite/28_regex/algorithms/regex_match/basic/ 4045 * testsuite/28_regex/algorithms/regex_match/basic/ 4047 * testsuite/28_regex/algorithms/regex_match/extended/ 4049 * testsuite/28_regex/algorithms/regex_match/extended/ 4051 * testsuite/28_regex/algorithms/regex_match/extended/ [all …]
|
H A D | ChangeLog-2020 | 759 * testsuite/28_regex/algorithms/regex_match/basic/string_range_01_03.cc: 761 * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc: 763 * testsuite/28_regex/algorithms/regex_match/ecma/char/backref.cc: 765 * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/63199.cc: 767 * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/anymatcher.cc: 769 * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/cjk_match.cc: 771 * testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/hex.cc: 773 * testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc:
|
H A D | ChangeLog | 601 * testsuite/28_regex/algorithms/regex_match/107376.cc: New test. 5604 (regex_match, regex_search): Pass policy and match mode as
|
H A D | ChangeLog-2015 | 94 * testsuite/28_regex/algorithms/regex_match/ecma/char/68863.cc: 2358 * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc:
|
H A D | ChangeLog-2021 | 45 * testsuite/28_regex/algorithms/regex_match/cstring_bracket_01.cc: 2015 * testsuite/28_regex/algorithms/regex_match/extended/wstring_locale.cc: 2632 * testsuite/28_regex/algorithms/regex_match/multiline.cc: New test.
|
H A D | ChangeLog-2012 | 1393 * testsuite/28_regex/algorithms/regex_match: ...this.
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | regex.h | 2171 regex_match(_Bi_iter __s, in _GLIBCXX_VISIBILITY() 2199 regex_match(_Bi_iter __first, _Bi_iter __last, in _GLIBCXX_VISIBILITY() 2205 return regex_match(__first, __last, __what, __re, __flags); in _GLIBCXX_VISIBILITY() 2224 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2229 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } in _GLIBCXX_VISIBILITY() 2248 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, in _GLIBCXX_VISIBILITY() 2254 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } in _GLIBCXX_VISIBILITY() 2262 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>&&, in _GLIBCXX_VISIBILITY() 2284 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2288 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | regex.h | 2261 regex_match(_Bi_iter __s, in _GLIBCXX_VISIBILITY() 2288 regex_match(_Bi_iter __first, _Bi_iter __last, in _GLIBCXX_VISIBILITY() 2294 return regex_match(__first, __last, __what, __re, __flags); in _GLIBCXX_VISIBILITY() 2313 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2318 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } in _GLIBCXX_VISIBILITY() 2337 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, in _GLIBCXX_VISIBILITY() 2343 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } in _GLIBCXX_VISIBILITY() 2351 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>&&, in _GLIBCXX_VISIBILITY() 2373 regex_match(const _Ch_type* __s, in _GLIBCXX_VISIBILITY() 2377 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 2104 // [7.11.2] Function template regex_match 2130 regex_match(_Bi_iter __first, _Bi_iter __last, 2152 regex_match(_Bi_iter __first, _Bi_iter __last, 2158 return regex_match(__first, __last, __what, __re, __flags); 2177 regex_match(const _Ch_type* __s, 2182 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } 2201 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 2207 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } 2224 regex_match(const _Ch_type* __s, 2228 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | regex | 2104 // [7.11.2] Function template regex_match 2130 regex_match(_Bi_iter __first, _Bi_iter __last, 2152 regex_match(_Bi_iter __first, _Bi_iter __last, 2158 return regex_match(__first, __last, __what, __re, __flags); 2177 regex_match(const _Ch_type* __s, 2182 { return regex_match(__s, __s + _Rx_traits::length(__s), __m, __re, __f); } 2201 regex_match(const basic_string<_Ch_type, _Ch_traits, _Ch_alloc>& __s, 2207 { return regex_match(__s.begin(), __s.end(), __m, __re, __flags); } 2224 regex_match(const _Ch_type* __s, 2228 { return regex_match(__s, __s + _Rx_traits::length(__s), __re, __f); } [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | regex | 535 regex_match(BidirectionalIterator first, BidirectionalIterator last, 542 regex_match(BidirectionalIterator first, BidirectionalIterator last, 548 regex_match(const charT* str, match_results<const charT*, Allocator>& m, 554 regex_match(const basic_string<charT, ST, SA>& s, 561 regex_match(const basic_string<charT, ST, SA>&& s, 568 regex_match(const charT* str, const basic_regex<charT, traits>& e, 573 regex_match(const basic_string<charT, ST, SA>& s, 5514 regex_match(_Bp, _Bp, match_results<_Bp, _Ap>&, const basic_regex<_Cp, _Tp>&, 6160 // regex_match 6164 regex_match(_BidirectionalIterator __first, _BidirectionalIterator __last, [all …]
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/ |
H A D | Cxx1yStatusIssuesStatus.csv | 124 "`2205 <https://wg21.link/lwg2205>`__","Problematic postconditions of regex_match and regex_search"… 142 "`2329 <https://wg21.link/lwg2329>`__","regex_match()/regex_search() with match_results should forb…
|
H A D | Cxx1zStatusIssuesStatus.csv | 80 "`2273 <https://wg21.link/LWG2273>`__","``regex_match``\ ambiguity","Kona","|Complete|",""
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 99278 a7f6c5c6d42fc724e816f0a6f81b0956 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstrin… 99279 82f8192f4a6fbf3c813810dcf6c04af7 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empt… 99280 5b4b7e38097a2a17a24d46194b70c631 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 99281 7798f06f2baae27dd7cccb4e9dd1bc34 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 99282 ca26e5ccbbeaab37ecfcc00462922d44 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 99283 96b0f61e9cf66850c48be2d450360191 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 99284 be18eb4b82bfced849527ba79c197674 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/cstring_br… 99285 44aa196cbe2393c1a9247e66c2f3e737 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/dr2329_neg… 99286 6cfc2d7e68acfe2e75c13a43b6f5cd05 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/… 99287 52ede5880ec0edb2f7e0753905868a79 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/… [all …]
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 113687 2311cea628cce5b052734c24d5a5cae9 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/107376.cc 113688 ac17a08648e0976b0c7d6fdedfa3b873 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/awk/cstrin… 113689 b4de49ecda034d158711adf6d15c8c16 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/empt… 113690 80c695ed0ff87f3b529b00e4cfb3bac6 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 113691 e8347ba03b7f5378d58b64d4e922c498 libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 113692 fbd79b13cd7aef5ecab357fd611ceddb libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 113693 32f14fe34dc2dd40d6d3d6a4b891f3df libstdc++-v3/testsuite/28_regex/algorithms/regex_match/basic/stri… 113694 0937653336b347a906ba43cd94587acc libstdc++-v3/testsuite/28_regex/algorithms/regex_match/cstring_br… 113695 e274ba5050e2102a311fde96b3ce7b5d libstdc++-v3/testsuite/28_regex/algorithms/regex_match/dr2329_neg… 113696 9983e99d52957755a613483612cf326f libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/… [all …]
|