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

1234567891011>>

/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dui.hpp48 std::string format_error(const std::string&, const std::string&);
60 std::string format_info(const std::string&, const std::string&);
72 std::string format_text(const std::string&);
87 std::string format_text_with_tag(const std
[all...]
/freebsd-10.0-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...]
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dmisc_helpers.cpp45 std::cout << "--- a 2007-11-04 14:00:41.000000000 +0100\n";
46 std::cout << "+++ b 2007-11-04 14:00:48.000000000 +0100\n";
47 std::cout << "@@ -1,7 +1,7 @@\n";
48 std::cout << " This test is meant to simulate a diff.\n";
49 std::cout << " Blank space at beginning of context lines must be "
51 std::cout << " \n";
52 std::cout << "-First original line.\n";
53 std::cout << "-Second original line.\n";
54 std::cout << "+First modified line.\n";
55 std
[all...]
/freebsd-10.0-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;
/freebsd-10.0-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;
/freebsd-10.0-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-10.0-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-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetOptions.h30 std::string Triple;
33 std::string CPU;
36 std::string ABI;
40 std::string CXXABI;
43 std::string LinkerVersion;
46 std::vector<std::string> FeaturesAsWritten;
50 std::vector<std::string> Features;
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h42 std::vector<std::string> gccArgs; // GCC-specific arguments.
44 const std::vector<std::string> *GCCArgs)
51 static GCC *create(std::string &Message,
52 const std::string &GCCBinary,
53 const std::vector<std::string> *Args);
62 int ExecuteProgram(const std::string &ProgramFile,
63 const std
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOStreamMacros.h16 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right
18 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)(x))
19 #define RAWHEX16 RAW_HEXBASE << std::setw(4)
20 #define RAWHEX32 RAW_HEXBASE << std::setw(8)
21 #define RAWHEX64 RAW_HEXBASE << std::setw(16)
22 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
23 #define HEX16 HEXBASE << std::setw(4)
24 #define HEX32 HEXBASE << std
[all...]

Completed in 108 milliseconds

1234567891011>>