Searched refs:gcount (Results 1 - 25 of 86) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D15822.C7 static unsigned int gcount; variable
10 playahermosa() { ++gcount; }
11 playahermosa(const playahermosa &) { ++gcount; }
12 ~playahermosa() { --gcount; }
25 assert (gcount == 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D15822.C7 static unsigned int gcount; variable
10 playahermosa() { ++gcount; }
11 playahermosa(const playahermosa &) { ++gcount; }
12 ~playahermosa() { --gcount; }
25 assert (gcount == 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/char/
H A D4_xin.cc30 cout << "_M_gcount: "<< cin.gcount() << endl;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D4_xin.cc30 wcout << L"_M_gcount: " << wcin.gcount() << endl;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/char/
H A D4_xin.cc31 cout << "_M_gcount: "<< cin.gcount() << endl;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D4_xin.cc31 wcout << L"_M_gcount: " << wcin.gcount() << endl;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/
H A D2.cc21 // DR 60 -- tellg does not effect calls to gcount
34 int count1 = ist.gcount();
36 int count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A D2.cc19 // DR 60 -- tellg does not effect calls to gcount
32 int count1 = ist.gcount();
34 int count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/tellg/char/
H A D2.cc22 // DR 60 -- tellg does not effect calls to gcount
35 int count1 = ist.gcount();
37 int count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/
H A D2.cc20 // DR 60 -- tellg does not effect calls to gcount
33 int count1 = ist.gcount();
35 int count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D7220.cc42 if (istr.gcount() != 0)
47 if (istr.gcount() != 0)
53 if ((n=istr.gcount()) != 0)
H A D3.cc52 VERIFY( ifstrm.gcount() == 1 );
59 VERIFY( ifstrm.gcount() == 10 );
66 VERIFY( ifstrm.gcount() == 100 );
73 VERIFY( ifstrm.gcount() == 1000 );
80 VERIFY( ifstrm.gcount() == 10000 );
87 VERIFY( ifstrm.gcount() == 5389 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A D2.cc21 // DR 60 -- seekg does not effect calls to gcount
35 int count1 = ist.gcount();
37 int count2 = ist.gcount();
40 count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A D2.cc19 // DR 60 -- seekg does not effect calls to gcount
33 int count1 = ist.gcount();
35 int count2 = ist.gcount();
38 count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/
H A D7220.cc43 if (istr.gcount() != 0)
48 if (istr.gcount() != 0)
54 if ((n=istr.gcount()) != 0)
H A D3.cc51 VERIFY( ifstrm.gcount() == 1 );
58 VERIFY( ifstrm.gcount() == 10 );
65 VERIFY( ifstrm.gcount() == 100 );
72 VERIFY( ifstrm.gcount() == 1000 );
79 VERIFY( ifstrm.gcount() == 10000 );
86 VERIFY( ifstrm.gcount() == 5389 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/seekg/char/
H A D2.cc22 // DR 60 -- seekg does not effect calls to gcount
36 int count1 = ist.gcount();
38 int count2 = ist.gcount();
41 count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/
H A D2.cc20 // DR 60 -- seekg does not effect calls to gcount
34 int count1 = ist.gcount();
36 int count2 = ist.gcount();
39 count2 = ist.gcount();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D2.cc56 while(ifs.getline(tmp, it) || ifs.gcount())
58 br += ifs.gcount();
67 VERIFY(ifs.fail() && ifs.gcount() == 0);
78 VERIFY((ifs.gcount() == 0) || (std::strlen(tmp) == it - 1));
87 // -> delimiter was seen -> gcount() > strlen(__s)
88 VERIFY(ifs.gcount() == static_cast<std::streamsize>(std::strlen(tmp) + 1) );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D2.cc54 while(ifs.getline(tmp, it) || ifs.gcount())
56 br += ifs.gcount();
65 VERIFY( ifs.fail() && ifs.gcount() == 0 );
76 VERIFY( (ifs.gcount() == 0) || (std::wcslen(tmp) == it - 1) );
85 // -> delimiter was seen -> gcount() > wcslen(__s)
86 VERIFY( ifs.gcount() == static_cast<std::streamsize>(std::wcslen(tmp)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D2.cc57 while(ifs.getline(tmp, it) || ifs.gcount())
59 br += ifs.gcount();
68 VERIFY(ifs.fail() && ifs.gcount() == 0);
79 VERIFY((ifs.gcount() == 0) || (std::strlen(tmp) == it - 1));
88 // -> delimiter was seen -> gcount() > strlen(__s)
89 VERIFY(ifs.gcount() == static_cast<std::streamsize>(std::strlen(tmp) + 1) );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D2.cc55 while(ifs.getline(tmp, it) || ifs.gcount())
57 br += ifs.gcount();
66 VERIFY( ifs.fail() && ifs.gcount() == 0 );
77 VERIFY( (ifs.gcount() == 0) || (std::wcslen(tmp) == it - 1) );
86 // -> delimiter was seen -> gcount() > wcslen(__s)
87 VERIFY( ifs.gcount() == static_cast<std::streamsize>(std::wcslen(tmp)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D7220.cc40 if (istr.gcount() != 0)
45 if (istr.gcount() != 0)
51 if ((n=istr.gcount()) != 0)
H A D3.cc48 VERIFY( ifstrm.gcount() == 1 );
55 VERIFY( ifstrm.gcount() == 10 );
62 VERIFY( ifstrm.gcount() == 100 );
69 VERIFY( ifstrm.gcount() == 1000 );
76 VERIFY( ifstrm.gcount() == 10000 );
83 VERIFY( ifstrm.gcount() == 5389 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/
H A D7220.cc41 if (istr.gcount() != 0)
46 if (istr.gcount() != 0)
52 if ((n=istr.gcount()) != 0)

Completed in 109 milliseconds

1234