Searched full:std (Results 1 – 25 of 3132) sorted by relevance
12345678910>>...126
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | type_traits.cppm |
|
H A D | cmath.inc | 10 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::atan _LIBCPP_USING_IF_EXISTS; [all …]
|
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 10 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::ranges::out_value_result; [all …]
|
H A D | atomic.cppm |
|
H A D | atomic.inc | 10 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::atomic_ref _LIBCPP_USING_IF_EXISTS; [all …]
|
H A D | chrono.cppm |
|
H A D | chrono.inc | 10 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::chrono::operator+; [all …]
|
H A D | ranges.cppm |
|
H A D | iterator.cppm |
|
H A D | memory.cppm |
|
H A D | memory.inc | 10 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::uses_allocator; [all …]
|
H A D | cwchar.cppm |
|
H A D | ranges.inc | 10 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::ranges::__cpo::cdata; [all …]
|
H A D | cwchar.inc | 10 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::fputws _LIBCPP_USING_IF_EXISTS; [all …]
|
H A D | filesystem.cppm |
|
H A D | functional.cppm |
|
H A D | functional.inc | 10 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::multiplies; [all …]
|
H A D | cstdio.cppm |
|
H A D | cstdio.inc | 10 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::fgetc _LIBCPP_USING_IF_EXISTS; [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 17 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 [all...] |
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 546 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 …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 314 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::shared_ptr<lldb_private::BreakpointPrecondition> [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
H A D | complex_cmath.h | 9 // 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 …]
|
12345678910>>...126