Searched refs:i01 (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dtemplate31.C28 extern int i01;
29 A<&i01> a01;
37 int i01; variable
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/wchar_t/
H A D1.cc90 size_t i01 = traits_type::length(lit01); local
103 wchar_t carray01[i01];
104 std::wmemset(carray01, 0, i01);
106 buf01.pub_setg(lit01, lit01, lit01 + i01);
111 buf01.sgetn(carray01 + 1, i01 - 1);
114 VERIFY( carray01[i01 - 1] == L'k' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetn/char/
H A D1.cc90 size_t i01 = traits_type::length(lit01); local
103 char carray01[i01];
104 std::memset(carray01, 0, i01);
106 buf01.pub_setg(lit01, lit01, lit01 + i01);
111 buf01.sgetn(carray01 + 1, i01 - 1);
114 VERIFY( carray01[i01 - 1] == 'k' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/vector/modifiers/
H A D1.cc39 int i01 = 5; local
40 int* pi01 = &i01;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
H A D6.cc39 size_type i01 = str01.size(); local
44 VERIFY( i01 - 1 == i03 );
H A D1.cc54 std::wistringstream::int_type i01 = istrs01.peek(); //a-boo local
55 VERIFY( std::wistringstream::traits_type::to_char_type(i01) == L' ' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/inserters_extractors/char/
H A D6.cc39 size_type i01 = str01.size(); local
44 VERIFY( i01 - 1 == i03 );
H A D1.cc54 std::istringstream::int_type i01 = istrs01.peek(); //a-boo local
55 VERIFY( std::istringstream::traits_type::to_char_type(i01) == ' ' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/reference_wrapper/
H A Dresult_type.cc29 reference_wrapper<int(float, ...)>::result_type i01; variable
H A Dtypedefs-2.cc27 reference_wrapper<int(float)>::argument_type i01;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/wchar_t/
H A D1.cc93 int i01 = 3; local
94 buf01.pub_setg(lit01, lit01, (lit01 + i01));
95 VERIFY( i01 == buf01.in_avail() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/overflow/char/
H A D1.cc93 int i01 = 3; local
94 buf01.pub_setg(lit01, lit01, (lit01 + i01));
95 VERIFY( i01 == buf01.in_avail() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/wchar_t/
H A D1.cc95 int i01 = 3; local
96 buf01.pub_setg(lit01, lit01, (lit01 + i01));
97 VERIFY( i01 == buf01.in_avail() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/sgetc/char/
H A D1.cc95 int i01 = 3; local
96 buf01.pub_setg(lit01, lit01, (lit01 + i01));
97 VERIFY( i01 == buf01.in_avail() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/str/wchar_t/
H A D1.cc30 const int i01 = 123; local
47 VERIFY( a == i01 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/str/char/
H A D1.cc32 const int i01 = 123; local
49 VERIFY( a == i01 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/str/char/
H A D1.cc32 const int i01 = 123; local
49 VERIFY( a == i01 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/str/wchar_t/
H A D1.cc30 const int i01 = 123; local
47 VERIFY( a == i01 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/to/wchar_t/
H A D1.cc42 int i01 = std::ctype_base::space; local
53 VERIFY ( i01 != i02);
63 VERIFY ( i11 != i01);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/to/char/
H A D1.cc42 int i01 = std::ctype_base::space; local
53 VERIFY ( i01 != i02);
63 VERIFY ( i11 != i01);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Dregisters1.C46 int i01 = *isrc++ + 1; local
93 *idest++ = i01;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/char/
H A D1.cc44 int i01 = std::ctype_base::space; local
55 VERIFY ( i01 != i02);
65 VERIFY ( i11 != i01);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/wchar_t/
H A D1.cc44 int i01 = std::ctype_base::space; local
55 VERIFY ( i01 != i02);
65 VERIFY ( i11 != i01);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dliteral.go35 var i01 int8 = 1
41 assert(i01 == i00+1, "i01")
42 assert(i02 == -i01, "i02")

Completed in 256 milliseconds