Searched refs:re (Results 76 - 100 of 471) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/
H A Dcstring.cc33 test_type re; local
34 re.assign(cs);
H A Dcstring_op.cc33 test_type re; local
34 re = cs;
H A Dstring_op.cc34 test_type re; local
35 re = s;
H A Drange.cc33 test_type re; local
34 re.assign(s, s + 5);
H A Dstring.cc34 test_type re; local
35 re.assign(s);
/haiku-buildtools/binutils/gas/testsuite/gas/ieee-fp/
H A Dx930509a.exp26 -re " 00 ?00 ?80 ?00\[ \]+.single" { pass $testname; set x 1 }
27 -re " 00 ?80 ?00 ?00\[ \]+.single" { pass $testname; set x 1 }
28 -re ".single" { fail $testname; set x 1 }
29 -re "\[^\n\]*\n" { }
/haiku-buildtools/gcc/fixincludes/tests/base/
H A Dreg_types.h16 extern __regex_t re;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp991.C6 double re; member in class:Complex
8 Complex(double r,double i) : re(r), im(i) {}
19 double nr = cos(arg.re)*cosh(arg.im);
20 double ni = -sin(arg.re)*sinh(arg.im);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dmissing_optional_dummy_3.f9023 complex function MY_CMPLX (re, im)
24 real, intent(in) :: re local in function:MY_CMPLX
27 MY_CMPLX = cmplx (re, im)
29 MY_CMPLX = cmplx (re, 0.0)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/
H A Dcstring.cc30 std::regex re("(a|b)*abb", std::regex::basic);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/
H A Dcstring_grep.cc32 regex re("(a|b)*abb", regex::grep);
H A Dcstring_egrep.cc30 std::regex re("(a|b)*abb", std::regex::egrep);
H A Dcstring_awk.cc30 std::regex re("(a|b)*abb", std::regex::awk);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex/cons/char/
H A Dc_string_ecma.cc29 std::tr1::regex re("(a|b)*abb");
H A Ddefault.cc29 std::tr1::regex re; local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/
H A Dcstring_bracket_01.cc39 std::regex re("pre/[za-x]", std::regex::extended);
40 VERIFY( regex_match_debug("pre/z", re) );
41 VERIFY( regex_match_debug("pre/a", re) );
42 VERIFY( !regex_match_debug("pre/y", re) );
45 std::regex re("pre/[[:uPPer:]]", std::regex::extended);
46 VERIFY( regex_match_debug("pre/Z", re) );
47 VERIFY( !regex_match_debug("pre/_", re) );
48 VERIFY( !regex_match_debug("pre/a", re) );
49 VERIFY( !regex_match_debug("pre/0", re) );
52 std::regex re("pr
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ppc/
H A Daix.exp37 -re "AUX val 16 prmhsh 0 snhsh 0 typ 3 algn 2 clss 5 stb 0 snstb 0" { set x0 1 }
38 -re "AUX val 32 prmhsh 0 snhsh 0 typ 3 algn 1 clss 5 stb 0 snstb 0" { set x1 1 }
39 -re "AUX val 64 prmhsh 0 snhsh 0 typ 3 algn 2 clss 5 stb 0 snstb 0" { set x2 1 }
40 -re "AUX val 128 prmhsh 0 snhsh 0 typ 3 algn 3 clss 5 stb 0 snstb 0" { set x3 1 }
41 -re "AUX val 256 prmhsh 0 snhsh 0 typ 3 algn 4 clss 5 stb 0 snstb 0" { set x4 1 }
42 -re "\[^\n\]*\n" { }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compat/
H A Dstruct-ret-1.c1 typedef struct { int re; int im; } T; member in struct:__anon1366
10 x.re = arg1;
21 if (result.re != 3 || result.im != 4)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/extended/
H A Dcstring.cc32 std::regex re("(wee|week)(knights|night)", std::regex::extended);
34 VERIFY( re.flags() == std::regex::extended );
35 VERIFY( re.mark_count() == 2 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/traits/char/
H A Duser_defined.cc24 // 28.3 Requirements [re.req]
26 // 28.7 Class template regex_traits [re.traits]
51 basic_regex<char, MyRegexTraits<char>> re(".");
52 VERIFY(!regex_match("\n", re));
53 VERIFY(!regex_match("\r", re));
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Daix.exp37 -re "AUX val 16 prmhsh 0 snhsh 0 typ 3 algn 2 clss 5 stb 0 snstb 0" { set x0 1 }
38 -re "AUX val 32 prmhsh 0 snhsh 0 typ 3 algn 1 clss 5 stb 0 snstb 0" { set x1 1 }
39 -re "AUX val 64 prmhsh 0 snhsh 0 typ 3 algn 2 clss 5 stb 0 snstb 0" { set x2 1 }
40 -re "AUX val 128 prmhsh 0 snhsh 0 typ 3 algn 3 clss 5 stb 0 snstb 0" { set x3 1 }
41 -re "AUX val 256 prmhsh 0 snhsh 0 typ 3 algn 4 clss 5 stb 0 snstb 0" { set x4 1 }
42 -re "\[^\n\]*\n" { }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/parse/
H A Dparse.exp35 -re "^ +\[0-9\]+ 0000 23696E63\[^\n\]*\n" { set x [expr $x+1] }
36 -re "^ +\[0-9\]+ 6C756465\[^\n\]*\n" { set x [expr $x+1] }
37 -re "^ +\[0-9\]+ 6B2E6465\[^\n\]*\n" { set x [expr $x+1] }
38 -re "^ +\[0-9\]+ 66220A00\[^\n\]*\n" { set x [expr $x+1] }
39 -re "^ +\[0-9\]+ 0014 09307831\[^\n\]*\n" { set x [expr $x+1] }
40 -re "^ +\[0-9\]+ 3233\[^\n\]*\n" { set x [expr $x+1] }
41 -re "\[^\n\]*\n" { }
64 -re "^ +\[0-9\]+ 0000 22A04000\[^\n\]*\n" { set x [expr $x+1] }
65 -re "^ +\[0-9\]+ 0004 36B50100\[^\n\]*\n" { set x [expr $x+1] }
66 -re "
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/parse/
H A Dparse.exp34 -re "^ +\[0-9\]+ 0000 23696E63\[^\n\]*\n" { set x [expr $x+1] }
35 -re "^ +\[0-9\]+ 6C756465\[^\n\]*\n" { set x [expr $x+1] }
36 -re "^ +\[0-9\]+ 6B2E6465\[^\n\]*\n" { set x [expr $x+1] }
37 -re "^ +\[0-9\]+ 66220A00\[^\n\]*\n" { set x [expr $x+1] }
38 -re "^ +\[0-9\]+ 0014 09307831\[^\n\]*\n" { set x [expr $x+1] }
39 -re "^ +\[0-9\]+ 3233\[^\n\]*\n" { set x [expr $x+1] }
40 -re "\[^\n\]*\n" { }
63 -re "^ +\[0-9\]+ 0000 22A04000\[^\n\]*\n" { set x [expr $x+1] }
64 -re "^ +\[0-9\]+ 0004 36B50100\[^\n\]*\n" { set x [expr $x+1] }
65 -re "
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dunsorted.exp40 -re "DATA\[^\n\]* 2..6\[^\n\]*\n" { set x 1 }
41 -re "\[^\n\]*\n" { }
65 -re "^00000000\[^\n\]*Label\[^\n\]*\n" { set x 1 }
66 -re "^00000000\[^\n\]*L\$01234\[^\n\]*\n" { set x 0 }
67 -re "\[^\n\]*\n" { }
91 -re "^0x00000000\[^\n\]*nop\[^\n\]*\n" { set x 1 }
92 -re "^0x00000004\[^\n\]*nop\[^\n\]*\n" { set x 0 }
93 -re "\[^\n\]*\n" { }
122 -re "\[^\n\]* <main> nop\[^\n\]*\n" { set x 1 }
123 -re "\[
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/hppa/unsorted/
H A Dunsorted.exp39 -re "DATA\[^\n\]* 2..6\[^\n\]*\n" { set x 1 }
40 -re "\[^\n\]*\n" { }
64 -re "^00000000\[^\n\]*Label\[^\n\]*\n" { set x 1 }
65 -re "^00000000\[^\n\]*L\$01234\[^\n\]*\n" { set x 0 }
66 -re "\[^\n\]*\n" { }
90 -re "^0x00000000\[^\n\]*nop\[^\n\]*\n" { set x 1 }
91 -re "^0x00000004\[^\n\]*nop\[^\n\]*\n" { set x 0 }
92 -re "\[^\n\]*\n" { }
121 -re "\[^\n\]* <main> nop\[^\n\]*\n" { set x 1 }
122 -re "\[
[all...]

Completed in 96 milliseconds

1234567891011>>