__std_clang_module 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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/iterator>
  85. #include <experimental/memory>
  86. #include <experimental/propagate_const>
  87. #include <experimental/simd>
  88. #include <experimental/type_traits>
  89. #include <experimental/utility>
  90. #include <fenv.h>
  91. #include <filesystem>
  92. #include <float.h>
  93. #include <format>
  94. #include <forward_list>
  95. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  96. # include <fstream>
  97. #endif
  98. #include <functional>
  99. #if !defined(_LIBCPP_HAS_NO_THREADS)
  100. # include <future>
  101. #endif
  102. #include <initializer_list>
  103. #include <inttypes.h>
  104. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  105. # include <iomanip>
  106. #endif
  107. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  108. # include <ios>
  109. #endif
  110. #include <iosfwd>
  111. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  112. # include <iostream>
  113. #endif
  114. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  115. # include <istream>
  116. #endif
  117. #include <iterator>
  118. #if !defined(_LIBCPP_HAS_NO_THREADS)
  119. # include <latch>
  120. #endif
  121. #include <limits>
  122. #include <list>
  123. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  124. # include <locale.h>
  125. #endif
  126. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  127. # include <locale>
  128. #endif
  129. #include <map>
  130. #include <math.h>
  131. #include <mdspan>
  132. #include <memory>
  133. #include <memory_resource>
  134. #include <mutex>
  135. #include <new>
  136. #include <numbers>
  137. #include <numeric>
  138. #include <optional>
  139. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  140. # include <ostream>
  141. #endif
  142. #include <print>
  143. #include <queue>
  144. #include <random>
  145. #include <ranges>
  146. #include <ratio>
  147. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  148. # include <regex>
  149. #endif
  150. #include <scoped_allocator>
  151. #if !defined(_LIBCPP_HAS_NO_THREADS)
  152. # include <semaphore>
  153. #endif
  154. #include <set>
  155. #if !defined(_LIBCPP_HAS_NO_THREADS)
  156. # include <shared_mutex>
  157. #endif
  158. #include <source_location>
  159. #include <span>
  160. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  161. # include <sstream>
  162. #endif
  163. #include <stack>
  164. #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
  165. # include <stdatomic.h>
  166. #endif
  167. #include <stdbool.h>
  168. #include <stddef.h>
  169. #include <stdexcept>
  170. #include <stdint.h>
  171. #include <stdio.h>
  172. #include <stdlib.h>
  173. #if !defined(_LIBCPP_HAS_NO_THREADS)
  174. # include <stop_token>
  175. #endif
  176. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  177. # include <streambuf>
  178. #endif
  179. #include <string.h>
  180. #include <string>
  181. #include <string_view>
  182. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  183. # include <strstream>
  184. #endif
  185. #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
  186. # include <syncstream>
  187. #endif
  188. #include <system_error>
  189. #include <tgmath.h>
  190. #if !defined(_LIBCPP_HAS_NO_THREADS)
  191. # include <thread>
  192. #endif
  193. #include <tuple>
  194. #include <type_traits>
  195. #include <typeindex>
  196. #include <typeinfo>
  197. #include <uchar.h>
  198. #include <unordered_map>
  199. #include <unordered_set>
  200. #include <utility>
  201. #include <valarray>
  202. #include <variant>
  203. #include <vector>
  204. #include <version>
  205. #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  206. # include <wchar.h>
  207. #endif
  208. #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
  209. # include <wctype.h>
  210. #endif