karellen-llvm-core 22.1.0rc1.post26__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.post26.data/data/lib/libLLVM.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLTO.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libRemarks.so.22.1-rc1 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.modules.json +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so +1 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libunwind.so.1.0 +0 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/algorithm.inc +624 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/any.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/array.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/atomic.inc +141 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/barrier.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bit.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bitset.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfenv.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/charconv.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/chrono.inc +306 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cmath.inc +376 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/codecvt.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/compare.inc +51 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/complex.inc +78 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/concepts.inc +96 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/condition_variable.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/coroutine.inc +33 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csignal.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdarg.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstddef.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdio.inc +60 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdlib.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstring.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/deque.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/exception.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/execution.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/expected.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/filesystem.inc +121 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_map.inc +31 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/format.inc +84 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/forward_list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/fstream.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/functional.inc +124 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/future.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/generator.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/hazard_pointer.inc +23 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/initializer_list.inc +16 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iomanip.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ios.inc +76 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iosfwd.inc +40 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iostream.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/istream.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iterator.inc +244 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/latch.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/limits.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/list.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/locale.inc +81 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/map.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mdspan.inc +39 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory.inc +215 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory_resource.inc +30 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mutex.inc +44 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/new.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numbers.inc +38 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numeric.inc +71 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/optional.inc +47 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ostream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/print.inc +21 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/queue.inc +27 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/random.inc +115 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ranges.inc +370 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ratio.inc +58 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/rcu.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/regex.inc +117 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/scoped_allocator.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/semaphore.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/set.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/shared_mutex.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/source_location.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/span.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/spanstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/sstream.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stack.inc +24 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stacktrace.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdexcept.inc +20 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdfloat.inc +26 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stop_token.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/streambuf.inc +18 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string_view.inc +46 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/strstream.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/syncstream.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/system_error.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/text_encoding.inc +19 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/thread.inc +42 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/tuple.inc +55 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/type_traits.inc +344 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeindex.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeinfo.inc +14 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_map.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_set.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/utility.inc +99 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/valarray.inc +68 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/variant.inc +49 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/vector.inc +34 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/version.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cassert.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cctype.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cerrno.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfenv.inc +29 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfloat.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cinttypes.inc +25 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/climits.inc +12 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/clocale.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cmath.inc +268 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csetjmp.inc +13 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csignal.inc +17 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdarg.inc +10 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstddef.inc +22 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdint.inc +50 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdio.inc +61 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdlib.inc +72 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstring.inc +36 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/ctime.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cuchar.inc +28 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwchar.inc +80 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwctype.inc +35 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat.cppm +108 -0
- karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.cppm +280 -0
- karellen_llvm_core-22.1.0rc1.post26.data/purelib/karellen_llvm_core-22.1.0rc1.post26.pth +1 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/METADATA +36 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/RECORD +149 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/WHEEL +5 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/axle.lck +0 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/namespace_packages.txt +1 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/symlinks.txt +9 -0
- karellen_llvm_core-22.1.0rc1.post26.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,33 @@
|
|
|
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
|
+
|
|
12
|
+
// [coroutine.traits], coroutine traits
|
|
13
|
+
using std::coroutine_traits;
|
|
14
|
+
|
|
15
|
+
// [coroutine.handle], coroutine handle
|
|
16
|
+
using std::coroutine_handle;
|
|
17
|
+
|
|
18
|
+
// [coroutine.handle.compare], comparison operators
|
|
19
|
+
using std::operator==;
|
|
20
|
+
using std::operator<=>;
|
|
21
|
+
|
|
22
|
+
// [coroutine.handle.hash], hash support
|
|
23
|
+
using std::hash;
|
|
24
|
+
|
|
25
|
+
// [coroutine.noop], no-op coroutines
|
|
26
|
+
using std::noop_coroutine;
|
|
27
|
+
using std::noop_coroutine_handle;
|
|
28
|
+
using std::noop_coroutine_promise;
|
|
29
|
+
|
|
30
|
+
// [coroutine.trivial.awaitables], trivial awaitables
|
|
31
|
+
using std::suspend_always;
|
|
32
|
+
using std::suspend_never;
|
|
33
|
+
} // namespace std
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
using std::jmp_buf _LIBCPP_USING_IF_EXISTS;
|
|
12
|
+
using std::longjmp _LIBCPP_USING_IF_EXISTS;
|
|
13
|
+
} // namespace std
|
|
@@ -0,0 +1,18 @@
|
|
|
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
|
+
using std::sig_atomic_t _LIBCPP_USING_IF_EXISTS;
|
|
12
|
+
|
|
13
|
+
// [support.signal], signal handlers
|
|
14
|
+
using std::signal _LIBCPP_USING_IF_EXISTS;
|
|
15
|
+
|
|
16
|
+
using std::raise _LIBCPP_USING_IF_EXISTS;
|
|
17
|
+
|
|
18
|
+
} // namespace std
|
|
@@ -0,0 +1,12 @@
|
|
|
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
|
+
using std::va_list _LIBCPP_USING_IF_EXISTS;
|
|
12
|
+
} // namespace std
|
|
@@ -0,0 +1,31 @@
|
|
|
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
|
+
using std::max_align_t _LIBCPP_USING_IF_EXISTS;
|
|
12
|
+
using std::nullptr_t;
|
|
13
|
+
using std::ptrdiff_t _LIBCPP_USING_IF_EXISTS;
|
|
14
|
+
using std::size_t _LIBCPP_USING_IF_EXISTS;
|
|
15
|
+
|
|
16
|
+
using std::byte;
|
|
17
|
+
|
|
18
|
+
// [support.types.byteops], byte type operations
|
|
19
|
+
using std::operator<<=;
|
|
20
|
+
using std::operator<<;
|
|
21
|
+
using std::operator>>=;
|
|
22
|
+
using std::operator>>;
|
|
23
|
+
using std::operator|=;
|
|
24
|
+
using std::operator|;
|
|
25
|
+
using std::operator&=;
|
|
26
|
+
using std::operator&;
|
|
27
|
+
using std::operator^=;
|
|
28
|
+
using std::operator^;
|
|
29
|
+
using std::operator~;
|
|
30
|
+
using std::to_integer;
|
|
31
|
+
} // namespace std
|
|
@@ -0,0 +1,50 @@
|
|
|
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
|
+
// signed
|
|
12
|
+
using std::int8_t _LIBCPP_USING_IF_EXISTS;
|
|
13
|
+
using std::int16_t _LIBCPP_USING_IF_EXISTS;
|
|
14
|
+
using std::int32_t _LIBCPP_USING_IF_EXISTS;
|
|
15
|
+
using std::int64_t _LIBCPP_USING_IF_EXISTS;
|
|
16
|
+
|
|
17
|
+
using std::int_fast16_t _LIBCPP_USING_IF_EXISTS;
|
|
18
|
+
using std::int_fast32_t _LIBCPP_USING_IF_EXISTS;
|
|
19
|
+
using std::int_fast64_t _LIBCPP_USING_IF_EXISTS;
|
|
20
|
+
using std::int_fast8_t _LIBCPP_USING_IF_EXISTS;
|
|
21
|
+
|
|
22
|
+
using std::int_least16_t _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
using std::int_least32_t _LIBCPP_USING_IF_EXISTS;
|
|
24
|
+
using std::int_least64_t _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::int_least8_t _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
|
|
27
|
+
using std::intmax_t _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
|
|
29
|
+
using std::intptr_t _LIBCPP_USING_IF_EXISTS;
|
|
30
|
+
|
|
31
|
+
// unsigned
|
|
32
|
+
using std::uint8_t _LIBCPP_USING_IF_EXISTS;
|
|
33
|
+
using std::uint16_t _LIBCPP_USING_IF_EXISTS;
|
|
34
|
+
using std::uint32_t _LIBCPP_USING_IF_EXISTS;
|
|
35
|
+
using std::uint64_t _LIBCPP_USING_IF_EXISTS;
|
|
36
|
+
|
|
37
|
+
using std::uint_fast16_t _LIBCPP_USING_IF_EXISTS;
|
|
38
|
+
using std::uint_fast32_t _LIBCPP_USING_IF_EXISTS;
|
|
39
|
+
using std::uint_fast64_t _LIBCPP_USING_IF_EXISTS;
|
|
40
|
+
using std::uint_fast8_t _LIBCPP_USING_IF_EXISTS;
|
|
41
|
+
|
|
42
|
+
using std::uint_least16_t _LIBCPP_USING_IF_EXISTS;
|
|
43
|
+
using std::uint_least32_t _LIBCPP_USING_IF_EXISTS;
|
|
44
|
+
using std::uint_least64_t _LIBCPP_USING_IF_EXISTS;
|
|
45
|
+
using std::uint_least8_t _LIBCPP_USING_IF_EXISTS;
|
|
46
|
+
|
|
47
|
+
using std::uintmax_t _LIBCPP_USING_IF_EXISTS;
|
|
48
|
+
|
|
49
|
+
using std::uintptr_t _LIBCPP_USING_IF_EXISTS;
|
|
50
|
+
} // namespace std
|
|
@@ -0,0 +1,60 @@
|
|
|
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
|
+
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;
|
|
14
|
+
|
|
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;
|
|
21
|
+
using std::fgetpos _LIBCPP_USING_IF_EXISTS;
|
|
22
|
+
using std::fgets _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
using std::fopen _LIBCPP_USING_IF_EXISTS;
|
|
24
|
+
using std::fprintf _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::fputc _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
using std::fputs _LIBCPP_USING_IF_EXISTS;
|
|
27
|
+
using std::fread _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
using std::freopen _LIBCPP_USING_IF_EXISTS;
|
|
29
|
+
using std::fscanf _LIBCPP_USING_IF_EXISTS;
|
|
30
|
+
using std::fseek _LIBCPP_USING_IF_EXISTS;
|
|
31
|
+
using std::fsetpos _LIBCPP_USING_IF_EXISTS;
|
|
32
|
+
using std::ftell _LIBCPP_USING_IF_EXISTS;
|
|
33
|
+
using std::fwrite _LIBCPP_USING_IF_EXISTS;
|
|
34
|
+
using std::getc _LIBCPP_USING_IF_EXISTS;
|
|
35
|
+
using std::getchar _LIBCPP_USING_IF_EXISTS;
|
|
36
|
+
using std::perror _LIBCPP_USING_IF_EXISTS;
|
|
37
|
+
using std::printf _LIBCPP_USING_IF_EXISTS;
|
|
38
|
+
using std::putc _LIBCPP_USING_IF_EXISTS;
|
|
39
|
+
using std::putchar _LIBCPP_USING_IF_EXISTS;
|
|
40
|
+
using std::puts _LIBCPP_USING_IF_EXISTS;
|
|
41
|
+
using std::remove _LIBCPP_USING_IF_EXISTS;
|
|
42
|
+
using std::rename _LIBCPP_USING_IF_EXISTS;
|
|
43
|
+
using std::rewind _LIBCPP_USING_IF_EXISTS;
|
|
44
|
+
using std::scanf _LIBCPP_USING_IF_EXISTS;
|
|
45
|
+
using std::setbuf _LIBCPP_USING_IF_EXISTS;
|
|
46
|
+
using std::setvbuf _LIBCPP_USING_IF_EXISTS;
|
|
47
|
+
using std::snprintf _LIBCPP_USING_IF_EXISTS;
|
|
48
|
+
using std::sprintf _LIBCPP_USING_IF_EXISTS;
|
|
49
|
+
using std::sscanf _LIBCPP_USING_IF_EXISTS;
|
|
50
|
+
using std::tmpfile _LIBCPP_USING_IF_EXISTS;
|
|
51
|
+
using std::tmpnam _LIBCPP_USING_IF_EXISTS;
|
|
52
|
+
using std::ungetc _LIBCPP_USING_IF_EXISTS;
|
|
53
|
+
using std::vfprintf _LIBCPP_USING_IF_EXISTS;
|
|
54
|
+
using std::vfscanf _LIBCPP_USING_IF_EXISTS;
|
|
55
|
+
using std::vprintf _LIBCPP_USING_IF_EXISTS;
|
|
56
|
+
using std::vscanf _LIBCPP_USING_IF_EXISTS;
|
|
57
|
+
using std::vsnprintf _LIBCPP_USING_IF_EXISTS;
|
|
58
|
+
using std::vsprintf _LIBCPP_USING_IF_EXISTS;
|
|
59
|
+
using std::vsscanf _LIBCPP_USING_IF_EXISTS;
|
|
60
|
+
} // namespace std
|
|
@@ -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
|
+
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;
|
|
15
|
+
|
|
16
|
+
// [support.start.term], start and termination
|
|
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::exit _LIBCPP_USING_IF_EXISTS;
|
|
22
|
+
using std::quick_exit _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
|
|
24
|
+
using std::getenv _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::system _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
|
|
27
|
+
// [c.malloc], C library memory allocation
|
|
28
|
+
using std::aligned_alloc _LIBCPP_USING_IF_EXISTS;
|
|
29
|
+
using std::calloc _LIBCPP_USING_IF_EXISTS;
|
|
30
|
+
using std::free _LIBCPP_USING_IF_EXISTS;
|
|
31
|
+
using std::malloc _LIBCPP_USING_IF_EXISTS;
|
|
32
|
+
using std::realloc _LIBCPP_USING_IF_EXISTS;
|
|
33
|
+
|
|
34
|
+
using std::atof _LIBCPP_USING_IF_EXISTS;
|
|
35
|
+
using std::atoi _LIBCPP_USING_IF_EXISTS;
|
|
36
|
+
using std::atol _LIBCPP_USING_IF_EXISTS;
|
|
37
|
+
using std::atoll _LIBCPP_USING_IF_EXISTS;
|
|
38
|
+
using std::strtod _LIBCPP_USING_IF_EXISTS;
|
|
39
|
+
using std::strtof _LIBCPP_USING_IF_EXISTS;
|
|
40
|
+
using std::strtol _LIBCPP_USING_IF_EXISTS;
|
|
41
|
+
using std::strtold _LIBCPP_USING_IF_EXISTS;
|
|
42
|
+
using std::strtoll _LIBCPP_USING_IF_EXISTS;
|
|
43
|
+
using std::strtoul _LIBCPP_USING_IF_EXISTS;
|
|
44
|
+
using std::strtoull _LIBCPP_USING_IF_EXISTS;
|
|
45
|
+
|
|
46
|
+
// [c.mb.wcs], multibyte / wide string and character conversion functions
|
|
47
|
+
using std::mblen _LIBCPP_USING_IF_EXISTS;
|
|
48
|
+
#if _LIBCPP_HAS_WIDE_CHARACTERS
|
|
49
|
+
using std::mbstowcs _LIBCPP_USING_IF_EXISTS;
|
|
50
|
+
using std::mbtowc _LIBCPP_USING_IF_EXISTS;
|
|
51
|
+
using std::wcstombs _LIBCPP_USING_IF_EXISTS;
|
|
52
|
+
using std::wctomb _LIBCPP_USING_IF_EXISTS;
|
|
53
|
+
#endif
|
|
54
|
+
// [alg.c.library], C standard library algorithms
|
|
55
|
+
using std::bsearch _LIBCPP_USING_IF_EXISTS;
|
|
56
|
+
using std::qsort _LIBCPP_USING_IF_EXISTS;
|
|
57
|
+
|
|
58
|
+
// [c.math.rand], low-quality random number generation
|
|
59
|
+
using std::rand _LIBCPP_USING_IF_EXISTS;
|
|
60
|
+
using std::srand _LIBCPP_USING_IF_EXISTS;
|
|
61
|
+
|
|
62
|
+
// [c.math.abs], absolute values
|
|
63
|
+
using std::abs _LIBCPP_USING_IF_EXISTS;
|
|
64
|
+
|
|
65
|
+
using std::labs _LIBCPP_USING_IF_EXISTS;
|
|
66
|
+
using std::llabs _LIBCPP_USING_IF_EXISTS;
|
|
67
|
+
|
|
68
|
+
using std::div _LIBCPP_USING_IF_EXISTS;
|
|
69
|
+
using std::ldiv _LIBCPP_USING_IF_EXISTS;
|
|
70
|
+
using std::lldiv _LIBCPP_USING_IF_EXISTS;
|
|
71
|
+
} // namespace std
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
using std::size_t _LIBCPP_USING_IF_EXISTS;
|
|
12
|
+
|
|
13
|
+
using std::memchr _LIBCPP_USING_IF_EXISTS;
|
|
14
|
+
using std::memcmp _LIBCPP_USING_IF_EXISTS;
|
|
15
|
+
using std::memcpy _LIBCPP_USING_IF_EXISTS;
|
|
16
|
+
using std::memmove _LIBCPP_USING_IF_EXISTS;
|
|
17
|
+
using std::memset _LIBCPP_USING_IF_EXISTS;
|
|
18
|
+
using std::strcat _LIBCPP_USING_IF_EXISTS;
|
|
19
|
+
using std::strchr _LIBCPP_USING_IF_EXISTS;
|
|
20
|
+
using std::strcmp _LIBCPP_USING_IF_EXISTS;
|
|
21
|
+
using std::strcoll _LIBCPP_USING_IF_EXISTS;
|
|
22
|
+
using std::strcpy _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
using std::strcspn _LIBCPP_USING_IF_EXISTS;
|
|
24
|
+
using std::strerror _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::strlen _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
using std::strncat _LIBCPP_USING_IF_EXISTS;
|
|
27
|
+
using std::strncmp _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
using std::strncpy _LIBCPP_USING_IF_EXISTS;
|
|
29
|
+
using std::strpbrk _LIBCPP_USING_IF_EXISTS;
|
|
30
|
+
using std::strrchr _LIBCPP_USING_IF_EXISTS;
|
|
31
|
+
using std::strspn _LIBCPP_USING_IF_EXISTS;
|
|
32
|
+
using std::strstr _LIBCPP_USING_IF_EXISTS;
|
|
33
|
+
using std::strtok _LIBCPP_USING_IF_EXISTS;
|
|
34
|
+
using std::strxfrm _LIBCPP_USING_IF_EXISTS;
|
|
35
|
+
} // namespace std
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
using std::clock_t _LIBCPP_USING_IF_EXISTS;
|
|
12
|
+
using std::size_t _LIBCPP_USING_IF_EXISTS;
|
|
13
|
+
using std::time_t _LIBCPP_USING_IF_EXISTS;
|
|
14
|
+
|
|
15
|
+
using std::timespec _LIBCPP_USING_IF_EXISTS;
|
|
16
|
+
using std::tm _LIBCPP_USING_IF_EXISTS;
|
|
17
|
+
|
|
18
|
+
using std::asctime _LIBCPP_USING_IF_EXISTS;
|
|
19
|
+
using std::clock _LIBCPP_USING_IF_EXISTS;
|
|
20
|
+
using std::ctime _LIBCPP_USING_IF_EXISTS;
|
|
21
|
+
using std::difftime _LIBCPP_USING_IF_EXISTS;
|
|
22
|
+
using std::gmtime _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
using std::localtime _LIBCPP_USING_IF_EXISTS;
|
|
24
|
+
using std::mktime _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::strftime _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
using std::time _LIBCPP_USING_IF_EXISTS;
|
|
27
|
+
using std::timespec_get _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
} // namespace std
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
// Note the Standard does not mark these symbols optional, but libc++'s header
|
|
12
|
+
// does. So this seems strictly not to be conforming.
|
|
13
|
+
|
|
14
|
+
// mbstate_t is conditionally here, but always present in cwchar.cppm. To avoid
|
|
15
|
+
// conflicing declarations omit the using here.
|
|
16
|
+
|
|
17
|
+
// size_t is conditionally here, but always present in cstddef.cppm. To avoid
|
|
18
|
+
// conflicing declarations omit the using here.
|
|
19
|
+
|
|
20
|
+
#if _LIBCPP_HAS_C8RTOMB_MBRTOC8
|
|
21
|
+
using std::mbrtoc8 _LIBCPP_USING_IF_EXISTS;
|
|
22
|
+
using std::c8rtomb _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
#endif
|
|
24
|
+
using std::mbrtoc16 _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::c16rtomb _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
using std::mbrtoc32 _LIBCPP_USING_IF_EXISTS;
|
|
27
|
+
using std::c32rtomb _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
} // namespace std
|
|
@@ -0,0 +1,80 @@
|
|
|
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_WIDE_CHARACTERS
|
|
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;
|
|
15
|
+
|
|
16
|
+
using std::tm _LIBCPP_USING_IF_EXISTS;
|
|
17
|
+
|
|
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;
|
|
23
|
+
using std::fwide _LIBCPP_USING_IF_EXISTS;
|
|
24
|
+
using std::fwprintf _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::fwscanf _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
using std::getwc _LIBCPP_USING_IF_EXISTS;
|
|
27
|
+
using std::getwchar _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
using std::putwc _LIBCPP_USING_IF_EXISTS;
|
|
29
|
+
using std::putwchar _LIBCPP_USING_IF_EXISTS;
|
|
30
|
+
using std::swprintf _LIBCPP_USING_IF_EXISTS;
|
|
31
|
+
using std::swscanf _LIBCPP_USING_IF_EXISTS;
|
|
32
|
+
using std::ungetwc _LIBCPP_USING_IF_EXISTS;
|
|
33
|
+
using std::vfwprintf _LIBCPP_USING_IF_EXISTS;
|
|
34
|
+
using std::vfwscanf _LIBCPP_USING_IF_EXISTS;
|
|
35
|
+
using std::vswprintf _LIBCPP_USING_IF_EXISTS;
|
|
36
|
+
using std::vswscanf _LIBCPP_USING_IF_EXISTS;
|
|
37
|
+
using std::vwprintf _LIBCPP_USING_IF_EXISTS;
|
|
38
|
+
using std::vwscanf _LIBCPP_USING_IF_EXISTS;
|
|
39
|
+
using std::wcscat _LIBCPP_USING_IF_EXISTS;
|
|
40
|
+
using std::wcschr _LIBCPP_USING_IF_EXISTS;
|
|
41
|
+
using std::wcscmp _LIBCPP_USING_IF_EXISTS;
|
|
42
|
+
using std::wcscoll _LIBCPP_USING_IF_EXISTS;
|
|
43
|
+
using std::wcscpy _LIBCPP_USING_IF_EXISTS;
|
|
44
|
+
using std::wcscspn _LIBCPP_USING_IF_EXISTS;
|
|
45
|
+
using std::wcsftime _LIBCPP_USING_IF_EXISTS;
|
|
46
|
+
using std::wcslen _LIBCPP_USING_IF_EXISTS;
|
|
47
|
+
using std::wcsncat _LIBCPP_USING_IF_EXISTS;
|
|
48
|
+
using std::wcsncmp _LIBCPP_USING_IF_EXISTS;
|
|
49
|
+
using std::wcsncpy _LIBCPP_USING_IF_EXISTS;
|
|
50
|
+
using std::wcspbrk _LIBCPP_USING_IF_EXISTS;
|
|
51
|
+
using std::wcsrchr _LIBCPP_USING_IF_EXISTS;
|
|
52
|
+
using std::wcsspn _LIBCPP_USING_IF_EXISTS;
|
|
53
|
+
using std::wcsstr _LIBCPP_USING_IF_EXISTS;
|
|
54
|
+
using std::wcstod _LIBCPP_USING_IF_EXISTS;
|
|
55
|
+
using std::wcstof _LIBCPP_USING_IF_EXISTS;
|
|
56
|
+
using std::wcstok _LIBCPP_USING_IF_EXISTS;
|
|
57
|
+
using std::wcstol _LIBCPP_USING_IF_EXISTS;
|
|
58
|
+
using std::wcstold _LIBCPP_USING_IF_EXISTS;
|
|
59
|
+
using std::wcstoll _LIBCPP_USING_IF_EXISTS;
|
|
60
|
+
using std::wcstoul _LIBCPP_USING_IF_EXISTS;
|
|
61
|
+
using std::wcstoull _LIBCPP_USING_IF_EXISTS;
|
|
62
|
+
using std::wcsxfrm _LIBCPP_USING_IF_EXISTS;
|
|
63
|
+
using std::wctob _LIBCPP_USING_IF_EXISTS;
|
|
64
|
+
using std::wmemchr _LIBCPP_USING_IF_EXISTS;
|
|
65
|
+
using std::wmemcmp _LIBCPP_USING_IF_EXISTS;
|
|
66
|
+
using std::wmemcpy _LIBCPP_USING_IF_EXISTS;
|
|
67
|
+
using std::wmemmove _LIBCPP_USING_IF_EXISTS;
|
|
68
|
+
using std::wmemset _LIBCPP_USING_IF_EXISTS;
|
|
69
|
+
using std::wprintf _LIBCPP_USING_IF_EXISTS;
|
|
70
|
+
using std::wscanf _LIBCPP_USING_IF_EXISTS;
|
|
71
|
+
|
|
72
|
+
// [c.mb.wcs], multibyte / wide string and character conversion functions
|
|
73
|
+
using std::mbrlen _LIBCPP_USING_IF_EXISTS;
|
|
74
|
+
using std::mbrtowc _LIBCPP_USING_IF_EXISTS;
|
|
75
|
+
using std::mbsinit _LIBCPP_USING_IF_EXISTS;
|
|
76
|
+
using std::mbsrtowcs _LIBCPP_USING_IF_EXISTS;
|
|
77
|
+
using std::wcrtomb _LIBCPP_USING_IF_EXISTS;
|
|
78
|
+
using std::wcsrtombs _LIBCPP_USING_IF_EXISTS;
|
|
79
|
+
#endif // _LIBCPP_HAS_WIDE_CHARACTERS
|
|
80
|
+
} // namespace std
|
|
@@ -0,0 +1,35 @@
|
|
|
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_WIDE_CHARACTERS
|
|
12
|
+
using std::wctrans_t _LIBCPP_USING_IF_EXISTS;
|
|
13
|
+
using std::wctype_t _LIBCPP_USING_IF_EXISTS;
|
|
14
|
+
using std::wint_t _LIBCPP_USING_IF_EXISTS;
|
|
15
|
+
|
|
16
|
+
using std::iswalnum _LIBCPP_USING_IF_EXISTS;
|
|
17
|
+
using std::iswalpha _LIBCPP_USING_IF_EXISTS;
|
|
18
|
+
using std::iswblank _LIBCPP_USING_IF_EXISTS;
|
|
19
|
+
using std::iswcntrl _LIBCPP_USING_IF_EXISTS;
|
|
20
|
+
using std::iswctype _LIBCPP_USING_IF_EXISTS;
|
|
21
|
+
using std::iswdigit _LIBCPP_USING_IF_EXISTS;
|
|
22
|
+
using std::iswgraph _LIBCPP_USING_IF_EXISTS;
|
|
23
|
+
using std::iswlower _LIBCPP_USING_IF_EXISTS;
|
|
24
|
+
using std::iswprint _LIBCPP_USING_IF_EXISTS;
|
|
25
|
+
using std::iswpunct _LIBCPP_USING_IF_EXISTS;
|
|
26
|
+
using std::iswspace _LIBCPP_USING_IF_EXISTS;
|
|
27
|
+
using std::iswupper _LIBCPP_USING_IF_EXISTS;
|
|
28
|
+
using std::iswxdigit _LIBCPP_USING_IF_EXISTS;
|
|
29
|
+
using std::towctrans _LIBCPP_USING_IF_EXISTS;
|
|
30
|
+
using std::towlower _LIBCPP_USING_IF_EXISTS;
|
|
31
|
+
using std::towupper _LIBCPP_USING_IF_EXISTS;
|
|
32
|
+
using std::wctrans _LIBCPP_USING_IF_EXISTS;
|
|
33
|
+
using std::wctype _LIBCPP_USING_IF_EXISTS;
|
|
34
|
+
#endif // _LIBCPP_HAS_WIDE_CHARACTERS
|
|
35
|
+
} // namespace std
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
// [deque], class template deque
|
|
12
|
+
using std::deque;
|
|
13
|
+
|
|
14
|
+
using std::operator==;
|
|
15
|
+
using std::operator<=>;
|
|
16
|
+
|
|
17
|
+
using std::swap;
|
|
18
|
+
|
|
19
|
+
// [deque.erasure], erasure
|
|
20
|
+
using std::erase;
|
|
21
|
+
using std::erase_if;
|
|
22
|
+
|
|
23
|
+
namespace pmr {
|
|
24
|
+
using std::pmr::deque;
|
|
25
|
+
}
|
|
26
|
+
} // namespace std
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
using std::bad_exception;
|
|
12
|
+
using std::current_exception;
|
|
13
|
+
using std::exception;
|
|
14
|
+
using std::exception_ptr;
|
|
15
|
+
using std::get_terminate;
|
|
16
|
+
using std::make_exception_ptr;
|
|
17
|
+
using std::nested_exception;
|
|
18
|
+
using std::rethrow_exception;
|
|
19
|
+
using std::rethrow_if_nested;
|
|
20
|
+
using std::set_terminate;
|
|
21
|
+
using std::swap;
|
|
22
|
+
using std::terminate;
|
|
23
|
+
using std::terminate_handler;
|
|
24
|
+
using std::throw_with_nested;
|
|
25
|
+
#ifdef _LIBCPP_ENABLE_CXX20_REMOVED_UNCAUGHT_EXCEPTION
|
|
26
|
+
using std::uncaught_exception;
|
|
27
|
+
#endif
|
|
28
|
+
using std::uncaught_exceptions;
|
|
29
|
+
} // namespace std
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
#ifdef _LIBCPP_ENABLE_EXPERIMENTAL
|
|
11
|
+
export namespace std {
|
|
12
|
+
// [execpol.type], execution policy type trait
|
|
13
|
+
using std::is_execution_policy;
|
|
14
|
+
using std::is_execution_policy_v;
|
|
15
|
+
} // namespace std
|
|
16
|
+
|
|
17
|
+
export namespace std::execution {
|
|
18
|
+
// [execpol.seq], sequenced execution policy
|
|
19
|
+
using std::execution::sequenced_policy;
|
|
20
|
+
|
|
21
|
+
// [execpol.par], parallel execution policy
|
|
22
|
+
using std::execution::parallel_policy;
|
|
23
|
+
|
|
24
|
+
// [execpol.parunseq], parallel and unsequenced execution policy
|
|
25
|
+
using std::execution::parallel_unsequenced_policy;
|
|
26
|
+
|
|
27
|
+
// [execpol.unseq], unsequenced execution policy
|
|
28
|
+
using std::execution::unsequenced_policy;
|
|
29
|
+
|
|
30
|
+
// [execpol.objects], execution policy objects
|
|
31
|
+
using std::execution::par;
|
|
32
|
+
using std::execution::par_unseq;
|
|
33
|
+
using std::execution::seq;
|
|
34
|
+
using std::execution::unseq;
|
|
35
|
+
} // namespace std::execution
|
|
36
|
+
#endif // _LIBCPP_ENABLE_EXPERIMENTAL
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
// [expected.unexpected], class template unexpected
|
|
13
|
+
using std::unexpected;
|
|
14
|
+
|
|
15
|
+
// [expected.bad], class template bad_expected_access
|
|
16
|
+
using std::bad_expected_access;
|
|
17
|
+
|
|
18
|
+
// in-place construction of unexpected values
|
|
19
|
+
using std::unexpect;
|
|
20
|
+
using std::unexpect_t;
|
|
21
|
+
|
|
22
|
+
// [expected.expected], class template expected
|
|
23
|
+
using std::expected;
|
|
24
|
+
#endif // _LIBCPP_STD_VER >= 23
|
|
25
|
+
} // namespace std
|