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

1234567891011>>

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/atf/atf-c++/detail/
H A Denv.hpp44 std::string get(const std::string&);
49 std::string get(const std::string&, const std::string&);
56 bool has(const std::string&);
68 void set(const std::string&, const std::string&);
80 void unset(const std::string&);
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DVersion.h25 std::string getClangRepositoryPath();
30 std::string getLLVMRepositoryPath();
34 std::string getClangRevision();
41 std::string getLLVMRevision();
45 std::string getClangFullRepositoryVersion();
50 std::string getClangFullVersion();
53 std::string getClangToolFullVersion(llvm::StringRef ToolName);
58 std::string getClangFullCPPVersion();
H A DTargetOptions.h29 std::string Triple;
33 std::string HostTriple;
36 std::string CPU;
39 std::string FPMath;
42 std::string ABI;
48 std::string LinkerVersion;
51 std::vector<std::string> FeaturesAsWritten;
55 std::vector<std
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOStreamMacros.h15 #define RAW_HEXBASE std::setfill('0') << std::hex << std::right
17 #define RAWHEX8(x) RAW_HEXBASE << std::setw(2) << ((uint32_t)(x))
18 #define RAWHEX16 RAW_HEXBASE << std::setw(4)
19 #define RAWHEX32 RAW_HEXBASE << std::setw(8)
20 #define RAWHEX64 RAW_HEXBASE << std::setw(16)
21 #define HEX8(x) HEXBASE << std::setw(2) << ((uint32_t)(x))
22 #define HEX16 HEXBASE << std::setw(4)
23 #define HEX32 HEXBASE << std
[all...]
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.hpp38 void cat_file(const std::string&, const std::string&);
39 bool compare_file(const std::string&, const std::string&);
40 void copy_file(const std::string&, const std::string&);
41 void create_file(const std::string&, const std::string&);
42 bool file_exists(const std::string&);
44 bool grep_file(const std
[all...]

Completed in 214 milliseconds

1234567891011>>