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

1234567891011>>

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcwctype.inc10 export namespace std {
12 using std::wctrans_t;
13 using std::wctype_t;
14 using std::wint_t;
16 using std::iswalnum;
17 using std::iswalpha;
18 using std::iswblank;
19 using std::iswcntrl;
20 using std::iswctype;
21 using std
[all...]
H A Dsstream.inc10 export namespace std {
12 using std::basic_stringbuf;
14 using std::swap;
16 using std::stringbuf;
18 using std::wstringbuf;
21 using std::basic_istringstream;
23 using std::istringstream;
25 using std::wistringstream;
28 using std::basic_ostringstream;
30 using std
[all...]
H A Dfstream.inc10 export namespace std {
12 using std::basic_filebuf;
15 using std::swap;
18 using std::filebuf;
20 using std::wfilebuf;
23 using std::basic_ifstream;
25 using std::ifstream;
27 using std::wifstream;
30 using std::basic_ofstream;
32 using std
[all...]
H A Dspanstream.inc10 export namespace std {
12 using std::basic_spanbuf;
14 using std::swap;
16 using std::spanbuf;
18 using std::wspanbuf;
21 using std::basic_ispanstream;
23 using std::ispanstream;
25 using std::wispanstream;
28 using std::basic_ospanstream;
30 using std
[all...]
H A Dstdexcept.inc10 export namespace std {
11 using std::domain_error;
12 using std::invalid_argument;
13 using std::length_error;
14 using std::logic_error;
15 using std::out_of_range;
16 using std::overflow_error;
17 using std::range_error;
18 using std::runtime_error;
19 using std
[all...]
H A Dcomplex.inc10 export namespace std {
13 using std::complex;
16 using std::operator+;
17 using std::operator-;
18 using std::operator*;
19 using std::operator/;
21 using std::operator==;
23 using std::operator>>;
24 using std::operator<<;
28 using std
[all...]
H A Dstdfloat.inc10 export namespace std {
12 using std::float16_t;
15 using std::float32_t;
18 using std::float64_t;
21 using std::float128_t;
24 using std::bfloat16_t;
26 } // namespace std
H A Dstreambuf.inc10 export namespace std {
12 using std::basic_streambuf;
13 using std::streambuf;
15 using std::wstreambuf;
18 } // namespace std
H A Dtypeinfo.inc10 export namespace std {
11 using std::bad_cast;
12 using std::bad_typeid;
13 using std::type_info;
14 } // namespace std
H A Dclocale.inc10 export namespace std {
12 using std::lconv;
14 using std::localeconv;
15 using std::setlocale;
17 } // namespace std
H A Dcstdio.inc10 export namespace std {
11 using std::FILE;
12 using std::fpos_t;
13 using std::size_t;
15 using std::clearerr;
16 using std::fclose;
17 using std::feof;
18 using std::ferror;
19 using std::fflush;
20 using std
[all...]
H A Dcsignal.inc10 export namespace std {
11 using std::sig_atomic_t;
14 using std::signal;
16 using std::raise;
18 } // namespace std
H A Datomic.inc10 export namespace std {
13 using std::memory_order;
14 using std::memory_order_acq_rel;
15 using std::memory_order_acquire;
16 using std::memory_order_consume;
17 using std::memory_order_relaxed;
18 using std::memory_order_release;
19 using std::memory_order_seq_cst;
21 using std::kill_dependency;
25 // using std
[all...]
H A Dtypeindex.inc10 export namespace std {
11 using std::hash;
12 using std::type_index;
13 } // namespace std
H A Dcsetjmp.inc10 export namespace std {
11 using std::jmp_buf;
12 using std::longjmp;
13 } // namespace std
H A Distream.inc10 export namespace std {
12 using std::basic_istream;
14 using std::istream;
16 using std::wistream;
19 using std::basic_iostream;
21 using std::iostream;
23 using std::wiostream;
26 using std::ws;
28 using std::operator>>;
30 } // namespace std
[all...]
H A Diostream.inc10 export namespace std {
12 using std::cerr;
13 using std::cin;
14 using std::clog;
15 using std::cout;
18 using std::wcerr;
19 using std::wcin;
20 using std::wclog;
21 using std::wcout;
24 } // namespace std
[all...]
H A Dcstring.inc10 export namespace std {
11 using std::size_t;
13 using std::memchr;
14 using std::memcmp;
15 using std::memcpy;
16 using std::memmove;
17 using std::memset;
18 using std::strcat;
19 using std::strchr;
20 using std
[all...]
H A Dlocale.inc10 export namespace std {
13 using std::has_facet;
14 using std::locale;
15 using std::use_facet;
18 using std::isalnum;
19 using std::isalpha;
20 using std::isblank;
21 using std::iscntrl;
22 using std::isdigit;
23 using std
[all...]
H A Diomanip.inc10 export namespace std {
12 using std::get_money;
13 using std::get_time;
14 using std::put_money;
15 using std::put_time;
16 using std::resetiosflags;
17 using std::setbase;
18 using std::setfill;
19 using std::setiosflags;
20 using std
[all...]
H A Dvalarray.inc10 export namespace std {
11 using std::gslice;
12 using std::gslice_array;
13 using std::indirect_array;
14 using std::mask_array;
15 using std::slice;
16 using std::slice_array;
17 using std::valarray;
19 using std::swap;
21 using std
[all...]
/freebsd-current/contrib/kyua/utils/text/
H A Doperations.hpp43 std::string escape_xml(const std::string&);
44 std::string quote(const std::string&, const char);
47 std::vector< std::string > refill(const std::string&, const std::size_t);
48 std::string refill_as_string(const std
[all...]
/freebsd-current/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-current/contrib/kyua/utils/format/
H A Dcontainers.hpp45 namespace std { namespace
49 std::ostream& operator<<(std::ostream&, const std::map< K, V >&);
52 std::ostream& operator<<(std::ostream&, const std::pair< T1, T2 >&);
55 std::ostream& operator<<(std::ostream&, const std
[all...]
/freebsd-current/contrib/libcxxrt/
H A Dnoexception.cc27 namespace std namespace

Completed in 129 milliseconds

1234567891011>>