karellen-llvm-core 22.1.0rc1.post32__py3-none-manylinux_2_28_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of karellen-llvm-core might be problematic. Click here for more details.
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/libLLVM.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/libLTO.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/libRemarks.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++.modules.json +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++.so +1 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/lib/x86_64-unknown-linux-gnu/libunwind.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/algorithm.inc +624 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/any.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/array.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/atomic.inc +141 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/barrier.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/bit.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/bitset.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cfenv.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/charconv.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/chrono.inc +306 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cmath.inc +376 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/codecvt.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/compare.inc +51 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/complex.inc +78 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/concepts.inc +96 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/condition_variable.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/coroutine.inc +33 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/csignal.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdarg.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstddef.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdio.inc +60 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstdlib.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cstring.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/deque.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/exception.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/execution.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/expected.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/filesystem.inc +121 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/flat_map.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/flat_set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/format.inc +84 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/forward_list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/fstream.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/functional.inc +124 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/future.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/generator.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/hazard_pointer.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/initializer_list.inc +16 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iomanip.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ios.inc +76 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iosfwd.inc +40 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iostream.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/istream.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/iterator.inc +244 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/latch.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/limits.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/locale.inc +81 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/map.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/mdspan.inc +39 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/memory.inc +215 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/memory_resource.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/mutex.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/new.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/numbers.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/numeric.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/optional.inc +47 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ostream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/print.inc +21 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/queue.inc +27 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/random.inc +115 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ranges.inc +370 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/ratio.inc +58 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/rcu.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/regex.inc +117 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/scoped_allocator.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/semaphore.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/shared_mutex.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/source_location.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/span.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/spanstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/sstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stack.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stacktrace.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stdexcept.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stdfloat.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/stop_token.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/streambuf.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/string.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/string_view.inc +46 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/strstream.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/syncstream.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/system_error.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/text_encoding.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/thread.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/tuple.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/type_traits.inc +344 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/typeindex.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/typeinfo.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/unordered_map.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/unordered_set.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/utility.inc +99 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/valarray.inc +68 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/variant.inc +49 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/vector.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std/version.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cfenv.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cmath.inc +268 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/csignal.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdarg.inc +10 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstddef.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdio.inc +61 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstdlib.inc +72 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cstring.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.compat.cppm +108 -0
- karellen_llvm_core-22.1.0rc1.post32.data/data/share/libc++/v1/std.cppm +280 -0
- karellen_llvm_core-22.1.0rc1.post32.data/purelib/karellen_llvm_core-22.1.0rc1.post32.pth +1 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/METADATA +36 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/RECORD +149 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/WHEEL +5 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/axle.lck +0 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/namespace_packages.txt +1 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/symlinks.txt +9 -0
- karellen_llvm_core-22.1.0rc1.post32.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,215 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [pointer.traits], pointer traits
|
|
12
|
+
using std::pointer_traits;
|
|
13
|
+
|
|
14
|
+
// [pointer.conversion], pointer conversion
|
|
15
|
+
using std::to_address;
|
|
16
|
+
|
|
17
|
+
// [ptr.align], pointer alignment
|
|
18
|
+
using std::align;
|
|
19
|
+
using std::assume_aligned;
|
|
20
|
+
#if _LIBCPP_STD_VER >= 26
|
|
21
|
+
using std::is_sufficiently_aligned;
|
|
22
|
+
#endif
|
|
23
|
+
|
|
24
|
+
// [obj.lifetime], explicit lifetime management
|
|
25
|
+
// using std::start_lifetime_as;
|
|
26
|
+
// using std::start_lifetime_as_array;
|
|
27
|
+
|
|
28
|
+
// [allocator.tag], allocator argument tag
|
|
29
|
+
using std::allocator_arg;
|
|
30
|
+
using std::allocator_arg_t;
|
|
31
|
+
|
|
32
|
+
// [allocator.uses], uses_allocator
|
|
33
|
+
using std::uses_allocator;
|
|
34
|
+
|
|
35
|
+
// [allocator.uses.trait], uses_allocator
|
|
36
|
+
using std::uses_allocator_v;
|
|
37
|
+
|
|
38
|
+
// [allocator.uses.construction], uses-allocator construction
|
|
39
|
+
using std::uses_allocator_construction_args;
|
|
40
|
+
|
|
41
|
+
using std::make_obj_using_allocator;
|
|
42
|
+
using std::uninitialized_construct_using_allocator;
|
|
43
|
+
|
|
44
|
+
// [allocator.traits], allocator traits
|
|
45
|
+
using std::allocator_traits;
|
|
46
|
+
|
|
47
|
+
#if _LIBCPP_STD_VER >= 23
|
|
48
|
+
using std::allocation_result;
|
|
49
|
+
#endif
|
|
50
|
+
|
|
51
|
+
// [default.allocator], the default allocator
|
|
52
|
+
using std::allocator;
|
|
53
|
+
using std::operator==;
|
|
54
|
+
|
|
55
|
+
// [specialized.addressof], addressof
|
|
56
|
+
using std::addressof;
|
|
57
|
+
|
|
58
|
+
// [specialized.algorithms], specialized algorithms
|
|
59
|
+
// [special.mem.concepts], special memory concepts
|
|
60
|
+
|
|
61
|
+
using std::uninitialized_default_construct;
|
|
62
|
+
using std::uninitialized_default_construct_n;
|
|
63
|
+
|
|
64
|
+
namespace ranges {
|
|
65
|
+
using std::ranges::uninitialized_default_construct;
|
|
66
|
+
using std::ranges::uninitialized_default_construct_n;
|
|
67
|
+
} // namespace ranges
|
|
68
|
+
|
|
69
|
+
using std::uninitialized_value_construct;
|
|
70
|
+
using std::uninitialized_value_construct_n;
|
|
71
|
+
|
|
72
|
+
namespace ranges {
|
|
73
|
+
using std::ranges::uninitialized_value_construct;
|
|
74
|
+
using std::ranges::uninitialized_value_construct_n;
|
|
75
|
+
} // namespace ranges
|
|
76
|
+
|
|
77
|
+
using std::uninitialized_copy;
|
|
78
|
+
using std::uninitialized_copy_n;
|
|
79
|
+
|
|
80
|
+
namespace ranges {
|
|
81
|
+
using std::ranges::uninitialized_copy;
|
|
82
|
+
using std::ranges::uninitialized_copy_result;
|
|
83
|
+
|
|
84
|
+
using std::ranges::uninitialized_copy_n;
|
|
85
|
+
using std::ranges::uninitialized_copy_n_result;
|
|
86
|
+
} // namespace ranges
|
|
87
|
+
|
|
88
|
+
using std::uninitialized_move;
|
|
89
|
+
using std::uninitialized_move_n;
|
|
90
|
+
|
|
91
|
+
namespace ranges {
|
|
92
|
+
using std::ranges::uninitialized_move;
|
|
93
|
+
using std::ranges::uninitialized_move_result;
|
|
94
|
+
|
|
95
|
+
using std::ranges::uninitialized_move_n;
|
|
96
|
+
using std::ranges::uninitialized_move_n_result;
|
|
97
|
+
} // namespace ranges
|
|
98
|
+
|
|
99
|
+
using std::uninitialized_fill;
|
|
100
|
+
using std::uninitialized_fill_n;
|
|
101
|
+
|
|
102
|
+
namespace ranges {
|
|
103
|
+
using std::ranges::uninitialized_fill;
|
|
104
|
+
using std::ranges::uninitialized_fill_n;
|
|
105
|
+
} // namespace ranges
|
|
106
|
+
|
|
107
|
+
// [specialized.construct], construct_at
|
|
108
|
+
using std::construct_at;
|
|
109
|
+
|
|
110
|
+
namespace ranges {
|
|
111
|
+
using std::ranges::construct_at;
|
|
112
|
+
}
|
|
113
|
+
// [specialized.destroy], destroy
|
|
114
|
+
using std::destroy;
|
|
115
|
+
using std::destroy_at;
|
|
116
|
+
using std::destroy_n;
|
|
117
|
+
|
|
118
|
+
namespace ranges {
|
|
119
|
+
using std::ranges::destroy;
|
|
120
|
+
using std::ranges::destroy_at;
|
|
121
|
+
using std::ranges::destroy_n;
|
|
122
|
+
} // namespace ranges
|
|
123
|
+
|
|
124
|
+
// [unique.ptr], class template unique_ptr
|
|
125
|
+
using std::default_delete;
|
|
126
|
+
using std::unique_ptr;
|
|
127
|
+
|
|
128
|
+
using std::make_unique;
|
|
129
|
+
using std::make_unique_for_overwrite;
|
|
130
|
+
|
|
131
|
+
using std::operator<;
|
|
132
|
+
using std::operator>;
|
|
133
|
+
using std::operator<=;
|
|
134
|
+
using std::operator>=;
|
|
135
|
+
using std::operator<=>;
|
|
136
|
+
|
|
137
|
+
using std::operator<<;
|
|
138
|
+
|
|
139
|
+
// [util.smartptr.weak.bad], class bad_weak_ptr
|
|
140
|
+
using std::bad_weak_ptr;
|
|
141
|
+
|
|
142
|
+
// [util.smartptr.shared], class template shared_ptr
|
|
143
|
+
using std::shared_ptr;
|
|
144
|
+
|
|
145
|
+
// [util.smartptr.shared.create], shared_ptr creation
|
|
146
|
+
using std::allocate_shared;
|
|
147
|
+
using std::allocate_shared_for_overwrite;
|
|
148
|
+
using std::make_shared;
|
|
149
|
+
using std::make_shared_for_overwrite;
|
|
150
|
+
|
|
151
|
+
// [util.smartptr.shared.spec], shared_ptr specialized algorithms
|
|
152
|
+
using std::swap;
|
|
153
|
+
|
|
154
|
+
// [util.smartptr.shared.cast], shared_ptr casts
|
|
155
|
+
using std::const_pointer_cast;
|
|
156
|
+
using std::dynamic_pointer_cast;
|
|
157
|
+
using std::reinterpret_pointer_cast;
|
|
158
|
+
using std::static_pointer_cast;
|
|
159
|
+
|
|
160
|
+
#if _LIBCPP_HAS_RTTI
|
|
161
|
+
using std::get_deleter;
|
|
162
|
+
#endif // _LIBCPP_HAS_RTTI
|
|
163
|
+
|
|
164
|
+
// [util.smartptr.shared.io], shared_ptr I/O
|
|
165
|
+
|
|
166
|
+
// [util.smartptr.weak], class template weak_ptr
|
|
167
|
+
using std::weak_ptr;
|
|
168
|
+
|
|
169
|
+
// [util.smartptr.weak.spec], weak_ptr specialized algorithms
|
|
170
|
+
|
|
171
|
+
// [util.smartptr.ownerless], class template owner_less
|
|
172
|
+
using std::owner_less;
|
|
173
|
+
|
|
174
|
+
// [util.smartptr.enab], class template enable_shared_from_this
|
|
175
|
+
using std::enable_shared_from_this;
|
|
176
|
+
|
|
177
|
+
// [util.smartptr.hash], hash support
|
|
178
|
+
using std::hash;
|
|
179
|
+
|
|
180
|
+
// [util.smartptr.atomic], atomic smart pointers
|
|
181
|
+
// using std::atomic;
|
|
182
|
+
|
|
183
|
+
#if _LIBCPP_STD_VER >= 23
|
|
184
|
+
// [out.ptr.t], class template out_ptr_t
|
|
185
|
+
using std::out_ptr_t;
|
|
186
|
+
|
|
187
|
+
// [out.ptr], function template out_ptr
|
|
188
|
+
using std::out_ptr;
|
|
189
|
+
|
|
190
|
+
// [inout.ptr.t], class template inout_ptr_t
|
|
191
|
+
using std::inout_ptr_t;
|
|
192
|
+
|
|
193
|
+
// [inout.ptr], function template inout_ptr
|
|
194
|
+
using std::inout_ptr;
|
|
195
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
196
|
+
|
|
197
|
+
#if _LIBCPP_HAS_THREADS
|
|
198
|
+
// [depr.util.smartptr.shared.atomic]
|
|
199
|
+
using std::atomic_is_lock_free;
|
|
200
|
+
|
|
201
|
+
using std::atomic_load;
|
|
202
|
+
using std::atomic_load_explicit;
|
|
203
|
+
|
|
204
|
+
using std::atomic_store;
|
|
205
|
+
using std::atomic_store_explicit;
|
|
206
|
+
|
|
207
|
+
using std::atomic_exchange;
|
|
208
|
+
using std::atomic_exchange_explicit;
|
|
209
|
+
|
|
210
|
+
using std::atomic_compare_exchange_strong;
|
|
211
|
+
using std::atomic_compare_exchange_strong_explicit;
|
|
212
|
+
using std::atomic_compare_exchange_weak;
|
|
213
|
+
using std::atomic_compare_exchange_weak_explicit;
|
|
214
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
215
|
+
} // namespace std
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std::pmr {
|
|
11
|
+
// [mem.res.class], class memory_resource
|
|
12
|
+
using std::pmr::memory_resource;
|
|
13
|
+
|
|
14
|
+
using std::pmr::operator==;
|
|
15
|
+
|
|
16
|
+
// [mem.poly.allocator.class], class template polymorphic_allocator
|
|
17
|
+
using std::pmr::polymorphic_allocator;
|
|
18
|
+
|
|
19
|
+
// [mem.res.global], global memory resources
|
|
20
|
+
using std::pmr::get_default_resource;
|
|
21
|
+
using std::pmr::new_delete_resource;
|
|
22
|
+
using std::pmr::null_memory_resource;
|
|
23
|
+
using std::pmr::set_default_resource;
|
|
24
|
+
|
|
25
|
+
// [mem.res.pool], pool resource classes
|
|
26
|
+
using std::pmr::monotonic_buffer_resource;
|
|
27
|
+
using std::pmr::pool_options;
|
|
28
|
+
using std::pmr::synchronized_pool_resource;
|
|
29
|
+
using std::pmr::unsynchronized_pool_resource;
|
|
30
|
+
} // namespace std::pmr
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_HAS_THREADS
|
|
12
|
+
// [thread.mutex.class], class mutex
|
|
13
|
+
using std::mutex;
|
|
14
|
+
// [thread.mutex.recursive], class recursive_mutex
|
|
15
|
+
using std::recursive_mutex;
|
|
16
|
+
// [thread.timedmutex.class] class timed_mutex
|
|
17
|
+
using std::timed_mutex;
|
|
18
|
+
// [thread.timedmutex.recursive], class recursive_timed_mutex
|
|
19
|
+
using std::recursive_timed_mutex;
|
|
20
|
+
|
|
21
|
+
using std::adopt_lock_t;
|
|
22
|
+
using std::defer_lock_t;
|
|
23
|
+
using std::try_to_lock_t;
|
|
24
|
+
|
|
25
|
+
using std::adopt_lock;
|
|
26
|
+
using std::defer_lock;
|
|
27
|
+
using std::try_to_lock;
|
|
28
|
+
|
|
29
|
+
// [thread.lock], locks
|
|
30
|
+
using std::lock_guard;
|
|
31
|
+
using std::scoped_lock;
|
|
32
|
+
using std::unique_lock;
|
|
33
|
+
|
|
34
|
+
using std::swap;
|
|
35
|
+
|
|
36
|
+
// [thread.lock.algorithm], generic locking algorithms
|
|
37
|
+
using std::lock;
|
|
38
|
+
using std::try_lock;
|
|
39
|
+
#endif // _LIBCPP_HAS_THREADS
|
|
40
|
+
|
|
41
|
+
using std::once_flag;
|
|
42
|
+
|
|
43
|
+
using std::call_once;
|
|
44
|
+
} // namespace std
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [alloc.errors], storage allocation errors
|
|
12
|
+
using std::bad_alloc;
|
|
13
|
+
using std::bad_array_new_length;
|
|
14
|
+
|
|
15
|
+
using std::destroying_delete;
|
|
16
|
+
using std::destroying_delete_t;
|
|
17
|
+
|
|
18
|
+
// global operator new control
|
|
19
|
+
using std::align_val_t;
|
|
20
|
+
|
|
21
|
+
using std::nothrow;
|
|
22
|
+
using std::nothrow_t;
|
|
23
|
+
|
|
24
|
+
using std::get_new_handler;
|
|
25
|
+
using std::new_handler;
|
|
26
|
+
using std::set_new_handler;
|
|
27
|
+
|
|
28
|
+
// [ptr.launder], pointer optimization barrier
|
|
29
|
+
using std::launder;
|
|
30
|
+
#if _LIBCPP_STD_VER >= 17
|
|
31
|
+
// [hardware.interference], hardware interference size
|
|
32
|
+
using std::hardware_constructive_interference_size;
|
|
33
|
+
using std::hardware_destructive_interference_size;
|
|
34
|
+
#endif // _LIBCPP_STD_VER >= 17
|
|
35
|
+
} // namespace std
|
|
36
|
+
|
|
37
|
+
export {
|
|
38
|
+
using ::operator new;
|
|
39
|
+
using ::operator delete;
|
|
40
|
+
using ::operator new[];
|
|
41
|
+
using ::operator delete[];
|
|
42
|
+
} // export
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std::numbers {
|
|
11
|
+
using std::numbers::e_v;
|
|
12
|
+
using std::numbers::egamma_v;
|
|
13
|
+
using std::numbers::inv_pi_v;
|
|
14
|
+
using std::numbers::inv_sqrt3_v;
|
|
15
|
+
using std::numbers::inv_sqrtpi_v;
|
|
16
|
+
using std::numbers::ln10_v;
|
|
17
|
+
using std::numbers::ln2_v;
|
|
18
|
+
using std::numbers::log10e_v;
|
|
19
|
+
using std::numbers::log2e_v;
|
|
20
|
+
using std::numbers::phi_v;
|
|
21
|
+
using std::numbers::pi_v;
|
|
22
|
+
using std::numbers::sqrt2_v;
|
|
23
|
+
using std::numbers::sqrt3_v;
|
|
24
|
+
|
|
25
|
+
using std::numbers::e;
|
|
26
|
+
using std::numbers::egamma;
|
|
27
|
+
using std::numbers::inv_pi;
|
|
28
|
+
using std::numbers::inv_sqrt3;
|
|
29
|
+
using std::numbers::inv_sqrtpi;
|
|
30
|
+
using std::numbers::ln10;
|
|
31
|
+
using std::numbers::ln2;
|
|
32
|
+
using std::numbers::log10e;
|
|
33
|
+
using std::numbers::log2e;
|
|
34
|
+
using std::numbers::phi;
|
|
35
|
+
using std::numbers::pi;
|
|
36
|
+
using std::numbers::sqrt2;
|
|
37
|
+
using std::numbers::sqrt3;
|
|
38
|
+
} // namespace std::numbers
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [accumulate], accumulate
|
|
12
|
+
using std::accumulate;
|
|
13
|
+
|
|
14
|
+
// [reduce], reduce
|
|
15
|
+
using std::reduce;
|
|
16
|
+
|
|
17
|
+
// [inner.product], inner product
|
|
18
|
+
using std::inner_product;
|
|
19
|
+
|
|
20
|
+
// [transform.reduce], transform reduce
|
|
21
|
+
using std::transform_reduce;
|
|
22
|
+
|
|
23
|
+
// [partial.sum], partial sum
|
|
24
|
+
using std::partial_sum;
|
|
25
|
+
|
|
26
|
+
// [exclusive.scan], exclusive scan
|
|
27
|
+
using std::exclusive_scan;
|
|
28
|
+
|
|
29
|
+
// [inclusive.scan], inclusive scan
|
|
30
|
+
using std::inclusive_scan;
|
|
31
|
+
|
|
32
|
+
// [transform.exclusive.scan], transform exclusive scan
|
|
33
|
+
using std::transform_exclusive_scan;
|
|
34
|
+
|
|
35
|
+
// [transform.inclusive.scan], transform inclusive scan
|
|
36
|
+
using std::transform_inclusive_scan;
|
|
37
|
+
|
|
38
|
+
// [adjacent.difference], adjacent difference
|
|
39
|
+
using std::adjacent_difference;
|
|
40
|
+
|
|
41
|
+
// [numeric.iota], iota
|
|
42
|
+
using std::iota;
|
|
43
|
+
|
|
44
|
+
namespace ranges {
|
|
45
|
+
|
|
46
|
+
#if _LIBCPP_STD_VER >= 23
|
|
47
|
+
using std::ranges::iota;
|
|
48
|
+
using std::ranges::iota_result;
|
|
49
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
50
|
+
|
|
51
|
+
} // namespace ranges
|
|
52
|
+
|
|
53
|
+
// [numeric.ops.gcd], greatest common divisor
|
|
54
|
+
using std::gcd;
|
|
55
|
+
|
|
56
|
+
// [numeric.ops.lcm], least common multiple
|
|
57
|
+
using std::lcm;
|
|
58
|
+
|
|
59
|
+
// [numeric.ops.midpoint], midpoint
|
|
60
|
+
using std::midpoint;
|
|
61
|
+
|
|
62
|
+
#if _LIBCPP_STD_VER >= 26
|
|
63
|
+
// [numeric.sat], saturation arithmetic
|
|
64
|
+
using std::add_sat;
|
|
65
|
+
using std::div_sat;
|
|
66
|
+
using std::mul_sat;
|
|
67
|
+
using std::saturate_cast;
|
|
68
|
+
using std::sub_sat;
|
|
69
|
+
#endif
|
|
70
|
+
|
|
71
|
+
} // namespace std
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [optional.optional], class template optional
|
|
12
|
+
using std::optional;
|
|
13
|
+
#if _LIBCPP_STD_VER >= 26 && _LIBCPP_HAS_EXPERIMENTAL_OPTIONAL_ITERATOR
|
|
14
|
+
// [optional.iterators], iterator support
|
|
15
|
+
namespace ranges {
|
|
16
|
+
using std::ranges::enable_borrowed_range;
|
|
17
|
+
using std::ranges::enable_view;
|
|
18
|
+
} // namespace ranges
|
|
19
|
+
#endif
|
|
20
|
+
// [optional.nullopt], no-value state indicator
|
|
21
|
+
using std::nullopt;
|
|
22
|
+
using std::nullopt_t;
|
|
23
|
+
|
|
24
|
+
// [optional.bad.access], class bad_optional_access
|
|
25
|
+
using std::bad_optional_access;
|
|
26
|
+
|
|
27
|
+
#if _LIBCPP_STD_VER >= 26 && _LIBCPP_HAS_EXPERIMENTAL_OPTIONAL_ITERATOR
|
|
28
|
+
using std::format_kind;
|
|
29
|
+
#endif
|
|
30
|
+
|
|
31
|
+
// [optional.relops], relational operators
|
|
32
|
+
using std::operator==;
|
|
33
|
+
using std::operator!=;
|
|
34
|
+
using std::operator<;
|
|
35
|
+
using std::operator>;
|
|
36
|
+
using std::operator<=;
|
|
37
|
+
using std::operator>=;
|
|
38
|
+
using std::operator<=>;
|
|
39
|
+
|
|
40
|
+
// [optional.specalg], specialized algorithms
|
|
41
|
+
using std::swap;
|
|
42
|
+
|
|
43
|
+
using std::make_optional;
|
|
44
|
+
|
|
45
|
+
// [optional.hash], hash support
|
|
46
|
+
using std::hash;
|
|
47
|
+
} // namespace std
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_HAS_LOCALIZATION
|
|
12
|
+
using std::basic_ostream;
|
|
13
|
+
|
|
14
|
+
using std::ostream;
|
|
15
|
+
# if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
16
|
+
using std::wostream;
|
|
17
|
+
# endif
|
|
18
|
+
|
|
19
|
+
using std::endl;
|
|
20
|
+
using std::ends;
|
|
21
|
+
using std::flush;
|
|
22
|
+
|
|
23
|
+
# if 0
|
|
24
|
+
using std::emit_on_flush;
|
|
25
|
+
using std::flush_emit;
|
|
26
|
+
using std::noemit_on_flush;
|
|
27
|
+
# endif
|
|
28
|
+
using std::operator<<;
|
|
29
|
+
|
|
30
|
+
# if _LIBCPP_STD_VER >= 23
|
|
31
|
+
// [ostream.formatted.print], print functions
|
|
32
|
+
using std::print;
|
|
33
|
+
using std::println;
|
|
34
|
+
|
|
35
|
+
using std::vprint_nonunicode;
|
|
36
|
+
# if _LIBCPP_HAS_UNICODE
|
|
37
|
+
using std::vprint_unicode;
|
|
38
|
+
# endif // _LIBCPP_HAS_UNICODE
|
|
39
|
+
# endif // _LIBCPP_STD_VER >= 23
|
|
40
|
+
|
|
41
|
+
#endif // _LIBCPP_HAS_LOCALIZATION
|
|
42
|
+
} // namespace std
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
#if _LIBCPP_STD_VER >= 23
|
|
12
|
+
// [print.fun], print functions
|
|
13
|
+
using std::print;
|
|
14
|
+
using std::println;
|
|
15
|
+
|
|
16
|
+
using std::vprint_nonunicode;
|
|
17
|
+
# if _LIBCPP_HAS_UNICODE
|
|
18
|
+
using std::vprint_unicode;
|
|
19
|
+
# endif // _LIBCPP_HAS_UNICODE
|
|
20
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
21
|
+
} // namespace std
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// -*- C++ -*-
|
|
2
|
+
//===----------------------------------------------------------------------===//
|
|
3
|
+
//
|
|
4
|
+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
|
5
|
+
// See https://llvm.org/LICENSE.txt for license information.
|
|
6
|
+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
7
|
+
//
|
|
8
|
+
//===----------------------------------------------------------------------===//
|
|
9
|
+
|
|
10
|
+
export namespace std {
|
|
11
|
+
// [queue], class template queue
|
|
12
|
+
using std::queue;
|
|
13
|
+
|
|
14
|
+
using std::operator==;
|
|
15
|
+
using std::operator!=;
|
|
16
|
+
using std::operator<;
|
|
17
|
+
using std::operator>;
|
|
18
|
+
using std::operator<=;
|
|
19
|
+
using std::operator>=;
|
|
20
|
+
using std::operator<=>;
|
|
21
|
+
|
|
22
|
+
using std::swap;
|
|
23
|
+
using std::uses_allocator;
|
|
24
|
+
|
|
25
|
+
// [priority.queue], class template priority_queue
|
|
26
|
+
using std::priority_queue;
|
|
27
|
+
} // namespace std
|