Searched refs:int_type (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/requirements/
H A Dtypedefs.cc33 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ifstream/requirements/
H A Dtypedefs.cc34 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_iostream/requirements/
H A Dtypedefs.cc34 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ios/requirements/
H A Dtypedefs.cc34 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istringstream/requirements/
H A Dtypedefs.cc34 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ofstream/requirements/
H A Dtypedefs.cc34 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/ends/char/
H A D2.cc31 typedef ostringstream::int_type int_type; typedef
36 int_type len1 = str_00.size();
38 VERIFY( static_cast<int_type>(osst_01.str().size()) == len1 );
43 int_type len2 = str_01.size();
45 int_type len3 = osst_01.str().size();
52 int_type len4 = str_02.size();
54 int_type len5 = osst_01.str().size();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/ends/wchar_t/
H A D2.cc29 typedef wostringstream::int_type int_type; typedef
34 int_type len1 = str_00.size();
36 VERIFY( static_cast<int_type>(osst_01.str().size()) == len1 );
41 int_type len2 = str_01.size();
43 int_type len3 = osst_01.str().size();
50 int_type len4 = str_02.size();
52 int_type len5 = osst_01.str().size();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostringstream/requirements/
H A Dtypedefs.cc34 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Diso_c_binding_rename_3.f909 type int_type type in module:my_mod
11 end type int_type
15 use my_mod, only: i1_type=>int_type, i2_type=>int_type
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char/
H A Dtypedefs.cc31 typedef test_type::int_type int_type; typedef
36 // 21.1.3: char_traits<char>::int_type == int
37 test_type::int_type* p = 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char16_t/
H A Dtypedefs.cc30 typedef test_type::int_type int_type; typedef
35 // char_traits<char16_t>::int_type == uint_least16_t
36 test_type::int_type* p = 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/char32_t/
H A Dtypedefs.cc30 typedef test_type::int_type int_type; typedef
35 // char_traits<char16_t>::int_type == uint_least32_t
36 test_type::int_type* p = 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/char_traits/requirements/wchar_t/
H A Dtypedefs.cc31 typedef test_type::int_type int_type; typedef
36 // 21.1.3: char_traits<wchar_t>::int_type == wint_t
37 test_type::int_type* p = 0;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sgetn/char/
H A D3.cc35 typedef filebuf::int_type int_type; typedef
38 int_type len1 = fbuf01.sgetn(buffer, sizeof(buffer));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/char/
H A D1.cc34 typedef std::stringbuf::int_type int_type; typedef
42 int_type c3 = strb_01.sbumpc();
43 int_type c4 = strb_02.sbumpc();
44 int_type c5 = strb_03.sbumpc();
46 // int_type sgetc()
48 int_type c6 = strb_01.sgetc();
49 int_type c7 = strb_02.sgetc();
52 int_type c8 = strb_01.sgetc();
53 int_type c
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/sgetc/wchar_t/
H A D1.cc34 typedef std::wstringbuf::int_type int_type; typedef
42 int_type c3 = strb_01.sbumpc();
43 int_type c4 = strb_02.sbumpc();
44 int_type c5 = strb_03.sbumpc();
46 // int_type sgetc()
48 int_type c6 = strb_01.sgetc();
49 int_type c7 = strb_02.sgetc();
52 int_type c8 = strb_01.sgetc();
53 int_type c
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/requirements/
H A Dtypedefs.cc33 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_fstream/requirements/
H A Dtypedefs.cc35 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_istream/requirements/
H A Dtypedefs.cc35 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/requirements/
H A Dtypedefs.cc35 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_streambuf/requirements/
H A Dtypedefs.cc36 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringbuf/requirements/
H A Dtypedefs.cc35 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_stringstream/requirements/
H A Dtypedefs.cc35 typedef test_type::int_type int_type; typedef
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-error-missing-return.c19 gcc_jit_type *int_type = local
24 int_type,

Completed in 277 milliseconds

1234567891011>>