Searched refs:good (Results 1 - 25 of 293) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dxchg-1.c4 unsigned short good(unsigned short a) function
H A Dxchg-2.c4 unsigned short good(unsigned short a) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Danonymous-namespace-2.C7 struct good { }; struct in namespace:__anon1179
11 good * A;
14 good * A[1];
17 good (*A)[1];
H A Danonymous-namespace-1.C7 class good { }; class in namespace:__anon1177
10 class foo::bar : public good { };
13 good g;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4677.C9 B good (1);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dptrmem5.C15 template <typename U> void good () function in struct:A
17 int s_id = Good<A, &A::good<U> >::value;
24 A().good<int>();
H A Dfriend61.C12 GoodValue good; variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dgen-attrs-53.C6 [[gnu::unused]] good:
13 [[gnu::unused]] good:
27 good: __attribute__((unused));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A D1.cc37 VERIFY(iss.good());
39 VERIFY(oss.good());
44 VERIFY(iss.good());
46 VERIFY(oss.good());
51 VERIFY(iss.good());
53 VERIFY(oss.good());
58 VERIFY(iss.good());
60 VERIFY(oss.good());
65 VERIFY(iss.good());
67 VERIFY(oss.good());
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/
H A D1.cc37 VERIFY(iss.good());
39 VERIFY(oss.good());
44 VERIFY(iss.good());
46 VERIFY(oss.good());
51 VERIFY(iss.good());
53 VERIFY(oss.good());
58 VERIFY(iss.good());
60 VERIFY(oss.good());
65 VERIFY(iss.good());
67 VERIFY(oss.good());
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D5.cc46 VERIFY( ofs.good() );
50 if (!ofs.good())
54 if (!ofs.good())
58 VERIFY( ofs.good() );
69 if (ifs.good() && c == fillc)
H A D4.cc41 VERIFY( oss.good() );
45 if (!oss.good())
49 if (!oss.good())
53 VERIFY( oss.good() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D5.cc44 VERIFY( ofs.good() );
48 if (!ofs.good())
52 if (!ofs.good())
56 VERIFY( ofs.good() );
67 if (ifs.good() && c == fillc)
H A D4.cc41 VERIFY( oss.good() );
45 if (!oss.good())
49 if (!oss.good())
53 VERIFY( oss.good() );
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug321.go22 good := true
24 good = good && check("2.2250738585072012e-308", 2.2250738585072012e-308, 2.2250738585072014e-308)
26 good = good && check("2.2250738585072011e-308", 2.2250738585072011e-308, 2.225073858507201e-308)
27 if !good {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/set/cons/
H A D61023.cc45 test_type good{cmp};
48 s1 = good; // copy-assign
53 s2 = std::move(good); // move-assign
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D2.cc45 VERIFY( std::cout.good() );
47 VERIFY( std::cout.good() );
49 VERIFY( std::cout.good() );
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dsub.s6 # Force a good alignment.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dsub.s6 # Force a good alignment.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_date/char/
H A D12791.cc40 const ios_base::iostate good = ios_base::goodbit; local
41 ios_base::iostate errorstate = good;
46 errorstate = good;
55 errorstate = good;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/wchar_t/
H A D10975.cc33 const pos_type good = pos_type(off_type(0)); local
40 VERIFY( p == good );
43 VERIFY( p == good );
46 VERIFY( p == good );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/seekoff/char/
H A D10975.cc33 const pos_type good = pos_type(off_type(0)); local
40 VERIFY( p == good );
43 VERIFY( p == good );
46 VERIFY( p == good );
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dbx.c2 good (unsigned src, unsigned o5, unsigned w5) function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/copy/streambuf_iterators/wchar_t/
H A D4.cc45 VERIFY( fbuf_ref.good() );
46 VERIFY( fbuf.good() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/time_get/get_monthname/wchar_t/
H A D1.cc33 const ios_base::iostate good = ios_base::goodbit; local
34 ios_base::iostate errorstate = good;
55 errorstate = good;
63 errorstate = good;
71 errorstate = good;
75 VERIFY( errorstate == good );
82 errorstate = good;
92 errorstate = good;
96 VERIFY( errorstate == good );
103 errorstate = good;
[all...]

Completed in 288 milliseconds

1234567891011>>