Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/c++/v1/__cxx03/__std_clang_module is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 //===----------------------------------------------------------------------===//
0003 //
0004 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0005 // See https://llvm.org/LICENSE.txt for license information.
0006 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0007 //
0008 //===----------------------------------------------------------------------===//
0009 
0010 // WARNING, this entire header is generated by
0011 // utils/generate_std_clang_module_header.py
0012 // DO NOT MODIFY!
0013 
0014 // This header should not be directly included, it's exclusively to import all
0015 // of the libc++ public clang modules for the `std` clang module to export. In
0016 // other words, it's to facilitate `@import std;` in Objective-C++ and `import std`
0017 // in Swift to expose all of the libc++ interfaces. This is generally not
0018 // recommended, however there are some clients that need to import all of libc++
0019 // without knowing what "all" is.
0020 #if !__building_module(std)
0021 #  error "Do not include this header directly, include individual headers instead"
0022 #endif
0023 
0024 #include <__cxx03/__config>
0025 
0026 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
0027 #  pragma GCC system_header
0028 #endif
0029 
0030 #include <__cxx03/algorithm>
0031 #include <__cxx03/any>
0032 #include <__cxx03/array>
0033 #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
0034 #  include <__cxx03/atomic>
0035 #endif
0036 #if !defined(_LIBCPP_HAS_NO_THREADS)
0037 #  include <__cxx03/barrier>
0038 #endif
0039 #include <__cxx03/bit>
0040 #include <__cxx03/bitset>
0041 #include <__cxx03/cassert>
0042 #include <__cxx03/ccomplex>
0043 #include <__cxx03/cctype>
0044 #include <__cxx03/cerrno>
0045 #include <__cxx03/cfenv>
0046 #include <__cxx03/cfloat>
0047 #include <__cxx03/charconv>
0048 #include <__cxx03/chrono>
0049 #include <__cxx03/cinttypes>
0050 #include <__cxx03/ciso646>
0051 #include <__cxx03/climits>
0052 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0053 #  include <__cxx03/clocale>
0054 #endif
0055 #include <__cxx03/cmath>
0056 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0057 #  include <__cxx03/codecvt>
0058 #endif
0059 #include <__cxx03/compare>
0060 #include <__cxx03/complex.h>
0061 #include <__cxx03/complex>
0062 #include <__cxx03/concepts>
0063 #include <__cxx03/condition_variable>
0064 #include <__cxx03/coroutine>
0065 #include <__cxx03/csetjmp>
0066 #include <__cxx03/csignal>
0067 #include <__cxx03/cstdarg>
0068 #include <__cxx03/cstdbool>
0069 #include <__cxx03/cstddef>
0070 #include <__cxx03/cstdint>
0071 #include <__cxx03/cstdio>
0072 #include <__cxx03/cstdlib>
0073 #include <__cxx03/cstring>
0074 #include <__cxx03/ctgmath>
0075 #include <__cxx03/ctime>
0076 #include <__cxx03/ctype.h>
0077 #include <__cxx03/cuchar>
0078 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
0079 #  include <__cxx03/cwchar>
0080 #endif
0081 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
0082 #  include <__cxx03/cwctype>
0083 #endif
0084 #include <__cxx03/deque>
0085 #include <__cxx03/errno.h>
0086 #include <__cxx03/exception>
0087 #include <__cxx03/execution>
0088 #include <__cxx03/expected>
0089 #include <__cxx03/experimental/iterator>
0090 #include <__cxx03/experimental/memory>
0091 #include <__cxx03/experimental/propagate_const>
0092 #include <__cxx03/experimental/simd>
0093 #include <__cxx03/experimental/type_traits>
0094 #include <__cxx03/experimental/utility>
0095 #include <__cxx03/fenv.h>
0096 #include <__cxx03/filesystem>
0097 #include <__cxx03/float.h>
0098 #include <__cxx03/format>
0099 #include <__cxx03/forward_list>
0100 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0101 #  include <__cxx03/fstream>
0102 #endif
0103 #include <__cxx03/functional>
0104 #if !defined(_LIBCPP_HAS_NO_THREADS)
0105 #  include <__cxx03/future>
0106 #endif
0107 #include <__cxx03/initializer_list>
0108 #include <__cxx03/inttypes.h>
0109 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0110 #  include <__cxx03/iomanip>
0111 #endif
0112 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0113 #  include <__cxx03/ios>
0114 #endif
0115 #include <__cxx03/iosfwd>
0116 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0117 #  include <__cxx03/iostream>
0118 #endif
0119 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0120 #  include <__cxx03/istream>
0121 #endif
0122 #include <__cxx03/iterator>
0123 #if !defined(_LIBCPP_HAS_NO_THREADS)
0124 #  include <__cxx03/latch>
0125 #endif
0126 #include <__cxx03/limits>
0127 #include <__cxx03/list>
0128 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0129 #  include <__cxx03/locale.h>
0130 #endif
0131 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0132 #  include <__cxx03/locale>
0133 #endif
0134 #include <__cxx03/map>
0135 #include <__cxx03/math.h>
0136 #include <__cxx03/mdspan>
0137 #include <__cxx03/memory>
0138 #include <__cxx03/memory_resource>
0139 #include <__cxx03/mutex>
0140 #include <__cxx03/new>
0141 #include <__cxx03/numbers>
0142 #include <__cxx03/numeric>
0143 #include <__cxx03/optional>
0144 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0145 #  include <__cxx03/ostream>
0146 #endif
0147 #include <__cxx03/print>
0148 #include <__cxx03/queue>
0149 #include <__cxx03/random>
0150 #include <__cxx03/ranges>
0151 #include <__cxx03/ratio>
0152 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0153 #  include <__cxx03/regex>
0154 #endif
0155 #include <__cxx03/scoped_allocator>
0156 #if !defined(_LIBCPP_HAS_NO_THREADS)
0157 #  include <__cxx03/semaphore>
0158 #endif
0159 #include <__cxx03/set>
0160 #if !defined(_LIBCPP_HAS_NO_THREADS)
0161 #  include <__cxx03/shared_mutex>
0162 #endif
0163 #include <__cxx03/source_location>
0164 #include <__cxx03/span>
0165 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0166 #  include <__cxx03/sstream>
0167 #endif
0168 #include <__cxx03/stack>
0169 #if !defined(_LIBCPP_HAS_NO_ATOMIC_HEADER)
0170 #  include <__cxx03/stdatomic.h>
0171 #endif
0172 #include <__cxx03/stdbool.h>
0173 #include <__cxx03/stddef.h>
0174 #include <__cxx03/stdexcept>
0175 #include <__cxx03/stdint.h>
0176 #include <__cxx03/stdio.h>
0177 #include <__cxx03/stdlib.h>
0178 #if !defined(_LIBCPP_HAS_NO_THREADS)
0179 #  include <__cxx03/stop_token>
0180 #endif
0181 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0182 #  include <__cxx03/streambuf>
0183 #endif
0184 #include <__cxx03/string.h>
0185 #include <__cxx03/string>
0186 #include <__cxx03/string_view>
0187 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0188 #  include <__cxx03/strstream>
0189 #endif
0190 #if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0191 #  include <__cxx03/syncstream>
0192 #endif
0193 #include <__cxx03/system_error>
0194 #include <__cxx03/tgmath.h>
0195 #if !defined(_LIBCPP_HAS_NO_THREADS)
0196 #  include <__cxx03/thread>
0197 #endif
0198 #include <__cxx03/tuple>
0199 #include <__cxx03/type_traits>
0200 #include <__cxx03/typeindex>
0201 #include <__cxx03/typeinfo>
0202 #include <__cxx03/uchar.h>
0203 #include <__cxx03/unordered_map>
0204 #include <__cxx03/unordered_set>
0205 #include <__cxx03/utility>
0206 #include <__cxx03/valarray>
0207 #include <__cxx03/variant>
0208 #include <__cxx03/vector>
0209 #include <__cxx03/version>
0210 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
0211 #  include <__cxx03/wchar.h>
0212 #endif
0213 #if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
0214 #  include <__cxx03/wctype.h>
0215 #endif