Searched refs:re (Results 101 - 125 of 471) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/
H A Demptygroup.cc39 regex re("()*\\1");
42 VERIFY( regex_match_debug(s, m, re) );
48 regex re("()*");
51 VERIFY( regex_match_debug(s, m, re) );
H A Danymatcher.cc40 regex re(res);\
42 VERIFY(!regex_match_debug(st, re));\
H A Dungreedy.cc38 regex re("(a*?)*?");
40 VERIFY(regex_match("a", m, re));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/
H A Dcstring.cc34 test_type re(cs);
H A Drange.cc34 test_type re(s, s + 5);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/
H A Dc_string_basic.cc29 std::tr1::regex re("(a|b)*abb", std::tr1::regex::basic);
H A Dc_string_egrep.cc29 std::tr1::regex re("(a|b)*abb", std::tr1::regex::egrep);
H A Dc_string_awk.cc29 std::tr1::regex re("(a|b)*abb", std::tr1::regex::awk);
H A Dc_string_grep.cc31 regex re("(a|b)*abb", regex::grep);
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/xc16x/
H A Dxc16x.exp14 -re " +\[0-9\]+ 0000 0001\[^\n\]*\n" { set x [expr $x+1] }
15 -re " +\[0-9\]+ 0002 0809\[^\n\]*\n" { set x [expr $x+1] }
16 -re " +\[0-9\]+ 0004 080D\[^\n\]*\n" { set x [expr $x+1] }
17 -re " +\[0-9\]+ 0006 0803\[^\n\]*\n" { set x [expr $x+1] }
18 -re " +\[0-9\]+ 0008 06F0D204\[^\n\]*\n" { set x [expr $x+1] }
19 -re " +\[0-9\]+ 000c 02F0EDFF\[^\n\]*\n" { set x [expr $x+1] }
20 -re " +\[0-9\]+ 0010 04F0EDFF\[^\n\]*\n" { set x [expr $x+1] }
44 -re " +\[0-9\]+ 0000 0102\[^\n\]*\n" { set x [expr $x+1] }
45 -re " +\[0-9\]+ 0002 0909\[^\n\]*\n" { set x [expr $x+1] }
46 -re "
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dscomm-directive-2.d4 #error: attempt to re-define symbol
H A Dscomm-directive-3.d4 #error: attempt to re-define symbol
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic4x/
H A Dtic4x.exp15 -re "^ +1 .... 00 ?00 ?00 ?00" { fail $testname; set x 1 }
16 -re "^ +1 .... 01 ?00 ?00 ?00" { pass $testname; set x 1 }
17 -re "^ +1 .... 00 ?00 ?00 ?01" { pass $testname; set x 1 }
18 -re "\[^\n\]*\n" { }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/vax/
H A Dvax.exp17 -re "^ +2\[ \t\]+0000+ 7D8F7856\[ \t\]+movq\[^\n\]*\n" { set x1 1 }
18 -re "^ +2\[ \t\]+3412DDCC\[^\n\]*\n" { set x2 1 }
19 -re "^ +2\[ \t\]+BBAA50\[ \t\]*\r\n" { set x3 1 }
20 -re "\[^\n\]*\n" { }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr14888.C10 float re, im; member in class:xcomplex
13 { re*=fact; im*=fact; return *this; }
/haiku-buildtools/gcc/mpc/src/
H A Dui_ui_sub.c25 mpc_ui_ui_sub (mpc_ptr rop, unsigned long int re, unsigned long int im, argument
30 inex_re = mpfr_ui_sub (mpc_realref (rop), re, mpc_realref (op), MPC_RND_RE (rnd));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/wchar_t/
H A Danymatcher.cc40 wregex re(res);\
42 VERIFY(!regex_match_debug(st, re));\
H A Dcjk_match.cc40 wregex re(s);
42 re));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/
H A Dstring_op.cc36 test_type re; local
37 re = s;
H A Dstring.cc36 test_type re; local
37 re.assign(s);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/
H A Dpstring_wchar_t.cc34 std::wregex re(cs, 3, std::wregex::basic);
36 VERIFY( re.flags() & std::regex_constants::basic );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/
H A Dpr60037.cc11 std::mt19937 re; // the default engine local
13 auto gen = std::bind(hd, re);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/28_regex/
H A Dsplit.h26 regex re("\\s+");
27 for (auto it = sregex_token_iterator(s.begin(), s.end(), re, -1);
62 regex re(\"\\s+\");\n\
63 for (auto it = sregex_token_iterator(s.begin(), s.end(), re, -1);\n\
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/
H A Dstring.cc34 test_type re; local
35 re.assign(s);
H A Dpstring.cc33 test_type re; local
34 re.assign(cs, sizeof(cs)-1, std::tr1::regex_constants::basic);

Completed in 86 milliseconds

1234567891011>>