__std_clang_module 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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. // WARNING, this entire header is generated by
  10. // utils/generate_std_clang_module_header.py
  11. // DO NOT MODIFY!
  12. // This header should not be directly included, it's exclusively to import all
  13. // of the libc++ public clang modules for the `std` clang module to export. In
  14. // other words, it's to facilitate `@import std;` in Objective-C++ and `import std`
  15. // in Swift to expose all of the libc++ interfaces. This is generally not
  16. // recommended, however there are some clients that need to import all of libc++
  17. // without knowing what "all" is.
  18. #if !__building_module(std)
  19. # error "Do not include this header directly, include individual headers instead"
  20. #endif
  21. #include <__config>
  22. #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
  23. # pragma GCC system_header
  24. #endif
  25. #include <algorithm>
  26. #include <any>
  27. #include <array>
  28. #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
  29. # include <atomic>
  30. #endif
  31. #if !defined(_LIBCPP_HAS_NO_THREADS)
  32. # include <barrier>
  33. #endif
  34. #include <bit>
  35. #include <bitset>
  36. #include <cassert>
  37. #include <ccomplex>
  38. #include <cctype>
  39. #include <cerrno>
  40. #include <cfenv>
  41. #include <cfloat>
  42. #include <charconv>
  43. #include <chrono>
  44. #include <cinttypes>
  45. #include <ciso646>
  46. #include <climits>
  47. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  48. # include <clocale>
  49. #endif
  50. #include <cmath>
  51. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  52. # include <codecvt>
  53. #endif
  54. #include <compare>
  55. #include <complex.h>
  56. #include <complex>
  57. #include <concepts>
  58. #include <condition_variable>
  59. #include <coroutine>
  60. #include <csetjmp>
  61. #include <csignal>
  62. #include <cstdarg>
  63. #include <cstdbool>
  64. #include <cstddef>
  65. #include <cstdint>
  66. #include <cstdio>
  67. #include <cstdlib>
  68. #include <cstring>
  69. #include <ctgmath>
  70. #include <ctime>
  71. #include <ctype.h>
  72. #include <cuchar>
  73. #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  74. # include <cwchar>
  75. #endif
  76. #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  77. # include <cwctype>
  78. #endif
  79. #include <deque>
  80. #include <errno.h>
  81. #include <exception>
  82. #include <execution>
  83. #include <expected>
  84. #include <experimental/deque>
  85. #include <experimental/forward_list>
  86. #include <experimental/iterator>
  87. #include <experimental/list>
  88. #include <experimental/map>
  89. #include <experimental/memory_resource>
  90. #include <experimental/propagate_const>
  91. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  92. # include <experimental/regex>
  93. #endif
  94. #include <experimental/set>
  95. #include <experimental/simd>
  96. #include <experimental/string>
  97. #include <experimental/type_traits>
  98. #include <experimental/unordered_map>
  99. #include <experimental/unordered_set>
  100. #include <experimental/utility>
  101. #include <experimental/vector>
  102. #include <fenv.h>
  103. #include <filesystem>
  104. #include <float.h>
  105. #include <format>
  106. #include <forward_list>
  107. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  108. # include <fstream>
  109. #endif
  110. #include <functional>
  111. #if !defined(_LIBCPP_HAS_NO_THREADS)
  112. # include <future>
  113. #endif
  114. #include <initializer_list>
  115. #include <inttypes.h>
  116. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  117. # include <iomanip>
  118. #endif
  119. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  120. # include <ios>
  121. #endif
  122. #include <iosfwd>
  123. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  124. # include <iostream>
  125. #endif
  126. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  127. # include <istream>
  128. #endif
  129. #include <iterator>
  130. #if !defined(_LIBCPP_HAS_NO_THREADS)
  131. # include <latch>
  132. #endif
  133. #include <limits.h>
  134. #include <limits>
  135. #include <list>
  136. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  137. # include <locale.h>
  138. #endif
  139. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  140. # include <locale>
  141. #endif
  142. #include <map>
  143. #include <math.h>
  144. #include <mdspan>
  145. #include <memory>
  146. #include <memory_resource>
  147. #include <mutex>
  148. #include <new>
  149. #include <numbers>
  150. #include <numeric>
  151. #include <optional>
  152. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  153. # include <ostream>
  154. #endif
  155. #include <print>
  156. #include <queue>
  157. #include <random>
  158. #include <ranges>
  159. #include <ratio>
  160. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  161. # include <regex>
  162. #endif
  163. #include <scoped_allocator>
  164. #if !defined(_LIBCPP_HAS_NO_THREADS)
  165. # include <semaphore>
  166. #endif
  167. #include <set>
  168. #include <setjmp.h>
  169. #if !defined(_LIBCPP_HAS_NO_THREADS)
  170. # include <shared_mutex>
  171. #endif
  172. #include <source_location>
  173. #include <span>
  174. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  175. # include <sstream>
  176. #endif
  177. #include <stack>
  178. #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
  179. # include <stdatomic.h>
  180. #endif
  181. #include <stdbool.h>
  182. #include <stddef.h>
  183. #include <stdexcept>
  184. #include <stdint.h>
  185. #include <stdio.h>
  186. #include <stdlib.h>
  187. #if !defined(_LIBCPP_HAS_NO_THREADS)
  188. # include <stop_token>
  189. #endif
  190. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  191. # include <streambuf>
  192. #endif
  193. #include <string.h>
  194. #include <string>
  195. #include <string_view>
  196. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  197. # include <strstream>
  198. #endif
  199. #include <system_error>
  200. #include <tgmath.h>
  201. #if !defined(_LIBCPP_HAS_NO_THREADS)
  202. # include <thread>
  203. #endif
  204. #include <tuple>
  205. #include <type_traits>
  206. #include <typeindex>
  207. #include <typeinfo>
  208. #include <uchar.h>
  209. #include <unordered_map>
  210. #include <unordered_set>
  211. #include <utility>
  212. #include <valarray>
  213. #include <variant>
  214. #include <vector>
  215. #include <version>
  216. #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  217. # include <wchar.h>
  218. #endif
  219. #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  220. # include <wctype.h>
  221. #endif