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.

Files changed (149) hide show
  1. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLLVM.so.22.1-rc1 +0 -0
  2. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libLTO.so.22.1-rc1 +0 -0
  3. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/libRemarks.so.22.1-rc1 +0 -0
  4. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.modules.json +26 -0
  5. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so +1 -0
  6. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++.so.1.0 +0 -0
  7. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libc++abi.so.1.0 +0 -0
  8. karellen_llvm_core-22.1.0rc1.post26.data/data/lib/x86_64-unknown-linux-gnu/libunwind.so.1.0 +0 -0
  9. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/algorithm.inc +624 -0
  10. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/any.inc +23 -0
  11. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/array.inc +29 -0
  12. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/atomic.inc +141 -0
  13. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/barrier.inc +14 -0
  14. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bit.inc +38 -0
  15. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/bitset.inc +23 -0
  16. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cassert.inc +12 -0
  17. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cctype.inc +25 -0
  18. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cerrno.inc +12 -0
  19. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfenv.inc +30 -0
  20. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cfloat.inc +12 -0
  21. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/charconv.inc +34 -0
  22. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/chrono.inc +306 -0
  23. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cinttypes.inc +25 -0
  24. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/climits.inc +12 -0
  25. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/clocale.inc +17 -0
  26. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cmath.inc +376 -0
  27. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/codecvt.inc +20 -0
  28. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/compare.inc +51 -0
  29. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/complex.inc +78 -0
  30. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/concepts.inc +96 -0
  31. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/condition_variable.inc +22 -0
  32. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/coroutine.inc +33 -0
  33. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csetjmp.inc +13 -0
  34. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/csignal.inc +18 -0
  35. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdarg.inc +12 -0
  36. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstddef.inc +31 -0
  37. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdint.inc +50 -0
  38. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdio.inc +60 -0
  39. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstdlib.inc +71 -0
  40. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cstring.inc +35 -0
  41. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ctime.inc +28 -0
  42. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cuchar.inc +28 -0
  43. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwchar.inc +80 -0
  44. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/cwctype.inc +35 -0
  45. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/deque.inc +26 -0
  46. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/exception.inc +29 -0
  47. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/execution.inc +36 -0
  48. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/expected.inc +25 -0
  49. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/filesystem.inc +121 -0
  50. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_map.inc +31 -0
  51. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/flat_set.inc +29 -0
  52. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/format.inc +84 -0
  53. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/forward_list.inc +26 -0
  54. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/fstream.inc +44 -0
  55. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/functional.inc +124 -0
  56. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/future.inc +55 -0
  57. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/generator.inc +14 -0
  58. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/hazard_pointer.inc +23 -0
  59. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/initializer_list.inc +16 -0
  60. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iomanip.inc +25 -0
  61. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ios.inc +76 -0
  62. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iosfwd.inc +40 -0
  63. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iostream.inc +24 -0
  64. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/istream.inc +30 -0
  65. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/iterator.inc +244 -0
  66. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/latch.inc +14 -0
  67. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/limits.inc +17 -0
  68. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/list.inc +26 -0
  69. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/locale.inc +81 -0
  70. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/map.inc +29 -0
  71. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mdspan.inc +39 -0
  72. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory.inc +215 -0
  73. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/memory_resource.inc +30 -0
  74. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/mutex.inc +44 -0
  75. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/new.inc +42 -0
  76. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numbers.inc +38 -0
  77. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/numeric.inc +71 -0
  78. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/optional.inc +47 -0
  79. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ostream.inc +42 -0
  80. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/print.inc +21 -0
  81. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/queue.inc +27 -0
  82. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/random.inc +115 -0
  83. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ranges.inc +370 -0
  84. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/ratio.inc +58 -0
  85. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/rcu.inc +22 -0
  86. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/regex.inc +117 -0
  87. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/scoped_allocator.inc +17 -0
  88. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/semaphore.inc +17 -0
  89. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/set.inc +29 -0
  90. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/shared_mutex.inc +20 -0
  91. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/source_location.inc +12 -0
  92. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/span.inc +26 -0
  93. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/spanstream.inc +42 -0
  94. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/sstream.inc +42 -0
  95. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stack.inc +24 -0
  96. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stacktrace.inc +35 -0
  97. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdexcept.inc +20 -0
  98. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stdfloat.inc +26 -0
  99. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/stop_token.inc +25 -0
  100. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/streambuf.inc +18 -0
  101. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string.inc +80 -0
  102. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/string_view.inc +46 -0
  103. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/strstream.inc +19 -0
  104. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/syncstream.inc +28 -0
  105. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/system_error.inc +42 -0
  106. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/text_encoding.inc +19 -0
  107. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/thread.inc +42 -0
  108. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/tuple.inc +55 -0
  109. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/type_traits.inc +344 -0
  110. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeindex.inc +13 -0
  111. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/typeinfo.inc +14 -0
  112. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_map.inc +28 -0
  113. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/unordered_set.inc +28 -0
  114. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/utility.inc +99 -0
  115. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/valarray.inc +68 -0
  116. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/variant.inc +49 -0
  117. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/vector.inc +34 -0
  118. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std/version.inc +12 -0
  119. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cassert.inc +12 -0
  120. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cctype.inc +25 -0
  121. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cerrno.inc +12 -0
  122. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfenv.inc +29 -0
  123. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cfloat.inc +12 -0
  124. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cinttypes.inc +25 -0
  125. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/climits.inc +12 -0
  126. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/clocale.inc +17 -0
  127. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cmath.inc +268 -0
  128. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csetjmp.inc +13 -0
  129. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/csignal.inc +17 -0
  130. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdarg.inc +10 -0
  131. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstddef.inc +22 -0
  132. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdint.inc +50 -0
  133. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdio.inc +61 -0
  134. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstdlib.inc +72 -0
  135. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cstring.inc +36 -0
  136. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/ctime.inc +28 -0
  137. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cuchar.inc +28 -0
  138. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwchar.inc +80 -0
  139. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat/cwctype.inc +35 -0
  140. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.compat.cppm +108 -0
  141. karellen_llvm_core-22.1.0rc1.post26.data/data/share/libc++/v1/std.cppm +280 -0
  142. karellen_llvm_core-22.1.0rc1.post26.data/purelib/karellen_llvm_core-22.1.0rc1.post26.pth +1 -0
  143. karellen_llvm_core-22.1.0rc1.post26.dist-info/METADATA +36 -0
  144. karellen_llvm_core-22.1.0rc1.post26.dist-info/RECORD +149 -0
  145. karellen_llvm_core-22.1.0rc1.post26.dist-info/WHEEL +5 -0
  146. karellen_llvm_core-22.1.0rc1.post26.dist-info/axle.lck +0 -0
  147. karellen_llvm_core-22.1.0rc1.post26.dist-info/namespace_packages.txt +1 -0
  148. karellen_llvm_core-22.1.0rc1.post26.dist-info/symlinks.txt +9 -0
  149. karellen_llvm_core-22.1.0rc1.post26.dist-info/top_level.txt +1 -0
@@ -0,0 +1,34 @@
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
+ // [vector], class template vector
12
+ using std::vector;
13
+
14
+ using std::operator==;
15
+ using std::operator<=>;
16
+
17
+ using std::swap;
18
+
19
+ // [vector.erasure], erasure
20
+ using std::erase;
21
+ using std::erase_if;
22
+
23
+ namespace pmr {
24
+ using std::pmr::vector;
25
+ }
26
+
27
+ // hash support
28
+ using std::hash;
29
+
30
+ #if _LIBCPP_STD_VER >= 23
31
+ // [vector.bool.fmt], formatter specialization for vector<bool>
32
+ using std::formatter;
33
+ #endif
34
+ } // 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
+ // This module exports nothing.
12
+ } // 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 {
11
+ // This module exports nothing.
12
+ } // export
@@ -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 {
11
+ using ::isalnum _LIBCPP_USING_IF_EXISTS;
12
+ using ::isalpha _LIBCPP_USING_IF_EXISTS;
13
+ using ::isblank _LIBCPP_USING_IF_EXISTS;
14
+ using ::iscntrl _LIBCPP_USING_IF_EXISTS;
15
+ using ::isdigit _LIBCPP_USING_IF_EXISTS;
16
+ using ::isgraph _LIBCPP_USING_IF_EXISTS;
17
+ using ::islower _LIBCPP_USING_IF_EXISTS;
18
+ using ::isprint _LIBCPP_USING_IF_EXISTS;
19
+ using ::ispunct _LIBCPP_USING_IF_EXISTS;
20
+ using ::isspace _LIBCPP_USING_IF_EXISTS;
21
+ using ::isupper _LIBCPP_USING_IF_EXISTS;
22
+ using ::isxdigit _LIBCPP_USING_IF_EXISTS;
23
+ using ::tolower _LIBCPP_USING_IF_EXISTS;
24
+ using ::toupper _LIBCPP_USING_IF_EXISTS;
25
+ } // export
@@ -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 {
11
+ // This module exports nothing.
12
+ } // export
@@ -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 {
11
+ // types
12
+ using ::fenv_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::fexcept_t _LIBCPP_USING_IF_EXISTS;
14
+
15
+ // functions
16
+ using ::feclearexcept _LIBCPP_USING_IF_EXISTS;
17
+ using ::fegetexceptflag _LIBCPP_USING_IF_EXISTS;
18
+ using ::feraiseexcept _LIBCPP_USING_IF_EXISTS;
19
+ using ::fesetexceptflag _LIBCPP_USING_IF_EXISTS;
20
+ using ::fetestexcept _LIBCPP_USING_IF_EXISTS;
21
+
22
+ using ::fegetround _LIBCPP_USING_IF_EXISTS;
23
+ using ::fesetround _LIBCPP_USING_IF_EXISTS;
24
+
25
+ using ::fegetenv _LIBCPP_USING_IF_EXISTS;
26
+ using ::feholdexcept _LIBCPP_USING_IF_EXISTS;
27
+ using ::fesetenv _LIBCPP_USING_IF_EXISTS;
28
+ using ::feupdateenv _LIBCPP_USING_IF_EXISTS;
29
+ } // export
@@ -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 {
11
+ // This module exports nothing.
12
+ } // export
@@ -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 {
11
+ using ::imaxdiv_t _LIBCPP_USING_IF_EXISTS;
12
+
13
+ using ::imaxabs _LIBCPP_USING_IF_EXISTS;
14
+ using ::imaxdiv _LIBCPP_USING_IF_EXISTS;
15
+ using ::strtoimax _LIBCPP_USING_IF_EXISTS;
16
+ using ::strtoumax _LIBCPP_USING_IF_EXISTS;
17
+ using ::wcstoimax _LIBCPP_USING_IF_EXISTS;
18
+ using ::wcstoumax _LIBCPP_USING_IF_EXISTS;
19
+
20
+ // abs is conditionally here, but always present in cmath.cppm. To avoid
21
+ // conflicing declarations omit the using here.
22
+
23
+ // div is conditionally here, but always present in cstdlib.cppm. To avoid
24
+ // conflicing declarations omit the using here.
25
+ } // export
@@ -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 {
11
+ // This module exports nothing.
12
+ } // export
@@ -0,0 +1,17 @@
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 {
11
+ #if _LIBCPP_HAS_LOCALIZATION
12
+ using ::lconv _LIBCPP_USING_IF_EXISTS;
13
+
14
+ using ::localeconv _LIBCPP_USING_IF_EXISTS;
15
+ using ::setlocale _LIBCPP_USING_IF_EXISTS;
16
+ #endif // _LIBCPP_HAS_LOCALIZATION
17
+ } // export
@@ -0,0 +1,268 @@
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 {
11
+ using ::double_t _LIBCPP_USING_IF_EXISTS;
12
+ using ::float_t _LIBCPP_USING_IF_EXISTS;
13
+
14
+ using ::acos _LIBCPP_USING_IF_EXISTS;
15
+ using ::acosf _LIBCPP_USING_IF_EXISTS;
16
+ using ::acosl _LIBCPP_USING_IF_EXISTS;
17
+
18
+ using ::asin _LIBCPP_USING_IF_EXISTS;
19
+ using ::asinf _LIBCPP_USING_IF_EXISTS;
20
+ using ::asinl _LIBCPP_USING_IF_EXISTS;
21
+
22
+ using ::atan _LIBCPP_USING_IF_EXISTS;
23
+ using ::atanf _LIBCPP_USING_IF_EXISTS;
24
+ using ::atanl _LIBCPP_USING_IF_EXISTS;
25
+
26
+ using ::atan2 _LIBCPP_USING_IF_EXISTS;
27
+ using ::atan2f _LIBCPP_USING_IF_EXISTS;
28
+ using ::atan2l _LIBCPP_USING_IF_EXISTS;
29
+
30
+ using ::cos _LIBCPP_USING_IF_EXISTS;
31
+ using ::cosf _LIBCPP_USING_IF_EXISTS;
32
+ using ::cosl _LIBCPP_USING_IF_EXISTS;
33
+
34
+ using ::sin _LIBCPP_USING_IF_EXISTS;
35
+ using ::sinf _LIBCPP_USING_IF_EXISTS;
36
+ using ::sinl _LIBCPP_USING_IF_EXISTS;
37
+
38
+ using ::tan _LIBCPP_USING_IF_EXISTS;
39
+ using ::tanf _LIBCPP_USING_IF_EXISTS;
40
+ using ::tanl _LIBCPP_USING_IF_EXISTS;
41
+
42
+ using ::acosh _LIBCPP_USING_IF_EXISTS;
43
+ using ::acoshf _LIBCPP_USING_IF_EXISTS;
44
+ using ::acoshl _LIBCPP_USING_IF_EXISTS;
45
+
46
+ using ::asinh _LIBCPP_USING_IF_EXISTS;
47
+ using ::asinhf _LIBCPP_USING_IF_EXISTS;
48
+ using ::asinhl _LIBCPP_USING_IF_EXISTS;
49
+
50
+ using ::atanh _LIBCPP_USING_IF_EXISTS;
51
+ using ::atanhf _LIBCPP_USING_IF_EXISTS;
52
+ using ::atanhl _LIBCPP_USING_IF_EXISTS;
53
+
54
+ using ::cosh _LIBCPP_USING_IF_EXISTS;
55
+ using ::coshf _LIBCPP_USING_IF_EXISTS;
56
+ using ::coshl _LIBCPP_USING_IF_EXISTS;
57
+
58
+ using ::sinh _LIBCPP_USING_IF_EXISTS;
59
+ using ::sinhf _LIBCPP_USING_IF_EXISTS;
60
+ using ::sinhl _LIBCPP_USING_IF_EXISTS;
61
+
62
+ using ::tanh _LIBCPP_USING_IF_EXISTS;
63
+ using ::tanhf _LIBCPP_USING_IF_EXISTS;
64
+ using ::tanhl _LIBCPP_USING_IF_EXISTS;
65
+
66
+ using ::exp _LIBCPP_USING_IF_EXISTS;
67
+ using ::expf _LIBCPP_USING_IF_EXISTS;
68
+ using ::expl _LIBCPP_USING_IF_EXISTS;
69
+
70
+ using ::exp2 _LIBCPP_USING_IF_EXISTS;
71
+ using ::exp2f _LIBCPP_USING_IF_EXISTS;
72
+ using ::exp2l _LIBCPP_USING_IF_EXISTS;
73
+
74
+ using ::expm1 _LIBCPP_USING_IF_EXISTS;
75
+ using ::expm1f _LIBCPP_USING_IF_EXISTS;
76
+ using ::expm1l _LIBCPP_USING_IF_EXISTS;
77
+
78
+ using ::frexp _LIBCPP_USING_IF_EXISTS;
79
+ using ::frexpf _LIBCPP_USING_IF_EXISTS;
80
+ using ::frexpl _LIBCPP_USING_IF_EXISTS;
81
+
82
+ using ::ilogb _LIBCPP_USING_IF_EXISTS;
83
+ using ::ilogbf _LIBCPP_USING_IF_EXISTS;
84
+ using ::ilogbl _LIBCPP_USING_IF_EXISTS;
85
+
86
+ using ::ldexp _LIBCPP_USING_IF_EXISTS;
87
+ using ::ldexpf _LIBCPP_USING_IF_EXISTS;
88
+ using ::ldexpl _LIBCPP_USING_IF_EXISTS;
89
+
90
+ using ::log _LIBCPP_USING_IF_EXISTS;
91
+ using ::logf _LIBCPP_USING_IF_EXISTS;
92
+ using ::logl _LIBCPP_USING_IF_EXISTS;
93
+
94
+ using ::log10 _LIBCPP_USING_IF_EXISTS;
95
+ using ::log10f _LIBCPP_USING_IF_EXISTS;
96
+ using ::log10l _LIBCPP_USING_IF_EXISTS;
97
+
98
+ using ::log1p _LIBCPP_USING_IF_EXISTS;
99
+ using ::log1pf _LIBCPP_USING_IF_EXISTS;
100
+ using ::log1pl _LIBCPP_USING_IF_EXISTS;
101
+
102
+ using ::log2 _LIBCPP_USING_IF_EXISTS;
103
+ using ::log2f _LIBCPP_USING_IF_EXISTS;
104
+ using ::log2l _LIBCPP_USING_IF_EXISTS;
105
+
106
+ using ::logb _LIBCPP_USING_IF_EXISTS;
107
+ using ::logbf _LIBCPP_USING_IF_EXISTS;
108
+ using ::logbl _LIBCPP_USING_IF_EXISTS;
109
+
110
+ using ::modf _LIBCPP_USING_IF_EXISTS;
111
+ using ::modff _LIBCPP_USING_IF_EXISTS;
112
+ using ::modfl _LIBCPP_USING_IF_EXISTS;
113
+
114
+ using ::scalbn _LIBCPP_USING_IF_EXISTS;
115
+ using ::scalbnf _LIBCPP_USING_IF_EXISTS;
116
+ using ::scalbnl _LIBCPP_USING_IF_EXISTS;
117
+
118
+ using ::scalbln _LIBCPP_USING_IF_EXISTS;
119
+ using ::scalblnf _LIBCPP_USING_IF_EXISTS;
120
+ using ::scalblnl _LIBCPP_USING_IF_EXISTS;
121
+
122
+ using ::cbrt _LIBCPP_USING_IF_EXISTS;
123
+ using ::cbrtf _LIBCPP_USING_IF_EXISTS;
124
+ using ::cbrtl _LIBCPP_USING_IF_EXISTS;
125
+
126
+ // [c.math.abs], absolute values
127
+ using ::abs _LIBCPP_USING_IF_EXISTS;
128
+
129
+ using ::fabs _LIBCPP_USING_IF_EXISTS;
130
+ using ::fabsf _LIBCPP_USING_IF_EXISTS;
131
+ using ::fabsl _LIBCPP_USING_IF_EXISTS;
132
+
133
+ using ::hypot _LIBCPP_USING_IF_EXISTS;
134
+ using ::hypotf _LIBCPP_USING_IF_EXISTS;
135
+ using ::hypotl _LIBCPP_USING_IF_EXISTS;
136
+
137
+ // [c.math.hypot3], three-dimensional hypotenuse
138
+
139
+ using ::pow _LIBCPP_USING_IF_EXISTS;
140
+ using ::powf _LIBCPP_USING_IF_EXISTS;
141
+ using ::powl _LIBCPP_USING_IF_EXISTS;
142
+
143
+ using ::sqrt _LIBCPP_USING_IF_EXISTS;
144
+ using ::sqrtf _LIBCPP_USING_IF_EXISTS;
145
+ using ::sqrtl _LIBCPP_USING_IF_EXISTS;
146
+
147
+ using ::erf _LIBCPP_USING_IF_EXISTS;
148
+ using ::erff _LIBCPP_USING_IF_EXISTS;
149
+ using ::erfl _LIBCPP_USING_IF_EXISTS;
150
+
151
+ using ::erfc _LIBCPP_USING_IF_EXISTS;
152
+ using ::erfcf _LIBCPP_USING_IF_EXISTS;
153
+ using ::erfcl _LIBCPP_USING_IF_EXISTS;
154
+
155
+ using ::lgamma _LIBCPP_USING_IF_EXISTS;
156
+ using ::lgammaf _LIBCPP_USING_IF_EXISTS;
157
+ using ::lgammal _LIBCPP_USING_IF_EXISTS;
158
+
159
+ using ::tgamma _LIBCPP_USING_IF_EXISTS;
160
+ using ::tgammaf _LIBCPP_USING_IF_EXISTS;
161
+ using ::tgammal _LIBCPP_USING_IF_EXISTS;
162
+
163
+ using ::ceil _LIBCPP_USING_IF_EXISTS;
164
+ using ::ceilf _LIBCPP_USING_IF_EXISTS;
165
+ using ::ceill _LIBCPP_USING_IF_EXISTS;
166
+
167
+ using ::floor _LIBCPP_USING_IF_EXISTS;
168
+ using ::floorf _LIBCPP_USING_IF_EXISTS;
169
+ using ::floorl _LIBCPP_USING_IF_EXISTS;
170
+
171
+ using ::nearbyint _LIBCPP_USING_IF_EXISTS;
172
+ using ::nearbyintf _LIBCPP_USING_IF_EXISTS;
173
+ using ::nearbyintl _LIBCPP_USING_IF_EXISTS;
174
+
175
+ using ::rint _LIBCPP_USING_IF_EXISTS;
176
+ using ::rintf _LIBCPP_USING_IF_EXISTS;
177
+ using ::rintl _LIBCPP_USING_IF_EXISTS;
178
+
179
+ using ::lrint _LIBCPP_USING_IF_EXISTS;
180
+ using ::lrintf _LIBCPP_USING_IF_EXISTS;
181
+ using ::lrintl _LIBCPP_USING_IF_EXISTS;
182
+
183
+ using ::llrint _LIBCPP_USING_IF_EXISTS;
184
+ using ::llrintf _LIBCPP_USING_IF_EXISTS;
185
+ using ::llrintl _LIBCPP_USING_IF_EXISTS;
186
+
187
+ using ::round _LIBCPP_USING_IF_EXISTS;
188
+ using ::roundf _LIBCPP_USING_IF_EXISTS;
189
+ using ::roundl _LIBCPP_USING_IF_EXISTS;
190
+
191
+ using ::lround _LIBCPP_USING_IF_EXISTS;
192
+ using ::lroundf _LIBCPP_USING_IF_EXISTS;
193
+ using ::lroundl _LIBCPP_USING_IF_EXISTS;
194
+
195
+ using ::llround _LIBCPP_USING_IF_EXISTS;
196
+ using ::llroundf _LIBCPP_USING_IF_EXISTS;
197
+ using ::llroundl _LIBCPP_USING_IF_EXISTS;
198
+
199
+ using ::trunc _LIBCPP_USING_IF_EXISTS;
200
+ using ::truncf _LIBCPP_USING_IF_EXISTS;
201
+ using ::truncl _LIBCPP_USING_IF_EXISTS;
202
+
203
+ using ::fmod _LIBCPP_USING_IF_EXISTS;
204
+ using ::fmodf _LIBCPP_USING_IF_EXISTS;
205
+ using ::fmodl _LIBCPP_USING_IF_EXISTS;
206
+
207
+ using ::remainder _LIBCPP_USING_IF_EXISTS;
208
+ using ::remainderf _LIBCPP_USING_IF_EXISTS;
209
+ using ::remainderl _LIBCPP_USING_IF_EXISTS;
210
+
211
+ using ::remquo _LIBCPP_USING_IF_EXISTS;
212
+ using ::remquof _LIBCPP_USING_IF_EXISTS;
213
+ using ::remquol _LIBCPP_USING_IF_EXISTS;
214
+
215
+ using ::copysign _LIBCPP_USING_IF_EXISTS;
216
+ using ::copysignf _LIBCPP_USING_IF_EXISTS;
217
+ using ::copysignl _LIBCPP_USING_IF_EXISTS;
218
+
219
+ using ::nan _LIBCPP_USING_IF_EXISTS;
220
+ using ::nanf _LIBCPP_USING_IF_EXISTS;
221
+ using ::nanl _LIBCPP_USING_IF_EXISTS;
222
+
223
+ using ::nextafter _LIBCPP_USING_IF_EXISTS;
224
+ using ::nextafterf _LIBCPP_USING_IF_EXISTS;
225
+ using ::nextafterl _LIBCPP_USING_IF_EXISTS;
226
+
227
+ using ::nexttoward _LIBCPP_USING_IF_EXISTS;
228
+ using ::nexttowardf _LIBCPP_USING_IF_EXISTS;
229
+ using ::nexttowardl _LIBCPP_USING_IF_EXISTS;
230
+
231
+ using ::fdim _LIBCPP_USING_IF_EXISTS;
232
+ using ::fdimf _LIBCPP_USING_IF_EXISTS;
233
+ using ::fdiml _LIBCPP_USING_IF_EXISTS;
234
+
235
+ using ::fmax _LIBCPP_USING_IF_EXISTS;
236
+ using ::fmaxf _LIBCPP_USING_IF_EXISTS;
237
+ using ::fmaxl _LIBCPP_USING_IF_EXISTS;
238
+
239
+ using ::fmin _LIBCPP_USING_IF_EXISTS;
240
+ using ::fminf _LIBCPP_USING_IF_EXISTS;
241
+ using ::fminl _LIBCPP_USING_IF_EXISTS;
242
+
243
+ using ::fma _LIBCPP_USING_IF_EXISTS;
244
+ using ::fmaf _LIBCPP_USING_IF_EXISTS;
245
+ using ::fmal _LIBCPP_USING_IF_EXISTS;
246
+
247
+ // [c.math.lerp], linear interpolation
248
+ // [support.c.headers.other]/1
249
+ // ... placed within the global namespace scope, except for the functions
250
+ // described in [sf.cmath], the std::lerp function overloads ([c.math.lerp])
251
+ // ...
252
+
253
+ // [c.math.fpclass], classification / comparison functions
254
+ using ::fpclassify _LIBCPP_USING_IF_EXISTS;
255
+ using ::isfinite _LIBCPP_USING_IF_EXISTS;
256
+ using ::isgreater _LIBCPP_USING_IF_EXISTS;
257
+ using ::isgreaterequal _LIBCPP_USING_IF_EXISTS;
258
+ using ::isinf _LIBCPP_USING_IF_EXISTS;
259
+ using ::isless _LIBCPP_USING_IF_EXISTS;
260
+ using ::islessequal _LIBCPP_USING_IF_EXISTS;
261
+ using ::islessgreater _LIBCPP_USING_IF_EXISTS;
262
+ using ::isnan _LIBCPP_USING_IF_EXISTS;
263
+ using ::isnormal _LIBCPP_USING_IF_EXISTS;
264
+ using ::isunordered _LIBCPP_USING_IF_EXISTS;
265
+ using ::signbit _LIBCPP_USING_IF_EXISTS;
266
+
267
+ // [sf.cmath], mathematical special functions
268
+ } // export
@@ -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 {
11
+ using ::jmp_buf _LIBCPP_USING_IF_EXISTS;
12
+ using ::longjmp _LIBCPP_USING_IF_EXISTS;
13
+ } // export
@@ -0,0 +1,17 @@
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 {
11
+ using ::sig_atomic_t _LIBCPP_USING_IF_EXISTS;
12
+
13
+ // [support.signal], signal handlers
14
+ using ::signal _LIBCPP_USING_IF_EXISTS;
15
+
16
+ using ::raise _LIBCPP_USING_IF_EXISTS;
17
+ } // export
@@ -0,0 +1,10 @@
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 { using ::va_list _LIBCPP_USING_IF_EXISTS; } // export
@@ -0,0 +1,22 @@
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 {
11
+ using ::max_align_t _LIBCPP_USING_IF_EXISTS;
12
+ using ::nullptr_t;
13
+ using ::ptrdiff_t _LIBCPP_USING_IF_EXISTS;
14
+ using ::size_t _LIBCPP_USING_IF_EXISTS;
15
+
16
+ // [support.c.headers]/1
17
+ // ... placed within the global namespace scope, except for ... the
18
+ // declaration of std::byte ([cstddef.syn]), and the functions and
19
+ // function templates described in [support.types.byteops]. ...
20
+
21
+ // [support.types.byteops], byte type operations
22
+ } // export
@@ -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 {
11
+ // signed
12
+ using ::int8_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::int16_t _LIBCPP_USING_IF_EXISTS;
14
+ using ::int32_t _LIBCPP_USING_IF_EXISTS;
15
+ using ::int64_t _LIBCPP_USING_IF_EXISTS;
16
+
17
+ using ::int_fast16_t _LIBCPP_USING_IF_EXISTS;
18
+ using ::int_fast32_t _LIBCPP_USING_IF_EXISTS;
19
+ using ::int_fast64_t _LIBCPP_USING_IF_EXISTS;
20
+ using ::int_fast8_t _LIBCPP_USING_IF_EXISTS;
21
+
22
+ using ::int_least16_t _LIBCPP_USING_IF_EXISTS;
23
+ using ::int_least32_t _LIBCPP_USING_IF_EXISTS;
24
+ using ::int_least64_t _LIBCPP_USING_IF_EXISTS;
25
+ using ::int_least8_t _LIBCPP_USING_IF_EXISTS;
26
+
27
+ using ::intmax_t _LIBCPP_USING_IF_EXISTS;
28
+
29
+ using ::intptr_t _LIBCPP_USING_IF_EXISTS;
30
+
31
+ // unsigned
32
+ using ::uint8_t _LIBCPP_USING_IF_EXISTS;
33
+ using ::uint16_t _LIBCPP_USING_IF_EXISTS;
34
+ using ::uint32_t _LIBCPP_USING_IF_EXISTS;
35
+ using ::uint64_t _LIBCPP_USING_IF_EXISTS;
36
+
37
+ using ::uint_fast16_t _LIBCPP_USING_IF_EXISTS;
38
+ using ::uint_fast32_t _LIBCPP_USING_IF_EXISTS;
39
+ using ::uint_fast64_t _LIBCPP_USING_IF_EXISTS;
40
+ using ::uint_fast8_t _LIBCPP_USING_IF_EXISTS;
41
+
42
+ using ::uint_least16_t _LIBCPP_USING_IF_EXISTS;
43
+ using ::uint_least32_t _LIBCPP_USING_IF_EXISTS;
44
+ using ::uint_least64_t _LIBCPP_USING_IF_EXISTS;
45
+ using ::uint_least8_t _LIBCPP_USING_IF_EXISTS;
46
+
47
+ using ::uintmax_t _LIBCPP_USING_IF_EXISTS;
48
+
49
+ using ::uintptr_t _LIBCPP_USING_IF_EXISTS;
50
+ } // export
@@ -0,0 +1,61 @@
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 {
11
+ using ::FILE _LIBCPP_USING_IF_EXISTS;
12
+ using ::fpos_t _LIBCPP_USING_IF_EXISTS;
13
+ using ::size_t _LIBCPP_USING_IF_EXISTS;
14
+
15
+ using ::clearerr _LIBCPP_USING_IF_EXISTS;
16
+ using ::fclose _LIBCPP_USING_IF_EXISTS;
17
+ using ::feof _LIBCPP_USING_IF_EXISTS;
18
+ using ::ferror _LIBCPP_USING_IF_EXISTS;
19
+ using ::fflush _LIBCPP_USING_IF_EXISTS;
20
+ using ::fgetc _LIBCPP_USING_IF_EXISTS;
21
+ using ::fgetpos _LIBCPP_USING_IF_EXISTS;
22
+ using ::fgets _LIBCPP_USING_IF_EXISTS;
23
+ using ::fopen _LIBCPP_USING_IF_EXISTS;
24
+ using ::fprintf _LIBCPP_USING_IF_EXISTS;
25
+ using ::fputc _LIBCPP_USING_IF_EXISTS;
26
+ using ::fputs _LIBCPP_USING_IF_EXISTS;
27
+ using ::fread _LIBCPP_USING_IF_EXISTS;
28
+ using ::freopen _LIBCPP_USING_IF_EXISTS;
29
+ using ::fscanf _LIBCPP_USING_IF_EXISTS;
30
+ using ::fseek _LIBCPP_USING_IF_EXISTS;
31
+ using ::fsetpos _LIBCPP_USING_IF_EXISTS;
32
+ using ::ftell _LIBCPP_USING_IF_EXISTS;
33
+ using ::fwrite _LIBCPP_USING_IF_EXISTS;
34
+ using ::getc _LIBCPP_USING_IF_EXISTS;
35
+ using ::getchar _LIBCPP_USING_IF_EXISTS;
36
+ using ::perror _LIBCPP_USING_IF_EXISTS;
37
+ using ::printf _LIBCPP_USING_IF_EXISTS;
38
+ using ::putc _LIBCPP_USING_IF_EXISTS;
39
+ using ::putchar _LIBCPP_USING_IF_EXISTS;
40
+ using ::puts _LIBCPP_USING_IF_EXISTS;
41
+ using ::remove _LIBCPP_USING_IF_EXISTS;
42
+ using ::rename _LIBCPP_USING_IF_EXISTS;
43
+ using ::rewind _LIBCPP_USING_IF_EXISTS;
44
+ using ::scanf _LIBCPP_USING_IF_EXISTS;
45
+ using ::setbuf _LIBCPP_USING_IF_EXISTS;
46
+ using ::setvbuf _LIBCPP_USING_IF_EXISTS;
47
+ using ::snprintf _LIBCPP_USING_IF_EXISTS;
48
+ using ::sprintf _LIBCPP_USING_IF_EXISTS;
49
+ using ::sscanf _LIBCPP_USING_IF_EXISTS;
50
+ using ::tmpfile _LIBCPP_USING_IF_EXISTS;
51
+ using ::tmpnam _LIBCPP_USING_IF_EXISTS;
52
+ using ::ungetc _LIBCPP_USING_IF_EXISTS;
53
+ using ::vfprintf _LIBCPP_USING_IF_EXISTS;
54
+ using ::vfscanf _LIBCPP_USING_IF_EXISTS;
55
+ using ::vprintf _LIBCPP_USING_IF_EXISTS;
56
+ using ::vscanf _LIBCPP_USING_IF_EXISTS;
57
+ using ::vsnprintf _LIBCPP_USING_IF_EXISTS;
58
+ using ::vsprintf _LIBCPP_USING_IF_EXISTS;
59
+ using ::vsscanf _LIBCPP_USING_IF_EXISTS;
60
+
61
+ } // export