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

1234567891011>>

/freebsd-9.3-release/contrib/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...]
H A Dbvector.h62 typedef std::vector<bool, std::allocator<bool> > bit_vector;
H A Dnew.h36 using std::bad_alloc;
37 using std::nothrow_t;
38 using std::nothrow;
39 using std::new_handler;
40 using std::set_new_handler;
H A Dfstream.h34 using std::filebuf;
35 using std::ifstream;
36 using std::ofstream;
37 using std::fstream;
38 using std::streampos;
41 using std::wfilebuf;
42 using std::wifstream;
43 using std::wofstream;
44 using std::wfstream;
45 using std
[all...]
H A Dqueue.h34 using std::queue;
35 using std::priority_queue;
/freebsd-9.3-release/contrib/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...]
H A Dstdlib.h35 using std::div_t;
36 using std::ldiv_t;
38 using std::abort;
39 using std::abs;
40 using std::atexit;
41 using std::atof;
42 using std::atoi;
43 using std::atol;
44 using std::bsearch;
45 using std
[all...]
H A Dwctype.h35 using std::wctype_t;
36 using std::wctrans_t;
37 using std::iswalpha;
38 using std::iswupper;
39 using std::iswlower;
40 using std::iswdigit;
41 using std::iswxdigit;
42 using std::iswalnum;
43 using std::iswspace;
44 using std
[all...]
H A Dctype.h35 using std::isalnum;
36 using std::isalpha;
37 using std::iscntrl;
38 using std::isdigit;
39 using std::isgraph;
40 using std::islower;
41 using std::isprint;
42 using std::ispunct;
43 using std::isspace;
44 using std
[all...]
H A Dlocale.h35 using std::lconv;
36 using std::setlocale;
37 using std::localeconv;
H A Dsignal.h35 using std::sig_atomic_t;
37 using std::raise;
38 using std::signal;
H A Dsetjmp.h35 using std::jmp_buf;
36 using std::longjmp;
/freebsd-9.3-release/contrib/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()
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;
H A Deh_aux_runtime.cc41 throw std::bad_cast();
43 std::abort();
51 throw std::bad_typeid();
53 std::abort();
/freebsd-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h41 using std::tr1::acos;
42 using std::tr1::acosh;
43 using std::tr1::asin;
44 using std::tr1::asinh;
45 using std::tr1::atan;
46 using std::tr1::atan2;
47 using std::tr1::atanh;
48 using std::tr1::cbrt;
49 using std::tr1::ceil;
50 using std
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetOptions.h30 std::string Triple;
33 std::string CPU;
36 std::string FPMath;
39 std::string ABI;
43 std::string CXXABI;
46 std::string LinkerVersion;
49 std::vector<std::string> FeaturesAsWritten;
53 std::vector<std
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dtrace_fn_imps.hpp54 std::cerr << m_p_l << std::endl << std::endl;
58 std::cerr << PB_DS_V2F(p_l->m_value) << std::endl;
61 std::cerr << std::endl;
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dtrace_fn_imps.hpp54 std::cerr << std::endl;
56 std::cerr << "m_p_max " << m_p_max << std::endl;

Completed in 189 milliseconds

1234567891011>>