/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/ |
H A D | header_cstddef.cc | 27 struct test_type struct 29 int i; 30 int j;
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | moneypunct.cc | 31 typedef std::moneypunct<char, true> test_type; in test01() typedef 44 typedef std::moneypunct<char, false> test_type; in test02() typedef
|
H A D | numpunct.cc | 30 typedef std::numpunct<char> test_type; in test01() typedef
|
H A D | num_get.cc | 30 typedef std::num_get<char> test_type; in test01() typedef
|
H A D | collate.cc | 30 typedef std::messages<char> test_type; in test01() typedef
|
H A D | num_put.cc | 30 typedef std::num_put<char> test_type; in test01() typedef
|
H A D | time_put.cc | 30 typedef std::time_put<char> test_type; in test01() typedef
|
H A D | codecvt.cc | 30 typedef std::codecvt<char, char, mbstate_t> test_type; in test01() typedef
|
H A D | money_put.cc | 30 typedef std::money_put<char> test_type; in test01() typedef
|
H A D | money_get.cc | 30 typedef std::money_get<char> test_type; in test01() typedef
|
H A D | time_get.cc | 30 typedef std::time_get<char> test_type; in test01() typedef
|
H A D | messages.cc | 30 typedef std::messages<char> test_type; in test01() typedef
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | istringstream.cc | 41 typedef std::istringstream test_type; in test01() typedef
|
H A D | ifstream.cc | 41 typedef std::ifstream test_type; in test01() typedef
|
H A D | iostream.cc | 41 typedef std::iostream test_type; in test01() typedef
|
H A D | ios.cc | 41 typedef std::ios test_type; in test01() typedef
|
H A D | ofstream.cc | 41 typedef std::ifstream test_type; in test01() typedef
|
H A D | ostringstream.cc | 41 typedef std::ostringstream test_type; in test01() typedef
|
H A D | ostream.cc | 42 typedef std::ostream test_type; in test01() typedef
|
H A D | istream.cc | 42 typedef std::istream test_type; in test01() typedef
|
H A D | fstream.cc | 42 typedef std::fstream test_type; in test01() typedef
|
H A D | streambuf.cc | 42 typedef std::streambuf test_type; in test01() typedef
|
H A D | stringbuf.cc | 42 typedef std::stringbuf test_type; in test01() typedef
|
H A D | stringstream.cc | 42 typedef std::stringstream test_type; in test01() typedef
|
H A D | filebuf.cc | 34 typedef std::filebuf test_type; in test01() typedef
|