Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 7060) sorted by relevance

12345678910>>...283

/freebsd-src/contrib/llvm-project/libcxx/modules/std/
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 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 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 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 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 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 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 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 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 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 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 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 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 …]
/freebsd-src/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h133 # define _Atomic(_Tp) ::std::atomic<_Tp>
135 using std::memory_order _LIBCPP_USING_IF_EXISTS;
136 using std::memory_order_relaxed _LIBCPP_USING_IF_EXISTS;
137 using std::memory_order_consume _LIBCPP_USING_IF_EXISTS;
138 using std::memory_order_acquire _LIBCPP_USING_IF_EXISTS;
139 using std::memory_order_release _LIBCPP_USING_IF_EXISTS;
140 using std::memory_order_acq_rel _LIBCPP_USING_IF_EXISTS;
141 using std::memory_order_seq_cst _LIBCPP_USING_IF_EXISTS;
143 using std::atomic_flag _LIBCPP_USING_IF_EXISTS;
145 using std::atomic_bool _LIBCPP_USING_IF_EXISTS;
[all …]
H A Dmath.h405 template <class _A1, std::__enable_if_t<std::is_integral<_A1>::value, int> = 0>
414 using std::__math::fpclassify;
415 using std::__math::signbit;
419 using std::__math::isfinite;
420 using std::__math::isgreater;
421 using std::__math::isgreaterequal;
422 using std::__math::isinf;
423 using std::__math::isless;
424 using std
[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 …]
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.h38 std::string CCPath; // The path to the cc executable.
39 std::string RemoteClientPath; // The path to the rsh / ssh executable.
40 std::vector<std::string> ccArgs; // CC-specific arguments.
42 const std::vector<std::string> *CCArgs) in CC()
43 : CCPath(std::string(ccPath)), RemoteClientPath(std::string(RemotePath)) { in CC()
51 static CC *create(const char *Argv0, std::string &Message,
52 const std::string &CCBinary,
53 const std::vector<std::string> *Args);
63 const std::string &ProgramFile, const std::vector<std::string> &Args,
64 FileType fileType, const std::string &InputFile,
[all …]
H A DToolRunner.cpp34 cl::opt<std::string>
38 cl::opt<std::string> RemoteHost("remote-host",
41 cl::opt<std::string> RemotePort("remote-port",
44 cl::opt<std::string> RemoteUser("remote-user",
47 cl::opt<std::string>
60 std::string *ErrMsg = nullptr) { in RunProgramWithTimeout()
61 std::optional<StringRef> Redirects[3] = {StdInFile, StdOutFile, StdErrFile}; in RunProgramWithTimeout()
62 return sys::ExecuteAndWait(ProgramPath, Args, std::nullopt, Redirects, in RunProgramWithTimeout()
76 std::optional<StringRef> Redirects[3] = {StdInFile, StdOutFile, StdErrFile}; in RunProgramRemotelyWithTimeout()
79 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, std::nullopt, in RunProgramRemotelyWithTimeout()
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp24 const std::tuple<uint8_t, uint8_t, uint8_t> SequentialMaps[][9] = {
26 std::make_tuple(255, 255, 255), std::make_tuple(240, 240, 240),
27 std::make_tuple(217, 217, 217), std::make_tuple(189, 189, 189),
28 std::make_tuple(150, 150, 150), std::make_tuple(115, 115, 115),
29 std::make_tuple(82, 82, 82), std::make_tuple(37, 37, 37),
30 std::make_tuple(0, 0, 0)},
32 std::make_tuple(255, 247, 236), std::make_tuple(254, 232, 200),
33 std::make_tuple(253, 212, 158), std::make_tuple(253, 187, 132),
34 std::make_tuple(252, 141, 89), std::make_tuple(239, 101, 72),
35 std::make_tuple(215, 48, 31), std::make_tuple(179, 0, 0),
[all …]
/freebsd-src/sys/crypto/openssl/powerpc64le/
H A Dppc-mont.S24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
31 std 27,-40(12)
32 std 28,-32(12)
33 std 29,-24(12)
[all …]
H A Dkeccak1600-ppc64.S16 std 11,96(1)
18 std 16,104(1)
20 std 21,112(1)
22 std 26,120(1)
132 std 3,80(1)
191 std 14,128(1)
192 std 15,136(1)
193 std 16,144(1)
194 std 17,152(1)
195 std 18,160(1)
[all …]
/freebsd-src/sys/crypto/openssl/powerpc64/
H A Dppc-mont.S24 std 20,-96(12)
25 std 21,-88(12)
26 std 22,-80(12)
27 std 23,-72(12)
28 std 24,-64(12)
29 std 25,-56(12)
30 std 26,-48(12)
31 std 27,-40(12)
32 std 28,-32(12)
33 std 29,-24(12)
[all …]
H A Dkeccak1600-ppc64.S16 std 11,96(1)
18 std 16,104(1)
20 std 21,112(1)
22 std 26,120(1)
132 std 3,80(1)
191 std 14,128(1)
192 std 15,136(1)
193 std 16,144(1)
194 std 17,152(1)
195 std 18,160(1)
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h30 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()
75 std::complex<_Tp> __r = __c; in proj()
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h122 std::string BBSections;
128 std::string BinutilsVersion;
172 std::string CodeModel;
181 std::string CoverageDataFile;
184 std::string CoverageNotesFile;
187 std::string ProfileFilterFiles;
190 std::string ProfileExcludeFiles;
196 std::string DebugPass;
199 std::string DebugCompilationDir;
202 std
[all...]

12345678910>>...283