Searched refs:std (Results 1 - 25 of 8487) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dns15.C2 namespace std {} namespace
H A Dns13.C1 namespace std{ namespace
7 void std::g()
12 return std::i-5;
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/17_intro/
H A Dheader_cwctype.cc25 // Make sure wint_t is in namespace std
26 std::wint_t i = 5;
28 // Make sure table 46 is in namespace std.
29 using std::wctype_t;
30 using std::wctrans_t;
31 using std::iswalpha;
32 using std::iswupper;
33 using std::iswlower;
34 using std::iswdigit;
35 using std
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Diomanip.h36 using std::boolalpha;
37 using std::noboolalpha;
38 using std::showbase;
39 using std::noshowbase;
40 using std::showpoint;
41 using std::noshowpoint;
42 using std::showpos;
43 using std::noshowpos;
44 using std::skipws;
45 using std
[all...]
H A Diostream.h34 using std::iostream;
35 using std::ostream;
36 using std::istream;
37 using std::ios;
38 using std::streambuf;
40 using std::cout;
41 using std::cin;
42 using std::cerr;
43 using std::clog;
45 using std
[all...]
H A Dalgo.h69 using std::for_each;
70 using std::find;
71 using std::find_if;
72 using std::adjacent_find;
73 using std::count;
74 using std::count_if;
75 using std::search;
76 using std::search_n;
77 using std::swap_ranges;
78 using std
[all...]
H A Dbvector.h62 typedef std::vector<bool, std::allocator<bool> > bit_vector;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Diomanip.h36 using std::boolalpha;
37 using std::noboolalpha;
38 using std::showbase;
39 using std::noshowbase;
40 using std::showpoint;
41 using std::noshowpoint;
42 using std::showpos;
43 using std::noshowpos;
44 using std::skipws;
45 using std
[all...]
H A Diostream.h34 using std::iostream;
35 using std::ostream;
36 using std::istream;
37 using std::ios;
38 using std::streambuf;
40 using std::cout;
41 using std::cin;
42 using std::cerr;
43 using std::clog;
45 using std
[all...]
H A Dalgo.h69 using std::for_each;
70 using std::find;
71 using std::find_if;
72 using std::adjacent_find;
73 using std::count;
74 using std::count_if;
75 using std::search;
76 using std::search_n;
77 using std::swap_ranges;
78 using std
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dstdio.h35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std
[all...]
H A Dmath.h35 using std::abs;
36 using std::acos;
37 using std::asin;
38 using std::atan;
39 using std::atan2;
40 using std::cos;
41 using std::sin;
42 using std::tan;
43 using std::cosh;
44 using std
[all...]
H A Dwchar.h35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std
[all...]
H A Dstring.h35 using std::memcpy;
36 using std::memmove;
37 using std::strcpy;
38 using std::strncpy;
39 using std::strcat;
40 using std::strncat;
41 using std::memcmp;
42 using std::strcmp;
43 using std::strcoll;
44 using std
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dstdio.h35 using std::FILE;
36 using std::fpos_t;
38 using std::remove;
39 using std::rename;
40 using std::tmpfile;
41 using std::tmpnam;
42 using std::fclose;
43 using std::fflush;
44 using std::fopen;
45 using std
[all...]
H A Dmath.h35 using std::abs;
36 using std::acos;
37 using std::asin;
38 using std::atan;
39 using std::atan2;
40 using std::cos;
41 using std::sin;
42 using std::tan;
43 using std::cosh;
44 using std
[all...]
H A Dwchar.h35 using std::mbstate_t;
38 using std::wint_t;
40 using std::btowc;
41 using std::wctob;
42 using std::fgetwc;
43 using std::fgetwc;
44 using std::fgetws;
45 using std::fputwc;
46 using std::fputws;
47 using std
[all...]
H A Dstring.h35 using std::memcpy;
36 using std::memmove;
37 using std::strcpy;
38 using std::strncpy;
39 using std::strcat;
40 using std::strncat;
41 using std::memcmp;
42 using std::strcmp;
43 using std::strcoll;
44 using std
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_exception.cc1 // -*- C++ -*- std::exception implementation.
36 std::exception::~exception() throw() { }
38 std::bad_exception::~bad_exception() throw() { }
41 std::exception::what() const throw()
H A Deh_aux_runtime.cc42 throw std::bad_cast();
44 std::abort();
52 throw std::bad_typeid();
54 std::abort();
H A Dnew_opv.cc34 operator new[] (std::size_t sz) throw (std::bad_alloc)
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_exception.cc1 // -*- C++ -*- std::exception implementation.
36 std::exception::~exception() throw() { }
38 std::bad_exception::~bad_exception() throw() { }
41 std::exception::what() const throw()
46 return "std::exception";
50 std::bad_exception::what() const throw()
52 return "std::bad_exception";
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
40 __cxxabiv1::__terminate (std::terminate_handler handler)
44 std::abort ();
46 std::abort ();
51 std::terminate ()
57 __cxxabiv1::__unexpected (std::unexpected_handler handler)
60 std::terminate ();
64 std::unexpected ()
69 std
[all...]
H A Deh_unex_handler.cc1 // -*- C++ -*- std::unexpected handler
33 std::unexpected_handler __cxxabiv1::__unexpected_handler = std::terminate;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb54.C7 std::cout << std::setbase(3) << std::endl;
8 std::exit (0);

Completed in 346 milliseconds

1234567891011>>