Home
last modified time | relevance | path

Searched full:std (Results 1 – 25 of 7202) sorted by relevance

12345678910>>...289

/freebsd-src/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc10 export namespace std {
12 using std::double_t _LIBCPP_USING_IF_EXISTS;
13 using std::float_t _LIBCPP_USING_IF_EXISTS;
15 using std::acos _LIBCPP_USING_IF_EXISTS;
16 using std::acosf _LIBCPP_USING_IF_EXISTS;
17 using std::acosl _LIBCPP_USING_IF_EXISTS;
19 using std::asin _LIBCPP_USING_IF_EXISTS;
20 using std::asinf _LIBCPP_USING_IF_EXISTS;
21 using std::asinl _LIBCPP_USING_IF_EXISTS;
23 using std
[all...]
H A Dtype_traits.inc10 export namespace std {
12 using std::integral_constant;
14 using std::bool_constant;
15 using std::false_type;
16 using std::true_type;
19 using std::is_array;
20 using std::is_class;
21 using std::is_enum;
22 using std::is_floating_point;
23 using std::is_function;
[all …]
H A Dalgorithm.inc10 export namespace std {
13 using std::ranges::in_found_result;
14 using std::ranges::in_fun_result;
15 using std::ranges::in_in_out_result;
16 using std::ranges::in_in_result;
17 using std::ranges::in_out_out_result;
18 using std::ranges::in_out_result;
20 using std::ranges::in_value_result;
22 using std::ranges::min_max_result;
23 // using std
[all...]
H A Datomic.inc10 export namespace std {
13 using std::memory_order _LIBCPP_USING_IF_EXISTS;
14 using std::memory_order_acq_rel _LIBCPP_USING_IF_EXISTS;
15 using std::memory_order_acquire _LIBCPP_USING_IF_EXISTS;
16 using std::memory_order_consume _LIBCPP_USING_IF_EXISTS;
17 using std::memory_order_relaxed _LIBCPP_USING_IF_EXISTS;
18 using std::memory_order_release _LIBCPP_USING_IF_EXISTS;
19 using std::memory_order_seq_cst _LIBCPP_USING_IF_EXISTS;
21 using std::kill_dependency _LIBCPP_USING_IF_EXISTS;
25 using std
[all...]
H A Dchrono.inc10 export namespace std {
13 using std::chrono::duration;
14 using std::chrono::time_point;
18 using std::common_type;
23 using std::chrono::treat_as_floating_point;
24 using std::chrono::treat_as_floating_point_v;
26 using std::chrono::duration_values;
28 // using std::chrono::is_clock;
29 // using std::chrono::is_clock_v;
32 using std
[all...]
H A Diterator.inc10 export namespace std {
13 using std::incrementable_traits;
14 using std::iter_difference_t;
16 using std::indirectly_readable_traits;
17 using std::iter_value_t;
20 using std::iterator_traits;
22 using std::iter_reference_t;
28 using std::ranges::__cpo::iter_move;
31 using std::ranges::__cpo::iter_swap;
35 using std::iter_rvalue_reference_t;
[all …]
H A Dranges.inc10 export namespace std {
14 using std::ranges::__cpo::begin;
15 using std::ranges::__cpo::cbegin;
16 using std::ranges::__cpo::cend;
17 using std::ranges::__cpo::crbegin;
18 using std::ranges::__cpo::crend;
19 using std::ranges::__cpo::end;
20 using std::ranges::__cpo::rbegin;
21 using std::ranges::__cpo::rend;
23 using std
[all...]
H A Dmemory.inc10 export namespace std {
12 using std::pointer_traits;
15 using std::to_address;
18 using std::align;
19 using std::assume_aligned;
22 // using std::start_lifetime_as;
23 // using std::start_lifetime_as_array;
26 using std::allocator_arg;
27 using std::allocator_arg_t;
30 using std
[all...]
H A Dcwchar.inc10 export namespace std {
12 using std::mbstate_t _LIBCPP_USING_IF_EXISTS;
13 using std::size_t _LIBCPP_USING_IF_EXISTS;
14 using std::wint_t _LIBCPP_USING_IF_EXISTS;
16 using std::tm _LIBCPP_USING_IF_EXISTS;
18 using std::btowc _LIBCPP_USING_IF_EXISTS;
19 using std::fgetwc _LIBCPP_USING_IF_EXISTS;
20 using std::fgetws _LIBCPP_USING_IF_EXISTS;
21 using std::fputwc _LIBCPP_USING_IF_EXISTS;
22 using std
[all...]
H A Dfilesystem.inc10 export namespace std::filesystem {
12 using std::filesystem::path;
15 using std::filesystem::hash_value;
16 using std::filesystem::swap;
19 using std::filesystem::filesystem_error;
23 using std::filesystem::directory_entry;
26 using std::filesystem::directory_iterator;
29 using std::filesystem::begin;
30 using std::filesystem::end;
33 using std::filesystem::recursive_directory_iterator;
[all …]
H A Dfunctional.inc10 export namespace std {
12 using std::invoke;
14 using std::invoke_r;
18 using std::reference_wrapper;
20 using std::cref;
21 using std::ref;
24 using std::divides;
25 using std::minus;
26 using std::modulus;
27 using std
[all...]
H A Dcstdio.inc10 export namespace std {
11 using std::FILE _LIBCPP_USING_IF_EXISTS;
12 using std::fpos_t _LIBCPP_USING_IF_EXISTS;
13 using std::size_t _LIBCPP_USING_IF_EXISTS;
15 using std::clearerr _LIBCPP_USING_IF_EXISTS;
16 using std::fclose _LIBCPP_USING_IF_EXISTS;
17 using std::feof _LIBCPP_USING_IF_EXISTS;
18 using std::ferror _LIBCPP_USING_IF_EXISTS;
19 using std::fflush _LIBCPP_USING_IF_EXISTS;
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::operator*;
[all …]
H A Dcstdlib.inc10 export namespace std {
11 using std::div_t _LIBCPP_USING_IF_EXISTS;
12 using std::ldiv_t _LIBCPP_USING_IF_EXISTS;
13 using std::lldiv_t _LIBCPP_USING_IF_EXISTS;
14 using std::size_t _LIBCPP_USING_IF_EXISTS;
17 using std::_Exit _LIBCPP_USING_IF_EXISTS;
18 using std::abort _LIBCPP_USING_IF_EXISTS;
19 using std::at_quick_exit _LIBCPP_USING_IF_EXISTS;
20 using std::atexit _LIBCPP_USING_IF_EXISTS;
21 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...]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h17 using std-atomic = std::atomic<T>; // exposition only
19 #define _Atomic(T) std-atomic<T>
32 using std::memory_order // see below
33 using std::memory_order_relaxed // see below
34 using std::memory_order_consume // see below
35 using std::memory_order_acquire // see below
36 using std::memory_order_release // see below
37 using std::memory_order_acq_rel // see below
38 using std::memory_order_seq_cst // see below
40 using std::atomic_flag // see below
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc546 SYMBOL(FILE, std::, <cstdio>)
549 SYMBOL(_Exit, std::, <cstdlib>)
552 SYMBOL(accumulate, std::, <numeric>)
553 SYMBOL(acos, std::, <cmath>)
556 SYMBOL(acosf, std::, <cmath>)
559 SYMBOL(acosh, std::, <cmath>)
562 SYMBOL(acoshf, std::, <cmath>)
565 SYMBOL(acoshl, std::, <cmath>)
568 SYMBOL(acosl, std::, <cmath>)
571 SYMBOL(add_const, std::, <type_traits>)
[all …]
H A DStdSpecialSymbolMap.inc12 SYMBOL(consume_header, std::, <codecvt>)
13 SYMBOL(generate_header, std::, <codecvt>)
14 SYMBOL(little_endian, std::, <codecvt>)
16 SYMBOL(mbstate_t, std::, <cwchar>)
17 SYMBOL(mbstate_t, std::, <cuchar>)
18 SYMBOL(size_t, std::, <cstddef>)
19 SYMBOL(size_t, std::, <cstdlib>)
20 SYMBOL(size_t, std::, <cstring>)
21 SYMBOL(size_t, std::, <cwchar>)
22 SYMBOL(size_t, std::, <cuchar>)
[all …]
/freebsd-src/sys/i386/linux/
H A Dsyscalls.master12 ; type one of STD, NOPROTO, UNIMPL
21 ; STD always included
23 ; NOPROTO same as STD except do not create structure or
38 1 AUE_EXIT STD {
43 2 AUE_FORK STD {
53 4 AUE_NULL STD {
60 5 AUE_OPEN_RWTC STD {
72 7 AUE_WAIT4 STD {
79 8 AUE_CREAT STD {
85 9 AUE_LINK STD {
[all …]
/freebsd-src/sys/amd64/linux32/
H A Dsyscalls.master12 ; type one of STD, NOPROTO, UNIMPL
21 ; STD always included
23 ; NOPROTO same as STD except do not create structure or
39 1 AUE_EXIT STD {
44 2 AUE_FORK STD {
54 4 AUE_NULL STD {
61 5 AUE_OPEN_RWTC STD {
73 7 AUE_WAIT4 STD {
80 8 AUE_CREAT STD {
86 9 AUE_LINK STD {
[all …]
/freebsd-src/sys/arm64/linux/
H A Dsyscalls.master20 5 AUE_NULL STD {
29 6 AUE_NULL STD {
38 7 AUE_NULL STD {
47 8 AUE_NULL STD {
55 9 AUE_NULL STD {
63 10 AUE_NULL STD {
71 11 AUE_NULL STD {
78 12 AUE_NULL STD {
85 13 AUE_NULL STD {
92 14 AUE_NULL STD {
[all …]
/freebsd-src/sys/amd64/linux/
H A Dsyscalls.master12 ; type one of STD, NOPROTO, UNIMPL
21 ; STD always included
23 ; NOPROTO same as STD except do not create structure or
44 1 AUE_NULL STD {
51 2 AUE_OPEN_RWTC STD {
63 4 AUE_STAT STD {
69 5 AUE_FSTAT STD {
75 6 AUE_LSTAT STD {
81 7 AUE_POLL STD {
88 8 AUE_LSEEK STD {
[all …]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h314 typedef std::shared_ptr<lldb_private::ABI> ABISP;
315 typedef std::unique_ptr<lldb_private::AddressRange> AddressRangeUP;
316 typedef std::shared_ptr<lldb_private::Baton> BatonSP;
317 typedef std::shared_ptr<lldb_private::Block> BlockSP;
318 typedef std::shared_ptr<lldb_private::Breakpoint> BreakpointSP;
319 typedef std::weak_ptr<lldb_private::Breakpoint> BreakpointWP;
320 typedef std::shared_ptr<lldb_private::BreakpointSite> BreakpointSiteSP;
321 typedef std::shared_ptr<lldb_private::BreakpointLocation> BreakpointLocationSP;
322 typedef std::weak_ptr<lldb_private::BreakpointLocation> BreakpointLocationWP;
323 typedef std
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h9 // std::complex header copied from the libcxx source and simplified for use in
30 namespace std {
34 template <class _Tp> __DEVICE__ _Tp abs(const std::complex<_Tp> &__c) { in abs()
40 template <class _Tp> __DEVICE__ _Tp arg(const std::complex<_Tp> &__c) { in arg()
58 template <class _Tp> __DEVICE__ _Tp norm(const std::complex<_Tp> &__c) { in norm()
59 if (std::isinf(__c.real())) in norm()
61 if (std::isinf(__c.imag())) in norm()
68 template <class _Tp> std::complex<_Tp> conj(const std::complex<_Tp> &__c) { in conj()
69 return std::complex<_Tp>(__c.real(), -__c.imag()); in conj()
74 template <class _Tp> std::complex<_Tp> proj(const std::complex<_Tp> &__c) { in proj()
[all …]
/freebsd-src/contrib/libucl/include/
H A Ducl++.h57 std::string *out = reinterpret_cast<std::string *>(ud); in append_char()
66 std::string *out = reinterpret_cast<std::string *>(ud); in append_len()
75 std::string *out = reinterpret_cast<std::string *>(ud); in append_int()
76 auto nstr = std::to_string (elt); in append_int()
85 std::string *out = reinterpret_cast<std::string *>(ud); in append_double()
86 auto nstr = std::to_string (elt); in append_double()
112 auto vars = reinterpret_cast<std::set<std::string> *>(ud); in ucl_variable_getter()
129 std::string var_name (data, data + len); in ucl_variable_replacer()
134 std::string var_value = replacer->replace (var_name); in ucl_variable_replacer()
149 static Ucl parse_with_strategy_function (C config_func, P parse_func, std::string &err) in parse_with_strategy_function()
[all …]

12345678910>>...289