Home
last modified time | relevance | path

Searched refs:match_prev_avail (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/
H A Dmultiline.cc48 VERIFY(!std::regex_match("\na" + 1, re, match_prev_avail)); in test_pr102480()
49 VERIFY( std::regex_match("\na" + 1, reml, match_prev_avail)); in test_pr102480()
51 VERIFY(!std::regex_match("\na" + 1, re, match_prev_avail|match_not_bol)); in test_pr102480()
52 VERIFY( std::regex_match("\na" + 1, reml, match_prev_avail|match_not_bol)); in test_pr102480()
53 VERIFY(!std::regex_match("\ra" + 1, re, match_prev_avail)); in test_pr102480()
54 VERIFY( std::regex_match("\ra" + 1, reml, match_prev_avail)); in test_pr102480()
55 VERIFY(!std::regex_match("xa" + 1, re, match_prev_avail)); in test_pr102480()
56 VERIFY(!std::regex_match("xa" + 1, reml, match_prev_avail)); in test_pr102480()
64 VERIFY(!std::regex_match("\na" + 1, bre, match_prev_avail)); in test_pr102480()
66 VERIFY(!std::regex_match("\ra" + 1, bre, match_prev_avail)); in test_pr102480()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp26 regex_constants::match_prev_avail)); in main()
30 regex_constants::match_prev_avail)); in main()
36 regex_constants::match_prev_avail)); in main()
39 regex_constants::match_prev_avail)); in main()
45 regex_constants::match_prev_avail)); in main()
49 regex_constants::match_prev_avail)); in main()
69 regex_constants::match_prev_avail)); in main()
73 regex_constants::match_prev_avail)); in main()
76 regex_constants::match_prev_avail)); in main()
80 regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0);
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0);
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0);
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0);
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0);
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0);
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0);
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0);
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0);
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_prev_avail.pass.cpp28 std::regex_constants::match_prev_avail)); in main()
32 std::regex_constants::match_prev_avail)); in main()
38 std::regex_constants::match_prev_avail)); in main()
41 std::regex_constants::match_prev_avail)); in main()
47 std::regex_constants::match_prev_avail)); in main()
51 std::regex_constants::match_prev_avail)); in main()
71 std::regex_constants::match_prev_avail)); in main()
75 std::regex_constants::match_prev_avail)); in main()
78 std::regex_constants::match_prev_avail)); in main()
82 std::regex_constants::match_prev_avail)); in main()
H A Dmatch_flag_type.pass.cpp47 assert(std::regex_constants::match_prev_avail != 0); in main()
59 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
69 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
78 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
86 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
93 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
99 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
104 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
109 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/re/re.const/re.matchflag/
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/re/re.const/re.matchflag/
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/re/re.const/re.matchflag/
H A Dmatch_flag_type.pass.cpp48 assert(std::regex_constants::match_prev_avail != 0); in main()
60 assert((std::regex_constants::match_not_bol & std::regex_constants::match_prev_avail) == 0); in main()
70 assert((std::regex_constants::match_not_eol & std::regex_constants::match_prev_avail) == 0); in main()
79 assert((std::regex_constants::match_not_bow & std::regex_constants::match_prev_avail) == 0); in main()
87 assert((std::regex_constants::match_not_eow & std::regex_constants::match_prev_avail) == 0); in main()
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0); in main()
100 assert((std::regex_constants::match_not_null & std::regex_constants::match_prev_avail) == 0); in main()
105 assert((std::regex_constants::match_continuous & std::regex_constants::match_prev_avail) == 0); in main()
110 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_sed) == 0); in main()
111 assert((std::regex_constants::match_prev_avail & std::regex_constants::format_no_copy) == 0); in main()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp42 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator
43 match_init = match_prev_avail << 1, /* internal use */
74 | match_not_dot_null | match_prev_avail | match_init | match_not_null
124 using regex_constants::match_prev_avail;
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dmatch_flags.hpp49 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator
50 match_init = match_prev_avail << 1, /* internal use */
81 | match_not_dot_null | match_prev_avail | match_init | match_not_null
126 using regex_constants::match_prev_avail;
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dmatch_flags.hpp42 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator
43 match_init = match_prev_avail << 1, /* internal use */
74 | match_not_dot_null | match_prev_avail | match_init | match_not_null
124 using regex_constants::match_prev_avail;
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/regex/v4/
H A Dmatch_flags.hpp42 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator
43 match_init = match_prev_avail << 1, /* internal use */
74 | match_not_dot_null | match_prev_avail | match_init | match_not_null
124 using regex_constants::match_prev_avail;
/dports/devel/boost-libs/boost_1_72_0/boost/regex/v4/
H A Dmatch_flags.hpp42 match_prev_avail = match_not_dot_null << 1, /* *--first is a valid expression */ enumerator
43 match_init = match_prev_avail << 1, /* internal use */
74 | match_not_dot_null | match_prev_avail | match_init | match_not_null
124 using regex_constants::match_prev_avail;

12345678910>>...15