[libc-commits] [libc] [libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (PR #98075)
via libc-commits
libc-commits at lists.llvm.org
Mon Jul 8 14:06:30 PDT 2024
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 73447a3302541c343525570222b318e7f94f9402 7ce568259052d2047d93c2b2e440680958f4bdd9 -- libc/benchmarks/LibcDefaultImplementations.cpp libc/benchmarks/LibcMemoryBenchmarkMain.cpp libc/benchmarks/automemcpy/lib/CodeGen.cpp libc/benchmarks/automemcpy/unittests/CodeGenTest.cpp libc/benchmarks/gpu/BenchmarkLogger.cpp libc/benchmarks/gpu/BenchmarkLogger.h libc/benchmarks/gpu/LibcGpuBenchmark.cpp libc/benchmarks/gpu/LibcGpuBenchmark.h libc/benchmarks/gpu/timing/nvptx/timing.h libc/config/linux/app.h libc/fuzzing/__support/hashtable_fuzz.cpp libc/src/__support/CPP/algorithm.h libc/src/__support/CPP/array.h libc/src/__support/CPP/atomic.h libc/src/__support/CPP/bit.h libc/src/__support/CPP/bitset.h libc/src/__support/CPP/cstddef.h libc/src/__support/CPP/expected.h libc/src/__support/CPP/functional.h libc/src/__support/CPP/iterator.h libc/src/__support/CPP/limits.h libc/src/__support/CPP/mutex.h libc/src/__support/CPP/new.h libc/src/__support/CPP/optional.h libc/src/__support/CPP/span.h libc/src/__support/CPP/string.h libc/src/__support/CPP/string_view.h libc/src/__support/CPP/stringstream.h libc/src/__support/CPP/type_traits/add_lvalue_reference.h libc/src/__support/CPP/type_traits/add_pointer.h libc/src/__support/CPP/type_traits/add_rvalue_reference.h libc/src/__support/CPP/type_traits/aligned_storage.h libc/src/__support/CPP/type_traits/always_false.h libc/src/__support/CPP/type_traits/bool_constant.h libc/src/__support/CPP/type_traits/conditional.h libc/src/__support/CPP/type_traits/decay.h libc/src/__support/CPP/type_traits/enable_if.h libc/src/__support/CPP/type_traits/false_type.h libc/src/__support/CPP/type_traits/integral_constant.h libc/src/__support/CPP/type_traits/invoke.h libc/src/__support/CPP/type_traits/invoke_result.h libc/src/__support/CPP/type_traits/is_arithmetic.h libc/src/__support/CPP/type_traits/is_array.h libc/src/__support/CPP/type_traits/is_base_of.h libc/src/__support/CPP/type_traits/is_class.h libc/src/__support/CPP/type_traits/is_const.h libc/src/__support/CPP/type_traits/is_constant_evaluated.h libc/src/__support/CPP/type_traits/is_convertible.h libc/src/__support/CPP/type_traits/is_destructible.h libc/src/__support/CPP/type_traits/is_enum.h libc/src/__support/CPP/type_traits/is_fixed_point.h libc/src/__support/CPP/type_traits/is_floating_point.h libc/src/__support/CPP/type_traits/is_function.h libc/src/__support/CPP/type_traits/is_integral.h libc/src/__support/CPP/type_traits/is_lvalue_reference.h libc/src/__support/CPP/type_traits/is_member_pointer.h libc/src/__support/CPP/type_traits/is_null_pointer.h libc/src/__support/CPP/type_traits/is_object.h libc/src/__support/CPP/type_traits/is_pointer.h libc/src/__support/CPP/type_traits/is_reference.h libc/src/__support/CPP/type_traits/is_rvalue_reference.h libc/src/__support/CPP/type_traits/is_same.h libc/src/__support/CPP/type_traits/is_scalar.h libc/src/__support/CPP/type_traits/is_signed.h libc/src/__support/CPP/type_traits/is_trivially_constructible.h libc/src/__support/CPP/type_traits/is_trivially_copyable.h libc/src/__support/CPP/type_traits/is_trivially_destructible.h libc/src/__support/CPP/type_traits/is_union.h libc/src/__support/CPP/type_traits/is_unsigned.h libc/src/__support/CPP/type_traits/is_void.h libc/src/__support/CPP/type_traits/make_signed.h libc/src/__support/CPP/type_traits/make_unsigned.h libc/src/__support/CPP/type_traits/remove_all_extents.h libc/src/__support/CPP/type_traits/remove_cv.h libc/src/__support/CPP/type_traits/remove_cvref.h libc/src/__support/CPP/type_traits/remove_extent.h libc/src/__support/CPP/type_traits/remove_reference.h libc/src/__support/CPP/type_traits/true_type.h libc/src/__support/CPP/type_traits/type_identity.h libc/src/__support/CPP/type_traits/void_t.h libc/src/__support/CPP/utility/declval.h libc/src/__support/CPP/utility/forward.h libc/src/__support/CPP/utility/in_place.h libc/src/__support/CPP/utility/integer_sequence.h libc/src/__support/CPP/utility/move.h libc/src/__support/FPUtil/BasicOperations.h libc/src/__support/FPUtil/DivisionAndRemainderOperations.h libc/src/__support/FPUtil/FEnvImpl.h libc/src/__support/FPUtil/FMA.h libc/src/__support/FPUtil/FPBits.h libc/src/__support/FPUtil/Hypot.h libc/src/__support/FPUtil/ManipulationFunctions.h libc/src/__support/FPUtil/NearestIntegerOperations.h libc/src/__support/FPUtil/NormalFloat.h libc/src/__support/FPUtil/PolyEval.h libc/src/__support/FPUtil/aarch64/FEnvImpl.h libc/src/__support/FPUtil/aarch64/fenv_darwin_impl.h libc/src/__support/FPUtil/aarch64/nearest_integer.h libc/src/__support/FPUtil/aarch64/sqrt.h libc/src/__support/FPUtil/arm/FEnvImpl.h libc/src/__support/FPUtil/double_double.h libc/src/__support/FPUtil/dyadic_float.h libc/src/__support/FPUtil/except_value_utils.h libc/src/__support/FPUtil/fpbits_str.h libc/src/__support/FPUtil/generic/FMA.h libc/src/__support/FPUtil/generic/FMod.h libc/src/__support/FPUtil/generic/add_sub.h libc/src/__support/FPUtil/generic/div.h libc/src/__support/FPUtil/generic/sqrt.h libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h libc/src/__support/FPUtil/multiply_add.h libc/src/__support/FPUtil/nearest_integer.h libc/src/__support/FPUtil/riscv/FEnvImpl.h libc/src/__support/FPUtil/riscv/sqrt.h libc/src/__support/FPUtil/rounding_mode.h libc/src/__support/FPUtil/triple_double.h libc/src/__support/FPUtil/x86_64/FEnvImpl.h libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h libc/src/__support/FPUtil/x86_64/NextUpDownLongDouble.h libc/src/__support/FPUtil/x86_64/nearest_integer.h libc/src/__support/FPUtil/x86_64/sqrt.h libc/src/__support/File/dir.cpp libc/src/__support/File/dir.h libc/src/__support/File/file.cpp libc/src/__support/File/file.h libc/src/__support/File/linux/dir.cpp libc/src/__support/File/linux/file.cpp libc/src/__support/File/linux/file.h libc/src/__support/File/linux/lseekImpl.h libc/src/__support/File/linux/stderr.cpp libc/src/__support/File/linux/stdin.cpp libc/src/__support/File/linux/stdout.cpp libc/src/__support/GPU/allocator.cpp libc/src/__support/GPU/allocator.h libc/src/__support/GPU/amdgpu/utils.h libc/src/__support/GPU/generic/utils.h libc/src/__support/GPU/nvptx/utils.h libc/src/__support/GPU/utils.h libc/src/__support/HashTable/bitmask.h libc/src/__support/HashTable/randomness.h libc/src/__support/HashTable/table.h libc/src/__support/OSUtil/baremetal/exit.cpp libc/src/__support/OSUtil/baremetal/io.cpp libc/src/__support/OSUtil/baremetal/io.h libc/src/__support/OSUtil/darwin/arm/syscall.h libc/src/__support/OSUtil/darwin/io.h libc/src/__support/OSUtil/darwin/syscall.h libc/src/__support/OSUtil/exit.h libc/src/__support/OSUtil/fcntl.h libc/src/__support/OSUtil/fuchsia/io.h libc/src/__support/OSUtil/gpu/exit.cpp libc/src/__support/OSUtil/gpu/io.cpp libc/src/__support/OSUtil/gpu/io.h libc/src/__support/OSUtil/linux/aarch64/syscall.h libc/src/__support/OSUtil/linux/arm/syscall.h libc/src/__support/OSUtil/linux/exit.cpp libc/src/__support/OSUtil/linux/fcntl.cpp libc/src/__support/OSUtil/linux/io.h libc/src/__support/OSUtil/linux/riscv/syscall.h libc/src/__support/OSUtil/linux/syscall.h libc/src/__support/OSUtil/linux/x86_64/syscall.h libc/src/__support/RPC/rpc.h libc/src/__support/RPC/rpc_client.cpp libc/src/__support/RPC/rpc_client.h libc/src/__support/RPC/rpc_util.h libc/src/__support/StringUtil/error_to_string.cpp libc/src/__support/StringUtil/error_to_string.h libc/src/__support/StringUtil/message_mapper.h libc/src/__support/StringUtil/signal_to_string.cpp libc/src/__support/StringUtil/signal_to_string.h libc/src/__support/StringUtil/tables/linux_extension_errors.h libc/src/__support/StringUtil/tables/linux_extension_signals.h libc/src/__support/StringUtil/tables/linux_platform_errors.h libc/src/__support/StringUtil/tables/linux_platform_signals.h libc/src/__support/StringUtil/tables/minimal_platform_errors.h libc/src/__support/StringUtil/tables/minimal_platform_signals.h libc/src/__support/StringUtil/tables/posix_errors.h libc/src/__support/StringUtil/tables/posix_signals.h libc/src/__support/StringUtil/tables/signal_table.h libc/src/__support/StringUtil/tables/stdc_errors.h libc/src/__support/StringUtil/tables/stdc_signals.h libc/src/__support/arg_list.h libc/src/__support/big_int.h libc/src/__support/block.h libc/src/__support/blockstore.h libc/src/__support/c_string.h libc/src/__support/char_vector.h libc/src/__support/common.h libc/src/__support/ctype_utils.h libc/src/__support/detailed_powers_of_ten.h libc/src/__support/endian.h libc/src/__support/error_or.h libc/src/__support/fixed_point/fx_bits.h libc/src/__support/fixed_point/fx_rep.h libc/src/__support/fixed_point/sqrt.h libc/src/__support/fixedvector.h libc/src/__support/float_to_string.h libc/src/__support/freelist.h libc/src/__support/freelist_heap.h libc/src/__support/hash.h libc/src/__support/high_precision_decimal.h libc/src/__support/integer_literals.h libc/src/__support/integer_operations.h libc/src/__support/integer_to_string.h libc/src/__support/intrusive_list.h libc/src/__support/libc_assert.h libc/src/__support/macros/optimization.h libc/src/__support/math_extras.h libc/src/__support/memory_size.h libc/src/__support/number_pair.h libc/src/__support/str_to_float.h libc/src/__support/str_to_integer.h libc/src/__support/str_to_num_result.h libc/src/__support/threads/CndVar.h libc/src/__support/threads/callonce.h libc/src/__support/threads/fork_callbacks.cpp libc/src/__support/threads/fork_callbacks.h libc/src/__support/threads/gpu/mutex.h libc/src/__support/threads/linux/CndVar.cpp libc/src/__support/threads/linux/callonce.cpp libc/src/__support/threads/linux/callonce.h libc/src/__support/threads/linux/futex_utils.h libc/src/__support/threads/linux/futex_word.h libc/src/__support/threads/linux/mutex.h libc/src/__support/threads/linux/raw_mutex.h libc/src/__support/threads/linux/rwlock.h libc/src/__support/threads/linux/thread.cpp libc/src/__support/threads/mutex_common.h libc/src/__support/threads/sleep.h libc/src/__support/threads/thread.cpp libc/src/__support/threads/thread.h libc/src/__support/time/linux/abs_timeout.h libc/src/__support/time/linux/clock_conversion.h libc/src/__support/time/linux/clock_gettime.h libc/src/__support/time/linux/monotonicity.h libc/src/__support/time/units.h libc/src/__support/wctype_utils.h libc/src/assert/__assert_fail.h libc/src/assert/generic/__assert_fail.cpp libc/src/assert/gpu/__assert_fail.cpp libc/src/ctype/isalnum.cpp libc/src/ctype/isalnum.h libc/src/ctype/isalpha.cpp libc/src/ctype/isalpha.h libc/src/ctype/isascii.cpp libc/src/ctype/isascii.h libc/src/ctype/isblank.cpp libc/src/ctype/isblank.h libc/src/ctype/iscntrl.cpp libc/src/ctype/iscntrl.h libc/src/ctype/isdigit.cpp libc/src/ctype/isdigit.h libc/src/ctype/isgraph.cpp libc/src/ctype/isgraph.h libc/src/ctype/islower.cpp libc/src/ctype/islower.h libc/src/ctype/isprint.cpp libc/src/ctype/isprint.h libc/src/ctype/ispunct.cpp libc/src/ctype/ispunct.h libc/src/ctype/isspace.cpp libc/src/ctype/isspace.h libc/src/ctype/isupper.cpp libc/src/ctype/isupper.h libc/src/ctype/isxdigit.cpp libc/src/ctype/isxdigit.h libc/src/ctype/toascii.cpp libc/src/ctype/toascii.h libc/src/ctype/tolower.cpp libc/src/ctype/tolower.h libc/src/ctype/toupper.cpp libc/src/ctype/toupper.h libc/src/dirent/closedir.cpp libc/src/dirent/closedir.h libc/src/dirent/dirfd.cpp libc/src/dirent/dirfd.h libc/src/dirent/opendir.cpp libc/src/dirent/opendir.h libc/src/dirent/readdir.cpp libc/src/dirent/readdir.h libc/src/dlfcn/dlclose.cpp libc/src/dlfcn/dlclose.h libc/src/dlfcn/dlerror.cpp libc/src/dlfcn/dlerror.h libc/src/dlfcn/dlopen.cpp libc/src/dlfcn/dlopen.h libc/src/dlfcn/dlsym.cpp libc/src/dlfcn/dlsym.h libc/src/errno/libc_errno.cpp libc/src/errno/libc_errno.h libc/src/fcntl/creat.h libc/src/fcntl/fcntl.h libc/src/fcntl/linux/creat.cpp libc/src/fcntl/linux/fcntl.cpp libc/src/fcntl/linux/open.cpp libc/src/fcntl/linux/openat.cpp libc/src/fcntl/open.h libc/src/fcntl/openat.h libc/src/fenv/feclearexcept.cpp libc/src/fenv/feclearexcept.h libc/src/fenv/fedisableexcept.cpp libc/src/fenv/fedisableexcept.h libc/src/fenv/feenableexcept.cpp libc/src/fenv/feenableexcept.h libc/src/fenv/fegetenv.cpp libc/src/fenv/fegetenv.h libc/src/fenv/fegetexcept.cpp libc/src/fenv/fegetexcept.h libc/src/fenv/fegetexceptflag.cpp libc/src/fenv/fegetexceptflag.h libc/src/fenv/fegetround.cpp libc/src/fenv/fegetround.h libc/src/fenv/feholdexcept.cpp libc/src/fenv/feholdexcept.h libc/src/fenv/feraiseexcept.cpp libc/src/fenv/feraiseexcept.h libc/src/fenv/fesetenv.cpp libc/src/fenv/fesetenv.h libc/src/fenv/fesetexcept.cpp libc/src/fenv/fesetexcept.h libc/src/fenv/fesetexceptflag.cpp libc/src/fenv/fesetexceptflag.h libc/src/fenv/fesetround.cpp libc/src/fenv/fesetround.h libc/src/fenv/fetestexcept.cpp libc/src/fenv/fetestexcept.h libc/src/fenv/fetestexceptflag.cpp libc/src/fenv/fetestexceptflag.h libc/src/fenv/feupdateenv.cpp libc/src/fenv/feupdateenv.h libc/src/gpu/rpc_fprintf.cpp libc/src/gpu/rpc_fprintf.h libc/src/gpu/rpc_host_call.cpp libc/src/gpu/rpc_host_call.h libc/src/inttypes/imaxabs.cpp libc/src/inttypes/imaxabs.h libc/src/inttypes/imaxdiv.cpp libc/src/inttypes/imaxdiv.h libc/src/inttypes/strtoimax.cpp libc/src/inttypes/strtoimax.h libc/src/inttypes/strtoumax.cpp libc/src/inttypes/strtoumax.h libc/src/math/aarch64/ceil.cpp libc/src/math/aarch64/ceilf.cpp libc/src/math/aarch64/floor.cpp libc/src/math/aarch64/floorf.cpp libc/src/math/aarch64/round.cpp libc/src/math/aarch64/roundf.cpp libc/src/math/aarch64/trunc.cpp libc/src/math/aarch64/truncf.cpp libc/src/math/acos.h libc/src/math/acosf.h libc/src/math/acosh.h libc/src/math/acoshf.h libc/src/math/amdgpu/acos.cpp libc/src/math/amdgpu/acosf.cpp libc/src/math/amdgpu/acosh.cpp libc/src/math/amdgpu/acoshf.cpp libc/src/math/amdgpu/asin.cpp libc/src/math/amdgpu/asinf.cpp libc/src/math/amdgpu/asinh.cpp libc/src/math/amdgpu/asinhf.cpp libc/src/math/amdgpu/atan.cpp libc/src/math/amdgpu/atan2.cpp libc/src/math/amdgpu/atan2f.cpp libc/src/math/amdgpu/atanf.cpp libc/src/math/amdgpu/atanh.cpp libc/src/math/amdgpu/atanhf.cpp libc/src/math/amdgpu/ceil.cpp libc/src/math/amdgpu/ceilf.cpp libc/src/math/amdgpu/copysign.cpp libc/src/math/amdgpu/copysignf.cpp libc/src/math/amdgpu/cos.cpp libc/src/math/amdgpu/cosf.cpp libc/src/math/amdgpu/cosh.cpp libc/src/math/amdgpu/coshf.cpp libc/src/math/amdgpu/declarations.h libc/src/math/amdgpu/erf.cpp libc/src/math/amdgpu/erff.cpp libc/src/math/amdgpu/exp.cpp libc/src/math/amdgpu/exp10.cpp libc/src/math/amdgpu/exp10f.cpp libc/src/math/amdgpu/exp2.cpp libc/src/math/amdgpu/exp2f.cpp libc/src/math/amdgpu/expf.cpp libc/src/math/amdgpu/expm1.cpp libc/src/math/amdgpu/expm1f.cpp libc/src/math/amdgpu/fabs.cpp libc/src/math/amdgpu/fabsf.cpp libc/src/math/amdgpu/fdim.cpp libc/src/math/amdgpu/fdimf.cpp libc/src/math/amdgpu/floor.cpp libc/src/math/amdgpu/floorf.cpp libc/src/math/amdgpu/fma.cpp libc/src/math/amdgpu/fmaf.cpp libc/src/math/amdgpu/fmax.cpp libc/src/math/amdgpu/fmaxf.cpp libc/src/math/amdgpu/fmin.cpp libc/src/math/amdgpu/fminf.cpp libc/src/math/amdgpu/fmod.cpp libc/src/math/amdgpu/fmodf.cpp libc/src/math/amdgpu/frexp.cpp libc/src/math/amdgpu/frexpf.cpp libc/src/math/amdgpu/hypot.cpp libc/src/math/amdgpu/hypotf.cpp libc/src/math/amdgpu/ilogb.cpp libc/src/math/amdgpu/ilogbf.cpp libc/src/math/amdgpu/ldexp.cpp libc/src/math/amdgpu/ldexpf.cpp libc/src/math/amdgpu/llrint.cpp libc/src/math/amdgpu/llrintf.cpp libc/src/math/amdgpu/log.cpp libc/src/math/amdgpu/log10.cpp libc/src/math/amdgpu/log10f.cpp libc/src/math/amdgpu/log1p.cpp libc/src/math/amdgpu/log1pf.cpp libc/src/math/amdgpu/log2.cpp libc/src/math/amdgpu/log2f.cpp libc/src/math/amdgpu/logb.cpp libc/src/math/amdgpu/logbf.cpp libc/src/math/amdgpu/logf.cpp libc/src/math/amdgpu/lrint.cpp libc/src/math/amdgpu/lrintf.cpp libc/src/math/amdgpu/nearbyint.cpp libc/src/math/amdgpu/nearbyintf.cpp libc/src/math/amdgpu/nextafter.cpp libc/src/math/amdgpu/nextafterf.cpp libc/src/math/amdgpu/platform.h libc/src/math/amdgpu/pow.cpp libc/src/math/amdgpu/powf.cpp libc/src/math/amdgpu/remainder.cpp libc/src/math/amdgpu/remainderf.cpp libc/src/math/amdgpu/remquo.cpp libc/src/math/amdgpu/remquof.cpp libc/src/math/amdgpu/rint.cpp libc/src/math/amdgpu/rintf.cpp libc/src/math/amdgpu/round.cpp libc/src/math/amdgpu/roundf.cpp libc/src/math/amdgpu/scalbn.cpp libc/src/math/amdgpu/scalbnf.cpp libc/src/math/amdgpu/sin.cpp libc/src/math/amdgpu/sincos.cpp libc/src/math/amdgpu/sincosf.cpp libc/src/math/amdgpu/sinf.cpp libc/src/math/amdgpu/sinh.cpp libc/src/math/amdgpu/sinhf.cpp libc/src/math/amdgpu/sqrt.cpp libc/src/math/amdgpu/sqrtf.cpp libc/src/math/amdgpu/tan.cpp libc/src/math/amdgpu/tanf.cpp libc/src/math/amdgpu/tanh.cpp libc/src/math/amdgpu/tanhf.cpp libc/src/math/amdgpu/tgamma.cpp libc/src/math/amdgpu/tgammaf.cpp libc/src/math/amdgpu/trunc.cpp libc/src/math/amdgpu/truncf.cpp libc/src/math/asin.h libc/src/math/asinf.h libc/src/math/asinh.h libc/src/math/asinhf.h libc/src/math/atan.h libc/src/math/atan2.h libc/src/math/atan2f.h libc/src/math/atanf.h libc/src/math/atanh.h libc/src/math/atanhf.h libc/src/math/canonicalize.h libc/src/math/canonicalizef.h libc/src/math/canonicalizef128.h libc/src/math/canonicalizef16.h libc/src/math/canonicalizel.h libc/src/math/ceil.h libc/src/math/ceilf.h libc/src/math/ceilf128.h libc/src/math/ceilf16.h libc/src/math/ceill.h libc/src/math/copysign.h libc/src/math/copysignf.h libc/src/math/copysignf128.h libc/src/math/copysignf16.h libc/src/math/copysignl.h libc/src/math/cos.h libc/src/math/cosf.h libc/src/math/cosh.h libc/src/math/coshf.h libc/src/math/cospif.h libc/src/math/erf.h libc/src/math/erff.h libc/src/math/exp.h libc/src/math/exp10.h libc/src/math/exp10f.h libc/src/math/exp2.h libc/src/math/exp2f.h libc/src/math/exp2m1f.h libc/src/math/expf.h libc/src/math/expm1.h libc/src/math/expm1f.h libc/src/math/f16add.h libc/src/math/f16addf.h libc/src/math/f16addf128.h libc/src/math/f16addl.h libc/src/math/f16div.h libc/src/math/f16divf.h libc/src/math/f16divf128.h libc/src/math/f16divl.h libc/src/math/f16fma.h libc/src/math/f16fmaf.h libc/src/math/f16fmaf128.h libc/src/math/f16fmal.h libc/src/math/f16sqrt.h libc/src/math/f16sqrtf.h libc/src/math/f16sqrtf128.h libc/src/math/f16sqrtl.h libc/src/math/f16sub.h libc/src/math/f16subf.h libc/src/math/f16subf128.h libc/src/math/f16subl.h libc/src/math/fabs.h libc/src/math/fabsf.h libc/src/math/fabsf128.h libc/src/math/fabsf16.h libc/src/math/fabsl.h libc/src/math/fdim.h libc/src/math/fdimf.h libc/src/math/fdimf128.h libc/src/math/fdimf16.h libc/src/math/fdiml.h libc/src/math/floor.h libc/src/math/floorf.h libc/src/math/floorf128.h libc/src/math/floorf16.h libc/src/math/floorl.h libc/src/math/fma.h libc/src/math/fmaf.h libc/src/math/fmax.h libc/src/math/fmaxf.h libc/src/math/fmaxf128.h libc/src/math/fmaxf16.h libc/src/math/fmaximum.h libc/src/math/fmaximum_mag.h libc/src/math/fmaximum_mag_num.h libc/src/math/fmaximum_mag_numf.h libc/src/math/fmaximum_mag_numf128.h libc/src/math/fmaximum_mag_numf16.h libc/src/math/fmaximum_mag_numl.h libc/src/math/fmaximum_magf.h libc/src/math/fmaximum_magf128.h libc/src/math/fmaximum_magf16.h libc/src/math/fmaximum_magl.h libc/src/math/fmaximum_num.h libc/src/math/fmaximum_numf.h libc/src/math/fmaximum_numf128.h libc/src/math/fmaximum_numf16.h libc/src/math/fmaximum_numl.h libc/src/math/fmaximumf.h libc/src/math/fmaximumf128.h libc/src/math/fmaximumf16.h libc/src/math/fmaximuml.h libc/src/math/fmaxl.h libc/src/math/fmin.h libc/src/math/fminf.h libc/src/math/fminf128.h libc/src/math/fminf16.h libc/src/math/fminimum.h libc/src/math/fminimum_mag.h libc/src/math/fminimum_mag_num.h libc/src/math/fminimum_mag_numf.h libc/src/math/fminimum_mag_numf128.h libc/src/math/fminimum_mag_numf16.h libc/src/math/fminimum_mag_numl.h libc/src/math/fminimum_magf.h libc/src/math/fminimum_magf128.h libc/src/math/fminimum_magf16.h libc/src/math/fminimum_magl.h libc/src/math/fminimum_num.h libc/src/math/fminimum_numf.h libc/src/math/fminimum_numf128.h libc/src/math/fminimum_numf16.h libc/src/math/fminimum_numl.h libc/src/math/fminimumf.h libc/src/math/fminimumf128.h libc/src/math/fminimumf16.h libc/src/math/fminimuml.h libc/src/math/fminl.h libc/src/math/fmod.h libc/src/math/fmodf.h libc/src/math/fmodf128.h libc/src/math/fmodf16.h libc/src/math/fmodl.h libc/src/math/fmul.h libc/src/math/frexp.h libc/src/math/frexpf.h libc/src/math/frexpf128.h libc/src/math/frexpf16.h libc/src/math/frexpl.h libc/src/math/fromfp.h libc/src/math/fromfpf.h libc/src/math/fromfpf128.h libc/src/math/fromfpf16.h libc/src/math/fromfpl.h libc/src/math/fromfpx.h libc/src/math/fromfpxf.h libc/src/math/fromfpxf128.h libc/src/math/fromfpxf16.h libc/src/math/fromfpxl.h libc/src/math/generic/acosf.cpp libc/src/math/generic/acoshf.cpp libc/src/math/generic/asinf.cpp libc/src/math/generic/asinhf.cpp libc/src/math/generic/atan2f.cpp libc/src/math/generic/atanf.cpp libc/src/math/generic/atanhf.cpp libc/src/math/generic/canonicalize.cpp libc/src/math/generic/canonicalizef.cpp libc/src/math/generic/canonicalizef128.cpp libc/src/math/generic/canonicalizef16.cpp libc/src/math/generic/canonicalizel.cpp libc/src/math/generic/ceil.cpp libc/src/math/generic/ceilf.cpp libc/src/math/generic/ceilf128.cpp libc/src/math/generic/ceilf16.cpp libc/src/math/generic/ceill.cpp libc/src/math/generic/common_constants.cpp libc/src/math/generic/common_constants.h libc/src/math/generic/copysign.cpp libc/src/math/generic/copysignf.cpp libc/src/math/generic/copysignf128.cpp libc/src/math/generic/copysignf16.cpp libc/src/math/generic/copysignl.cpp libc/src/math/generic/cos.cpp libc/src/math/generic/cosf.cpp libc/src/math/generic/coshf.cpp libc/src/math/generic/cospif.cpp libc/src/math/generic/erff.cpp libc/src/math/generic/exp.cpp libc/src/math/generic/exp10.cpp libc/src/math/generic/exp10f.cpp libc/src/math/generic/exp10f_impl.h libc/src/math/generic/exp2.cpp libc/src/math/generic/exp2f.cpp libc/src/math/generic/exp2f_impl.h libc/src/math/generic/exp2m1f.cpp libc/src/math/generic/exp_utils.cpp libc/src/math/generic/exp_utils.h libc/src/math/generic/expf.cpp libc/src/math/generic/explogxf.cpp libc/src/math/generic/explogxf.h libc/src/math/generic/expm1.cpp libc/src/math/generic/expm1f.cpp libc/src/math/generic/f16add.cpp libc/src/math/generic/f16addf.cpp libc/src/math/generic/f16addf128.cpp libc/src/math/generic/f16addl.cpp libc/src/math/generic/f16div.cpp libc/src/math/generic/f16divf.cpp libc/src/math/generic/f16divf128.cpp libc/src/math/generic/f16divl.cpp libc/src/math/generic/f16fma.cpp libc/src/math/generic/f16fmaf.cpp libc/src/math/generic/f16fmaf128.cpp libc/src/math/generic/f16fmal.cpp libc/src/math/generic/f16sqrt.cpp libc/src/math/generic/f16sqrtf.cpp libc/src/math/generic/f16sqrtf128.cpp libc/src/math/generic/f16sqrtl.cpp libc/src/math/generic/f16sub.cpp libc/src/math/generic/f16subf.cpp libc/src/math/generic/f16subf128.cpp libc/src/math/generic/f16subl.cpp libc/src/math/generic/fabs.cpp libc/src/math/generic/fabsf.cpp libc/src/math/generic/fabsf128.cpp libc/src/math/generic/fabsf16.cpp libc/src/math/generic/fabsl.cpp libc/src/math/generic/fdim.cpp libc/src/math/generic/fdimf.cpp libc/src/math/generic/fdimf128.cpp libc/src/math/generic/fdimf16.cpp libc/src/math/generic/fdiml.cpp libc/src/math/generic/floor.cpp libc/src/math/generic/floorf.cpp libc/src/math/generic/floorf128.cpp libc/src/math/generic/floorf16.cpp libc/src/math/generic/floorl.cpp libc/src/math/generic/fma.cpp libc/src/math/generic/fmaf.cpp libc/src/math/generic/fmax.cpp libc/src/math/generic/fmaxf.cpp libc/src/math/generic/fmaxf128.cpp libc/src/math/generic/fmaxf16.cpp libc/src/math/generic/fmaximum.cpp libc/src/math/generic/fmaximum_mag.cpp libc/src/math/generic/fmaximum_mag_num.cpp libc/src/math/generic/fmaximum_mag_numf.cpp libc/src/math/generic/fmaximum_mag_numf128.cpp libc/src/math/generic/fmaximum_mag_numf16.cpp libc/src/math/generic/fmaximum_mag_numl.cpp libc/src/math/generic/fmaximum_magf.cpp libc/src/math/generic/fmaximum_magf128.cpp libc/src/math/generic/fmaximum_magf16.cpp libc/src/math/generic/fmaximum_magl.cpp libc/src/math/generic/fmaximum_num.cpp libc/src/math/generic/fmaximum_numf.cpp libc/src/math/generic/fmaximum_numf128.cpp libc/src/math/generic/fmaximum_numf16.cpp libc/src/math/generic/fmaximum_numl.cpp libc/src/math/generic/fmaximumf.cpp libc/src/math/generic/fmaximumf128.cpp libc/src/math/generic/fmaximumf16.cpp libc/src/math/generic/fmaximuml.cpp libc/src/math/generic/fmaxl.cpp libc/src/math/generic/fmin.cpp libc/src/math/generic/fminf.cpp libc/src/math/generic/fminf128.cpp libc/src/math/generic/fminf16.cpp libc/src/math/generic/fminimum.cpp libc/src/math/generic/fminimum_mag.cpp libc/src/math/generic/fminimum_mag_num.cpp libc/src/math/generic/fminimum_mag_numf.cpp libc/src/math/generic/fminimum_mag_numf128.cpp libc/src/math/generic/fminimum_mag_numf16.cpp libc/src/math/generic/fminimum_mag_numl.cpp libc/src/math/generic/fminimum_magf.cpp libc/src/math/generic/fminimum_magf128.cpp libc/src/math/generic/fminimum_magf16.cpp libc/src/math/generic/fminimum_magl.cpp libc/src/math/generic/fminimum_num.cpp libc/src/math/generic/fminimum_numf.cpp libc/src/math/generic/fminimum_numf128.cpp libc/src/math/generic/fminimum_numf16.cpp libc/src/math/generic/fminimum_numl.cpp libc/src/math/generic/fminimumf.cpp libc/src/math/generic/fminimumf128.cpp libc/src/math/generic/fminimumf16.cpp libc/src/math/generic/fminimuml.cpp libc/src/math/generic/fminl.cpp libc/src/math/generic/fmod.cpp libc/src/math/generic/fmodf.cpp libc/src/math/generic/fmodf128.cpp libc/src/math/generic/fmodf16.cpp libc/src/math/generic/fmodl.cpp libc/src/math/generic/fmul.cpp libc/src/math/generic/frexp.cpp libc/src/math/generic/frexpf.cpp libc/src/math/generic/frexpf128.cpp libc/src/math/generic/frexpf16.cpp libc/src/math/generic/frexpl.cpp libc/src/math/generic/fromfp.cpp libc/src/math/generic/fromfpf.cpp libc/src/math/generic/fromfpf128.cpp libc/src/math/generic/fromfpf16.cpp libc/src/math/generic/fromfpl.cpp libc/src/math/generic/fromfpx.cpp libc/src/math/generic/fromfpxf.cpp libc/src/math/generic/fromfpxf128.cpp libc/src/math/generic/fromfpxf16.cpp libc/src/math/generic/fromfpxl.cpp libc/src/math/generic/getpayloadf16.cpp libc/src/math/generic/hypot.cpp libc/src/math/generic/hypotf.cpp libc/src/math/generic/ilogb.cpp libc/src/math/generic/ilogbf.cpp libc/src/math/generic/ilogbf128.cpp libc/src/math/generic/ilogbf16.cpp libc/src/math/generic/ilogbl.cpp libc/src/math/generic/inv_trigf_utils.cpp libc/src/math/generic/inv_trigf_utils.h libc/src/math/generic/ldexp.cpp libc/src/math/generic/ldexpf.cpp libc/src/math/generic/ldexpf128.cpp libc/src/math/generic/ldexpf16.cpp libc/src/math/generic/ldexpl.cpp libc/src/math/generic/llogb.cpp libc/src/math/generic/llogbf.cpp libc/src/math/generic/llogbf128.cpp libc/src/math/generic/llogbf16.cpp libc/src/math/generic/llogbl.cpp libc/src/math/generic/llrint.cpp libc/src/math/generic/llrintf.cpp libc/src/math/generic/llrintf128.cpp libc/src/math/generic/llrintf16.cpp libc/src/math/generic/llrintl.cpp libc/src/math/generic/llround.cpp libc/src/math/generic/llroundf.cpp libc/src/math/generic/llroundf128.cpp libc/src/math/generic/llroundf16.cpp libc/src/math/generic/llroundl.cpp libc/src/math/generic/log.cpp libc/src/math/generic/log10.cpp libc/src/math/generic/log10f.cpp libc/src/math/generic/log1p.cpp libc/src/math/generic/log1pf.cpp libc/src/math/generic/log2.cpp libc/src/math/generic/log2f.cpp libc/src/math/generic/log_range_reduction.h libc/src/math/generic/logb.cpp libc/src/math/generic/logbf.cpp libc/src/math/generic/logbf128.cpp libc/src/math/generic/logbf16.cpp libc/src/math/generic/logbl.cpp libc/src/math/generic/logf.cpp libc/src/math/generic/lrint.cpp libc/src/math/generic/lrintf.cpp libc/src/math/generic/lrintf128.cpp libc/src/math/generic/lrintf16.cpp libc/src/math/generic/lrintl.cpp libc/src/math/generic/lround.cpp libc/src/math/generic/lroundf.cpp libc/src/math/generic/lroundf128.cpp libc/src/math/generic/lroundf16.cpp libc/src/math/generic/lroundl.cpp libc/src/math/generic/modf.cpp libc/src/math/generic/modff.cpp libc/src/math/generic/modff128.cpp libc/src/math/generic/modff16.cpp libc/src/math/generic/modfl.cpp libc/src/math/generic/nan.cpp libc/src/math/generic/nanf.cpp libc/src/math/generic/nanf128.cpp libc/src/math/generic/nanf16.cpp libc/src/math/generic/nanl.cpp libc/src/math/generic/nearbyint.cpp libc/src/math/generic/nearbyintf.cpp libc/src/math/generic/nearbyintf128.cpp libc/src/math/generic/nearbyintf16.cpp libc/src/math/generic/nearbyintl.cpp libc/src/math/generic/nextafter.cpp libc/src/math/generic/nextafterf.cpp libc/src/math/generic/nextafterf128.cpp libc/src/math/generic/nextafterf16.cpp libc/src/math/generic/nextafterl.cpp libc/src/math/generic/nextdown.cpp libc/src/math/generic/nextdownf.cpp libc/src/math/generic/nextdownf128.cpp libc/src/math/generic/nextdownf16.cpp libc/src/math/generic/nextdownl.cpp libc/src/math/generic/nexttoward.cpp libc/src/math/generic/nexttowardf.cpp libc/src/math/generic/nexttowardf16.cpp libc/src/math/generic/nexttowardl.cpp libc/src/math/generic/nextup.cpp libc/src/math/generic/nextupf.cpp libc/src/math/generic/nextupf128.cpp libc/src/math/generic/nextupf16.cpp libc/src/math/generic/nextupl.cpp libc/src/math/generic/powf.cpp libc/src/math/generic/range_reduction.h libc/src/math/generic/range_reduction_double_common.h libc/src/math/generic/range_reduction_double_fma.h libc/src/math/generic/range_reduction_double_nofma.h libc/src/math/generic/range_reduction_fma.h libc/src/math/generic/remainder.cpp libc/src/math/generic/remainderf.cpp libc/src/math/generic/remainderf16.cpp libc/src/math/generic/remainderl.cpp libc/src/math/generic/remquo.cpp libc/src/math/generic/remquof.cpp libc/src/math/generic/remquof128.cpp libc/src/math/generic/remquof16.cpp libc/src/math/generic/remquol.cpp libc/src/math/generic/rint.cpp libc/src/math/generic/rintf.cpp libc/src/math/generic/rintf128.cpp libc/src/math/generic/rintf16.cpp libc/src/math/generic/rintl.cpp libc/src/math/generic/round.cpp libc/src/math/generic/roundeven.cpp libc/src/math/generic/roundevenf.cpp libc/src/math/generic/roundevenf128.cpp libc/src/math/generic/roundevenf16.cpp libc/src/math/generic/roundevenl.cpp libc/src/math/generic/roundf.cpp libc/src/math/generic/roundf128.cpp libc/src/math/generic/roundf16.cpp libc/src/math/generic/roundl.cpp libc/src/math/generic/scalblnf16.cpp libc/src/math/generic/scalbn.cpp libc/src/math/generic/scalbnf.cpp libc/src/math/generic/scalbnf128.cpp libc/src/math/generic/scalbnf16.cpp libc/src/math/generic/scalbnl.cpp libc/src/math/generic/setpayloadf16.cpp libc/src/math/generic/setpayloadsigf16.cpp libc/src/math/generic/sin.cpp libc/src/math/generic/sincos.cpp libc/src/math/generic/sincos_eval.h libc/src/math/generic/sincosf.cpp libc/src/math/generic/sincosf_utils.h libc/src/math/generic/sinf.cpp libc/src/math/generic/sinhf.cpp libc/src/math/generic/sinpif.cpp libc/src/math/generic/sqrt.cpp libc/src/math/generic/sqrtf.cpp libc/src/math/generic/sqrtf128.cpp libc/src/math/generic/sqrtl.cpp libc/src/math/generic/tan.cpp libc/src/math/generic/tanf.cpp libc/src/math/generic/tanhf.cpp libc/src/math/generic/totalorderf16.cpp libc/src/math/generic/totalordermagf16.cpp libc/src/math/generic/trunc.cpp libc/src/math/generic/truncf.cpp libc/src/math/generic/truncf128.cpp libc/src/math/generic/truncf16.cpp libc/src/math/generic/truncl.cpp libc/src/math/generic/ufromfp.cpp libc/src/math/generic/ufromfpf.cpp libc/src/math/generic/ufromfpf128.cpp libc/src/math/generic/ufromfpf16.cpp libc/src/math/generic/ufromfpl.cpp libc/src/math/generic/ufromfpx.cpp libc/src/math/generic/ufromfpxf.cpp libc/src/math/generic/ufromfpxf128.cpp libc/src/math/generic/ufromfpxf16.cpp libc/src/math/generic/ufromfpxl.cpp libc/src/math/getpayloadf16.h libc/src/math/hypot.h libc/src/math/hypotf.h libc/src/math/ilogb.h libc/src/math/ilogbf.h libc/src/math/ilogbf128.h libc/src/math/ilogbf16.h libc/src/math/ilogbl.h libc/src/math/ldexp.h libc/src/math/ldexpf.h libc/src/math/ldexpf128.h libc/src/math/ldexpf16.h libc/src/math/ldexpl.h libc/src/math/llogb.h libc/src/math/llogbf.h libc/src/math/llogbf128.h libc/src/math/llogbf16.h libc/src/math/llogbl.h libc/src/math/llrint.h libc/src/math/llrintf.h libc/src/math/llrintf128.h libc/src/math/llrintf16.h libc/src/math/llrintl.h libc/src/math/llround.h libc/src/math/llroundf.h libc/src/math/llroundf128.h libc/src/math/llroundf16.h libc/src/math/llroundl.h libc/src/math/log.h libc/src/math/log10.h libc/src/math/log10f.h libc/src/math/log1p.h libc/src/math/log1pf.h libc/src/math/log2.h libc/src/math/log2f.h libc/src/math/logb.h libc/src/math/logbf.h libc/src/math/logbf128.h libc/src/math/logbf16.h libc/src/math/logbl.h libc/src/math/logf.h libc/src/math/lrint.h libc/src/math/lrintf.h libc/src/math/lrintf128.h libc/src/math/lrintf16.h libc/src/math/lrintl.h libc/src/math/lround.h libc/src/math/lroundf.h libc/src/math/lroundf128.h libc/src/math/lroundf16.h libc/src/math/lroundl.h libc/src/math/modf.h libc/src/math/modff.h libc/src/math/modff128.h libc/src/math/modff16.h libc/src/math/modfl.h libc/src/math/nan.h libc/src/math/nanf.h libc/src/math/nanf128.h libc/src/math/nanf16.h libc/src/math/nanl.h libc/src/math/nearbyint.h libc/src/math/nearbyintf.h libc/src/math/nearbyintf128.h libc/src/math/nearbyintf16.h libc/src/math/nearbyintl.h libc/src/math/nextafter.h libc/src/math/nextafterf.h libc/src/math/nextafterf128.h libc/src/math/nextafterf16.h libc/src/math/nextafterl.h libc/src/math/nextdown.h libc/src/math/nextdownf.h libc/src/math/nextdownf128.h libc/src/math/nextdownf16.h libc/src/math/nextdownl.h libc/src/math/nexttoward.h libc/src/math/nexttowardf.h libc/src/math/nexttowardf16.h libc/src/math/nexttowardl.h libc/src/math/nextup.h libc/src/math/nextupf.h libc/src/math/nextupf128.h libc/src/math/nextupf16.h libc/src/math/nextupl.h libc/src/math/nvptx/acos.cpp libc/src/math/nvptx/acosf.cpp libc/src/math/nvptx/acosh.cpp libc/src/math/nvptx/acoshf.cpp libc/src/math/nvptx/asin.cpp libc/src/math/nvptx/asinf.cpp libc/src/math/nvptx/asinh.cpp libc/src/math/nvptx/asinhf.cpp libc/src/math/nvptx/atan.cpp libc/src/math/nvptx/atan2.cpp libc/src/math/nvptx/atan2f.cpp libc/src/math/nvptx/atanf.cpp libc/src/math/nvptx/atanh.cpp libc/src/math/nvptx/atanhf.cpp libc/src/math/nvptx/ceil.cpp libc/src/math/nvptx/ceilf.cpp libc/src/math/nvptx/copysign.cpp libc/src/math/nvptx/copysignf.cpp libc/src/math/nvptx/cos.cpp libc/src/math/nvptx/cosf.cpp libc/src/math/nvptx/cosh.cpp libc/src/math/nvptx/coshf.cpp libc/src/math/nvptx/declarations.h libc/src/math/nvptx/erf.cpp libc/src/math/nvptx/erff.cpp libc/src/math/nvptx/exp.cpp libc/src/math/nvptx/exp10.cpp libc/src/math/nvptx/exp10f.cpp libc/src/math/nvptx/exp2.cpp libc/src/math/nvptx/exp2f.cpp libc/src/math/nvptx/expf.cpp libc/src/math/nvptx/expm1.cpp libc/src/math/nvptx/expm1f.cpp libc/src/math/nvptx/fabs.cpp libc/src/math/nvptx/fabsf.cpp libc/src/math/nvptx/fdim.cpp libc/src/math/nvptx/fdimf.cpp libc/src/math/nvptx/floor.cpp libc/src/math/nvptx/floorf.cpp libc/src/math/nvptx/fma.cpp libc/src/math/nvptx/fmaf.cpp libc/src/math/nvptx/fmax.cpp libc/src/math/nvptx/fmaxf.cpp libc/src/math/nvptx/fmin.cpp libc/src/math/nvptx/fminf.cpp libc/src/math/nvptx/fmod.cpp libc/src/math/nvptx/fmodf.cpp libc/src/math/nvptx/frexp.cpp libc/src/math/nvptx/frexpf.cpp libc/src/math/nvptx/hypot.cpp libc/src/math/nvptx/hypotf.cpp libc/src/math/nvptx/ilogb.cpp libc/src/math/nvptx/ilogbf.cpp libc/src/math/nvptx/ldexp.cpp libc/src/math/nvptx/ldexpf.cpp libc/src/math/nvptx/llrint.cpp libc/src/math/nvptx/llrintf.cpp libc/src/math/nvptx/log.cpp libc/src/math/nvptx/log10.cpp libc/src/math/nvptx/log10f.cpp libc/src/math/nvptx/log1p.cpp libc/src/math/nvptx/log1pf.cpp libc/src/math/nvptx/log2.cpp libc/src/math/nvptx/log2f.cpp libc/src/math/nvptx/logb.cpp libc/src/math/nvptx/logbf.cpp libc/src/math/nvptx/logf.cpp libc/src/math/nvptx/lrint.cpp libc/src/math/nvptx/lrintf.cpp libc/src/math/nvptx/nearbyint.cpp libc/src/math/nvptx/nearbyintf.cpp libc/src/math/nvptx/nextafter.cpp libc/src/math/nvptx/nextafterf.cpp libc/src/math/nvptx/nvptx.h libc/src/math/nvptx/pow.cpp libc/src/math/nvptx/powf.cpp libc/src/math/nvptx/remainder.cpp libc/src/math/nvptx/remainderf.cpp libc/src/math/nvptx/remquo.cpp libc/src/math/nvptx/remquof.cpp libc/src/math/nvptx/rint.cpp libc/src/math/nvptx/rintf.cpp libc/src/math/nvptx/round.cpp libc/src/math/nvptx/roundf.cpp libc/src/math/nvptx/scalbn.cpp libc/src/math/nvptx/scalbnf.cpp libc/src/math/nvptx/sin.cpp libc/src/math/nvptx/sincos.cpp libc/src/math/nvptx/sincosf.cpp libc/src/math/nvptx/sinf.cpp libc/src/math/nvptx/sinh.cpp libc/src/math/nvptx/sinhf.cpp libc/src/math/nvptx/sqrt.cpp libc/src/math/nvptx/sqrtf.cpp libc/src/math/nvptx/tan.cpp libc/src/math/nvptx/tanf.cpp libc/src/math/nvptx/tanh.cpp libc/src/math/nvptx/tanhf.cpp libc/src/math/nvptx/tgamma.cpp libc/src/math/nvptx/tgammaf.cpp libc/src/math/nvptx/trunc.cpp libc/src/math/nvptx/truncf.cpp libc/src/math/pow.h libc/src/math/powf.h libc/src/math/remainder.h libc/src/math/remainderf.h libc/src/math/remainderf16.h libc/src/math/remainderl.h libc/src/math/remquo.h libc/src/math/remquof.h libc/src/math/remquof128.h libc/src/math/remquof16.h libc/src/math/remquol.h libc/src/math/rint.h libc/src/math/rintf.h libc/src/math/rintf128.h libc/src/math/rintf16.h libc/src/math/rintl.h libc/src/math/round.h libc/src/math/roundeven.h libc/src/math/roundevenf.h libc/src/math/roundevenf128.h libc/src/math/roundevenf16.h libc/src/math/roundevenl.h libc/src/math/roundf.h libc/src/math/roundf128.h libc/src/math/roundf16.h libc/src/math/roundl.h libc/src/math/scalblnf16.h libc/src/math/scalbn.h libc/src/math/scalbnf.h libc/src/math/scalbnf128.h libc/src/math/scalbnf16.h libc/src/math/scalbnl.h libc/src/math/setpayloadf16.h libc/src/math/setpayloadsigf16.h libc/src/math/sin.h libc/src/math/sincos.h libc/src/math/sincosf.h libc/src/math/sinf.h libc/src/math/sinh.h libc/src/math/sinhf.h libc/src/math/sinpif.h libc/src/math/sqrt.h libc/src/math/sqrtf.h libc/src/math/sqrtf128.h libc/src/math/sqrtl.h libc/src/math/tan.h libc/src/math/tanf.h libc/src/math/tanh.h libc/src/math/tanhf.h libc/src/math/tgamma.h libc/src/math/tgammaf.h libc/src/math/totalorderf16.h libc/src/math/totalordermagf16.h libc/src/math/trunc.h libc/src/math/truncf.h libc/src/math/truncf128.h libc/src/math/truncf16.h libc/src/math/truncl.h libc/src/math/ufromfp.h libc/src/math/ufromfpf.h libc/src/math/ufromfpf128.h libc/src/math/ufromfpf16.h libc/src/math/ufromfpl.h libc/src/math/ufromfpx.h libc/src/math/ufromfpxf.h libc/src/math/ufromfpxf128.h libc/src/math/ufromfpxf16.h libc/src/math/ufromfpxl.h libc/src/network/htonl.cpp libc/src/network/htonl.h libc/src/network/htons.cpp libc/src/network/htons.h libc/src/network/ntohl.cpp libc/src/network/ntohl.h libc/src/network/ntohs.cpp libc/src/network/ntohs.h libc/src/pthread/pthread_atfork.cpp libc/src/pthread/pthread_atfork.h libc/src/pthread/pthread_attr_destroy.cpp libc/src/pthread/pthread_attr_destroy.h libc/src/pthread/pthread_attr_getdetachstate.cpp libc/src/pthread/pthread_attr_getdetachstate.h libc/src/pthread/pthread_attr_getguardsize.cpp libc/src/pthread/pthread_attr_getguardsize.h libc/src/pthread/pthread_attr_getstack.cpp libc/src/pthread/pthread_attr_getstack.h libc/src/pthread/pthread_attr_getstacksize.cpp libc/src/pthread/pthread_attr_getstacksize.h libc/src/pthread/pthread_attr_init.cpp libc/src/pthread/pthread_attr_init.h libc/src/pthread/pthread_attr_setdetachstate.cpp libc/src/pthread/pthread_attr_setdetachstate.h libc/src/pthread/pthread_attr_setguardsize.cpp libc/src/pthread/pthread_attr_setguardsize.h libc/src/pthread/pthread_attr_setstack.cpp libc/src/pthread/pthread_attr_setstack.h libc/src/pthread/pthread_attr_setstacksize.cpp libc/src/pthread/pthread_attr_setstacksize.h libc/src/pthread/pthread_condattr_destroy.cpp libc/src/pthread/pthread_condattr_destroy.h libc/src/pthread/pthread_condattr_getclock.cpp libc/src/pthread/pthread_condattr_getclock.h libc/src/pthread/pthread_condattr_getpshared.cpp libc/src/pthread/pthread_condattr_getpshared.h libc/src/pthread/pthread_condattr_init.cpp libc/src/pthread/pthread_condattr_init.h libc/src/pthread/pthread_condattr_setclock.cpp libc/src/pthread/pthread_condattr_setclock.h libc/src/pthread/pthread_condattr_setpshared.cpp libc/src/pthread/pthread_condattr_setpshared.h libc/src/pthread/pthread_create.cpp libc/src/pthread/pthread_create.h libc/src/pthread/pthread_detach.cpp libc/src/pthread/pthread_detach.h libc/src/pthread/pthread_equal.cpp libc/src/pthread/pthread_equal.h libc/src/pthread/pthread_exit.cpp libc/src/pthread/pthread_exit.h libc/src/pthread/pthread_getname_np.cpp libc/src/pthread/pthread_getname_np.h libc/src/pthread/pthread_getspecific.cpp libc/src/pthread/pthread_getspecific.h libc/src/pthread/pthread_join.cpp libc/src/pthread/pthread_join.h libc/src/pthread/pthread_key_create.cpp libc/src/pthread/pthread_key_create.h libc/src/pthread/pthread_key_delete.cpp libc/src/pthread/pthread_key_delete.h libc/src/pthread/pthread_mutex_destroy.cpp libc/src/pthread/pthread_mutex_destroy.h libc/src/pthread/pthread_mutex_init.cpp libc/src/pthread/pthread_mutex_init.h libc/src/pthread/pthread_mutex_lock.cpp libc/src/pthread/pthread_mutex_lock.h libc/src/pthread/pthread_mutex_unlock.cpp libc/src/pthread/pthread_mutex_unlock.h libc/src/pthread/pthread_mutexattr.h libc/src/pthread/pthread_mutexattr_destroy.cpp libc/src/pthread/pthread_mutexattr_destroy.h libc/src/pthread/pthread_mutexattr_getpshared.cpp libc/src/pthread/pthread_mutexattr_getpshared.h libc/src/pthread/pthread_mutexattr_getrobust.cpp libc/src/pthread/pthread_mutexattr_getrobust.h libc/src/pthread/pthread_mutexattr_gettype.cpp libc/src/pthread/pthread_mutexattr_gettype.h libc/src/pthread/pthread_mutexattr_init.cpp libc/src/pthread/pthread_mutexattr_init.h libc/src/pthread/pthread_mutexattr_setpshared.cpp libc/src/pthread/pthread_mutexattr_setpshared.h libc/src/pthread/pthread_mutexattr_setrobust.cpp libc/src/pthread/pthread_mutexattr_setrobust.h libc/src/pthread/pthread_mutexattr_settype.cpp libc/src/pthread/pthread_mutexattr_settype.h libc/src/pthread/pthread_once.cpp libc/src/pthread/pthread_once.h libc/src/pthread/pthread_rwlock_destroy.cpp libc/src/pthread/pthread_rwlock_destroy.h libc/src/pthread/pthread_rwlock_init.cpp libc/src/pthread/pthread_rwlock_init.h libc/src/pthread/pthread_rwlock_rdlock.cpp libc/src/pthread/pthread_rwlock_rdlock.h libc/src/pthread/pthread_rwlock_timedrdlock.cpp libc/src/pthread/pthread_rwlock_timedrdlock.h libc/src/pthread/pthread_rwlock_timedwrlock.cpp libc/src/pthread/pthread_rwlock_timedwrlock.h libc/src/pthread/pthread_rwlock_tryrdlock.cpp libc/src/pthread/pthread_rwlock_tryrdlock.h libc/src/pthread/pthread_rwlock_trywrlock.cpp libc/src/pthread/pthread_rwlock_trywrlock.h libc/src/pthread/pthread_rwlock_unlock.cpp libc/src/pthread/pthread_rwlock_unlock.h libc/src/pthread/pthread_rwlock_wrlock.cpp libc/src/pthread/pthread_rwlock_wrlock.h libc/src/pthread/pthread_rwlockattr_destroy.cpp libc/src/pthread/pthread_rwlockattr_destroy.h libc/src/pthread/pthread_rwlockattr_getkind_np.cpp libc/src/pthread/pthread_rwlockattr_getkind_np.h libc/src/pthread/pthread_rwlockattr_getpshared.cpp libc/src/pthread/pthread_rwlockattr_getpshared.h libc/src/pthread/pthread_rwlockattr_init.cpp libc/src/pthread/pthread_rwlockattr_init.h libc/src/pthread/pthread_rwlockattr_setkind_np.cpp libc/src/pthread/pthread_rwlockattr_setkind_np.h libc/src/pthread/pthread_rwlockattr_setpshared.cpp libc/src/pthread/pthread_rwlockattr_setpshared.h libc/src/pthread/pthread_self.cpp libc/src/pthread/pthread_self.h libc/src/pthread/pthread_setname_np.cpp libc/src/pthread/pthread_setname_np.h libc/src/pthread/pthread_setspecific.cpp libc/src/pthread/pthread_setspecific.h libc/src/sched/linux/sched_get_priority_max.cpp libc/src/sched/linux/sched_get_priority_min.cpp libc/src/sched/linux/sched_getaffinity.cpp libc/src/sched/linux/sched_getcpucount.cpp libc/src/sched/linux/sched_getparam.cpp libc/src/sched/linux/sched_getscheduler.cpp libc/src/sched/linux/sched_rr_get_interval.cpp libc/src/sched/linux/sched_setaffinity.cpp libc/src/sched/linux/sched_setparam.cpp libc/src/sched/linux/sched_setscheduler.cpp libc/src/sched/linux/sched_yield.cpp libc/src/sched/sched_get_priority_max.h libc/src/sched/sched_get_priority_min.h libc/src/sched/sched_getaffinity.h libc/src/sched/sched_getcpucount.h libc/src/sched/sched_getparam.h libc/src/sched/sched_getscheduler.h libc/src/sched/sched_rr_get_interval.h libc/src/sched/sched_setaffinity.h libc/src/sched/sched_setparam.h libc/src/sched/sched_setscheduler.h libc/src/sched/sched_yield.h libc/src/search/hcreate.cpp libc/src/search/hcreate.h libc/src/search/hcreate_r.cpp libc/src/search/hcreate_r.h libc/src/search/hdestroy.cpp libc/src/search/hdestroy.h libc/src/search/hdestroy_r.cpp libc/src/search/hdestroy_r.h libc/src/search/hsearch.cpp libc/src/search/hsearch.h libc/src/search/hsearch/global.cpp libc/src/search/hsearch/global.h libc/src/search/hsearch_r.cpp libc/src/search/hsearch_r.h libc/src/search/insque.cpp libc/src/search/insque.h libc/src/search/remque.cpp libc/src/search/remque.h libc/src/setjmp/arm/longjmp.cpp libc/src/setjmp/arm/setjmp.cpp libc/src/setjmp/longjmp.h libc/src/setjmp/riscv/longjmp.cpp libc/src/setjmp/riscv/setjmp.cpp libc/src/setjmp/setjmp_impl.h libc/src/setjmp/x86_64/longjmp.cpp libc/src/setjmp/x86_64/setjmp.cpp libc/src/signal/kill.h libc/src/signal/linux/__restore.cpp libc/src/signal/linux/kill.cpp libc/src/signal/linux/raise.cpp libc/src/signal/linux/sigaction.cpp libc/src/signal/linux/sigaddset.cpp libc/src/signal/linux/sigaltstack.cpp libc/src/signal/linux/sigdelset.cpp libc/src/signal/linux/sigemptyset.cpp libc/src/signal/linux/sigfillset.cpp libc/src/signal/linux/signal.cpp libc/src/signal/linux/signal_utils.h libc/src/signal/linux/sigprocmask.cpp libc/src/signal/raise.h libc/src/signal/sigaction.h libc/src/signal/sigaddset.h libc/src/signal/sigaltstack.h libc/src/signal/sigdelset.h libc/src/signal/sigemptyset.h libc/src/signal/sigfillset.h libc/src/signal/signal.h libc/src/signal/sigprocmask.h libc/src/spawn/file_actions.h libc/src/spawn/linux/posix_spawn.cpp libc/src/spawn/posix_spawn.h libc/src/spawn/posix_spawn_file_actions_addclose.cpp libc/src/spawn/posix_spawn_file_actions_addclose.h libc/src/spawn/posix_spawn_file_actions_adddup2.cpp libc/src/spawn/posix_spawn_file_actions_adddup2.h libc/src/spawn/posix_spawn_file_actions_addopen.cpp libc/src/spawn/posix_spawn_file_actions_addopen.h libc/src/spawn/posix_spawn_file_actions_destroy.cpp libc/src/spawn/posix_spawn_file_actions_destroy.h libc/src/spawn/posix_spawn_file_actions_init.cpp libc/src/spawn/posix_spawn_file_actions_init.h libc/src/stdbit/stdc_bit_ceil_uc.cpp libc/src/stdbit/stdc_bit_ceil_uc.h libc/src/stdbit/stdc_bit_ceil_ui.cpp libc/src/stdbit/stdc_bit_ceil_ui.h libc/src/stdbit/stdc_bit_ceil_ul.cpp libc/src/stdbit/stdc_bit_ceil_ul.h libc/src/stdbit/stdc_bit_ceil_ull.cpp libc/src/stdbit/stdc_bit_ceil_ull.h libc/src/stdbit/stdc_bit_ceil_us.cpp libc/src/stdbit/stdc_bit_ceil_us.h libc/src/stdbit/stdc_bit_floor_uc.cpp libc/src/stdbit/stdc_bit_floor_uc.h libc/src/stdbit/stdc_bit_floor_ui.cpp libc/src/stdbit/stdc_bit_floor_ui.h libc/src/stdbit/stdc_bit_floor_ul.cpp libc/src/stdbit/stdc_bit_floor_ul.h libc/src/stdbit/stdc_bit_floor_ull.cpp libc/src/stdbit/stdc_bit_floor_ull.h libc/src/stdbit/stdc_bit_floor_us.cpp libc/src/stdbit/stdc_bit_floor_us.h libc/src/stdbit/stdc_bit_width_uc.cpp libc/src/stdbit/stdc_bit_width_uc.h libc/src/stdbit/stdc_bit_width_ui.cpp libc/src/stdbit/stdc_bit_width_ui.h libc/src/stdbit/stdc_bit_width_ul.cpp libc/src/stdbit/stdc_bit_width_ul.h libc/src/stdbit/stdc_bit_width_ull.cpp libc/src/stdbit/stdc_bit_width_ull.h libc/src/stdbit/stdc_bit_width_us.cpp libc/src/stdbit/stdc_bit_width_us.h libc/src/stdbit/stdc_count_ones_uc.cpp libc/src/stdbit/stdc_count_ones_uc.h libc/src/stdbit/stdc_count_ones_ui.cpp libc/src/stdbit/stdc_count_ones_ui.h libc/src/stdbit/stdc_count_ones_ul.cpp libc/src/stdbit/stdc_count_ones_ul.h libc/src/stdbit/stdc_count_ones_ull.cpp libc/src/stdbit/stdc_count_ones_ull.h libc/src/stdbit/stdc_count_ones_us.cpp libc/src/stdbit/stdc_count_ones_us.h libc/src/stdbit/stdc_count_zeros_uc.cpp libc/src/stdbit/stdc_count_zeros_uc.h libc/src/stdbit/stdc_count_zeros_ui.cpp libc/src/stdbit/stdc_count_zeros_ui.h libc/src/stdbit/stdc_count_zeros_ul.cpp libc/src/stdbit/stdc_count_zeros_ul.h libc/src/stdbit/stdc_count_zeros_ull.cpp libc/src/stdbit/stdc_count_zeros_ull.h libc/src/stdbit/stdc_count_zeros_us.cpp libc/src/stdbit/stdc_count_zeros_us.h libc/src/stdbit/stdc_first_leading_one_uc.cpp libc/src/stdbit/stdc_first_leading_one_uc.h libc/src/stdbit/stdc_first_leading_one_ui.cpp libc/src/stdbit/stdc_first_leading_one_ui.h libc/src/stdbit/stdc_first_leading_one_ul.cpp libc/src/stdbit/stdc_first_leading_one_ul.h libc/src/stdbit/stdc_first_leading_one_ull.cpp libc/src/stdbit/stdc_first_leading_one_ull.h libc/src/stdbit/stdc_first_leading_one_us.cpp libc/src/stdbit/stdc_first_leading_one_us.h libc/src/stdbit/stdc_first_leading_zero_uc.cpp libc/src/stdbit/stdc_first_leading_zero_uc.h libc/src/stdbit/stdc_first_leading_zero_ui.cpp libc/src/stdbit/stdc_first_leading_zero_ui.h libc/src/stdbit/stdc_first_leading_zero_ul.cpp libc/src/stdbit/stdc_first_leading_zero_ul.h libc/src/stdbit/stdc_first_leading_zero_ull.cpp libc/src/stdbit/stdc_first_leading_zero_ull.h libc/src/stdbit/stdc_first_leading_zero_us.cpp libc/src/stdbit/stdc_first_leading_zero_us.h libc/src/stdbit/stdc_first_trailing_one_uc.cpp libc/src/stdbit/stdc_first_trailing_one_uc.h libc/src/stdbit/stdc_first_trailing_one_ui.cpp libc/src/stdbit/stdc_first_trailing_one_ui.h libc/src/stdbit/stdc_first_trailing_one_ul.cpp libc/src/stdbit/stdc_first_trailing_one_ul.h libc/src/stdbit/stdc_first_trailing_one_ull.cpp libc/src/stdbit/stdc_first_trailing_one_ull.h libc/src/stdbit/stdc_first_trailing_one_us.cpp libc/src/stdbit/stdc_first_trailing_one_us.h libc/src/stdbit/stdc_first_trailing_zero_uc.cpp libc/src/stdbit/stdc_first_trailing_zero_uc.h libc/src/stdbit/stdc_first_trailing_zero_ui.cpp libc/src/stdbit/stdc_first_trailing_zero_ui.h libc/src/stdbit/stdc_first_trailing_zero_ul.cpp libc/src/stdbit/stdc_first_trailing_zero_ul.h libc/src/stdbit/stdc_first_trailing_zero_ull.cpp libc/src/stdbit/stdc_first_trailing_zero_ull.h libc/src/stdbit/stdc_first_trailing_zero_us.cpp libc/src/stdbit/stdc_first_trailing_zero_us.h libc/src/stdbit/stdc_has_single_bit_uc.cpp libc/src/stdbit/stdc_has_single_bit_uc.h libc/src/stdbit/stdc_has_single_bit_ui.cpp libc/src/stdbit/stdc_has_single_bit_ui.h libc/src/stdbit/stdc_has_single_bit_ul.cpp libc/src/stdbit/stdc_has_single_bit_ul.h libc/src/stdbit/stdc_has_single_bit_ull.cpp libc/src/stdbit/stdc_has_single_bit_ull.h libc/src/stdbit/stdc_has_single_bit_us.cpp libc/src/stdbit/stdc_has_single_bit_us.h libc/src/stdbit/stdc_leading_ones_uc.cpp libc/src/stdbit/stdc_leading_ones_uc.h libc/src/stdbit/stdc_leading_ones_ui.cpp libc/src/stdbit/stdc_leading_ones_ui.h libc/src/stdbit/stdc_leading_ones_ul.cpp libc/src/stdbit/stdc_leading_ones_ul.h libc/src/stdbit/stdc_leading_ones_ull.cpp libc/src/stdbit/stdc_leading_ones_ull.h libc/src/stdbit/stdc_leading_ones_us.cpp libc/src/stdbit/stdc_leading_ones_us.h libc/src/stdbit/stdc_leading_zeros_uc.cpp libc/src/stdbit/stdc_leading_zeros_uc.h libc/src/stdbit/stdc_leading_zeros_ui.cpp libc/src/stdbit/stdc_leading_zeros_ui.h libc/src/stdbit/stdc_leading_zeros_ul.cpp libc/src/stdbit/stdc_leading_zeros_ul.h libc/src/stdbit/stdc_leading_zeros_ull.cpp libc/src/stdbit/stdc_leading_zeros_ull.h libc/src/stdbit/stdc_leading_zeros_us.cpp libc/src/stdbit/stdc_leading_zeros_us.h libc/src/stdbit/stdc_trailing_ones_uc.cpp libc/src/stdbit/stdc_trailing_ones_uc.h libc/src/stdbit/stdc_trailing_ones_ui.cpp libc/src/stdbit/stdc_trailing_ones_ui.h libc/src/stdbit/stdc_trailing_ones_ul.cpp libc/src/stdbit/stdc_trailing_ones_ul.h libc/src/stdbit/stdc_trailing_ones_ull.cpp libc/src/stdbit/stdc_trailing_ones_ull.h libc/src/stdbit/stdc_trailing_ones_us.cpp libc/src/stdbit/stdc_trailing_ones_us.h libc/src/stdbit/stdc_trailing_zeros_uc.cpp libc/src/stdbit/stdc_trailing_zeros_uc.h libc/src/stdbit/stdc_trailing_zeros_ui.cpp libc/src/stdbit/stdc_trailing_zeros_ui.h libc/src/stdbit/stdc_trailing_zeros_ul.cpp libc/src/stdbit/stdc_trailing_zeros_ul.h libc/src/stdbit/stdc_trailing_zeros_ull.cpp libc/src/stdbit/stdc_trailing_zeros_ull.h libc/src/stdbit/stdc_trailing_zeros_us.cpp libc/src/stdbit/stdc_trailing_zeros_us.h libc/src/stdfix/abshk.cpp libc/src/stdfix/abshk.h libc/src/stdfix/abshr.cpp libc/src/stdfix/abshr.h libc/src/stdfix/absk.cpp libc/src/stdfix/absk.h libc/src/stdfix/abslk.cpp libc/src/stdfix/abslk.h libc/src/stdfix/abslr.cpp libc/src/stdfix/abslr.h libc/src/stdfix/absr.cpp libc/src/stdfix/absr.h libc/src/stdfix/exphk.cpp libc/src/stdfix/exphk.h libc/src/stdfix/expk.cpp libc/src/stdfix/expk.h libc/src/stdfix/roundhk.cpp libc/src/stdfix/roundhk.h libc/src/stdfix/roundhr.cpp libc/src/stdfix/roundhr.h libc/src/stdfix/roundk.cpp libc/src/stdfix/roundk.h libc/src/stdfix/roundlk.cpp libc/src/stdfix/roundlk.h libc/src/stdfix/roundlr.cpp libc/src/stdfix/roundlr.h libc/src/stdfix/roundr.cpp libc/src/stdfix/roundr.h libc/src/stdfix/rounduhk.cpp libc/src/stdfix/rounduhk.h libc/src/stdfix/rounduhr.cpp libc/src/stdfix/rounduhr.h libc/src/stdfix/rounduk.cpp libc/src/stdfix/rounduk.h libc/src/stdfix/roundulk.cpp libc/src/stdfix/roundulk.h libc/src/stdfix/roundulr.cpp libc/src/stdfix/roundulr.h libc/src/stdfix/roundur.cpp libc/src/stdfix/roundur.h libc/src/stdfix/sqrtuhk.cpp libc/src/stdfix/sqrtuhk.h libc/src/stdfix/sqrtuhr.cpp libc/src/stdfix/sqrtuhr.h libc/src/stdfix/sqrtuk.cpp libc/src/stdfix/sqrtuk.h libc/src/stdfix/sqrtulr.cpp libc/src/stdfix/sqrtulr.h libc/src/stdfix/sqrtur.cpp libc/src/stdfix/sqrtur.h libc/src/stdfix/uhksqrtus.cpp libc/src/stdfix/uhksqrtus.h libc/src/stdfix/uksqrtui.cpp libc/src/stdfix/uksqrtui.h libc/src/stdio/baremetal/printf.cpp libc/src/stdio/baremetal/putchar.cpp libc/src/stdio/baremetal/remove.cpp libc/src/stdio/baremetal/vprintf.cpp libc/src/stdio/clearerr.h libc/src/stdio/clearerr_unlocked.h libc/src/stdio/fclose.h libc/src/stdio/fdopen.h libc/src/stdio/feof.h libc/src/stdio/feof_unlocked.h libc/src/stdio/ferror.h libc/src/stdio/ferror_unlocked.h libc/src/stdio/fflush.h libc/src/stdio/fgetc.h libc/src/stdio/fgetc_unlocked.h libc/src/stdio/fgets.h libc/src/stdio/fileno.h libc/src/stdio/flockfile.cpp libc/src/stdio/flockfile.h libc/src/stdio/fopen.h libc/src/stdio/fopencookie.cpp libc/src/stdio/fopencookie.h libc/src/stdio/fprintf.cpp libc/src/stdio/fprintf.h libc/src/stdio/fputc.h libc/src/stdio/fputs.h libc/src/stdio/fread.h libc/src/stdio/fread_unlocked.h libc/src/stdio/fscanf.cpp libc/src/stdio/fscanf.h libc/src/stdio/fseek.h libc/src/stdio/fseeko.h libc/src/stdio/ftell.h libc/src/stdio/ftello.h libc/src/stdio/funlockfile.cpp libc/src/stdio/funlockfile.h libc/src/stdio/fwrite.h libc/src/stdio/fwrite_unlocked.h libc/src/stdio/generic/clearerr.cpp libc/src/stdio/generic/clearerr_unlocked.cpp libc/src/stdio/generic/fclose.cpp libc/src/stdio/generic/feof.cpp libc/src/stdio/generic/feof_unlocked.cpp libc/src/stdio/generic/ferror.cpp libc/src/stdio/generic/ferror_unlocked.cpp libc/src/stdio/generic/fflush.cpp libc/src/stdio/generic/fgetc.cpp libc/src/stdio/generic/fgetc_unlocked.cpp libc/src/stdio/generic/fgets.cpp libc/src/stdio/generic/fileno.cpp libc/src/stdio/generic/fopen.cpp libc/src/stdio/generic/fputc.cpp libc/src/stdio/generic/fputs.cpp libc/src/stdio/generic/fread.cpp libc/src/stdio/generic/fread_unlocked.cpp libc/src/stdio/generic/fseek.cpp libc/src/stdio/generic/fseeko.cpp libc/src/stdio/generic/ftell.cpp libc/src/stdio/generic/ftello.cpp libc/src/stdio/generic/fwrite.cpp libc/src/stdio/generic/fwrite_unlocked.cpp libc/src/stdio/generic/getc.cpp libc/src/stdio/generic/getc_unlocked.cpp libc/src/stdio/generic/getchar.cpp libc/src/stdio/generic/getchar_unlocked.cpp libc/src/stdio/generic/printf.cpp libc/src/stdio/generic/putc.cpp libc/src/stdio/generic/putchar.cpp libc/src/stdio/generic/puts.cpp libc/src/stdio/generic/ungetc.cpp libc/src/stdio/generic/vprintf.cpp libc/src/stdio/getc.h libc/src/stdio/getc_unlocked.h libc/src/stdio/getchar.h libc/src/stdio/getchar_unlocked.h libc/src/stdio/gpu/clearerr.cpp libc/src/stdio/gpu/fclose.cpp libc/src/stdio/gpu/feof.cpp libc/src/stdio/gpu/ferror.cpp libc/src/stdio/gpu/fflush.cpp libc/src/stdio/gpu/fgetc.cpp libc/src/stdio/gpu/fgets.cpp libc/src/stdio/gpu/file.h libc/src/stdio/gpu/fopen.cpp libc/src/stdio/gpu/fputc.cpp libc/src/stdio/gpu/fputs.cpp libc/src/stdio/gpu/fread.cpp libc/src/stdio/gpu/fseek.cpp libc/src/stdio/gpu/ftell.cpp libc/src/stdio/gpu/fwrite.cpp libc/src/stdio/gpu/getc.cpp libc/src/stdio/gpu/getchar.cpp libc/src/stdio/gpu/putc.cpp libc/src/stdio/gpu/putchar.cpp libc/src/stdio/gpu/puts.cpp libc/src/stdio/gpu/remove.cpp libc/src/stdio/gpu/stderr.cpp libc/src/stdio/gpu/stdin.cpp libc/src/stdio/gpu/stdout.cpp libc/src/stdio/gpu/ungetc.cpp libc/src/stdio/linux/fdopen.cpp libc/src/stdio/linux/remove.cpp libc/src/stdio/linux/rename.cpp libc/src/stdio/printf.h libc/src/stdio/printf_core/char_converter.h libc/src/stdio/printf_core/converter.cpp libc/src/stdio/printf_core/converter.h libc/src/stdio/printf_core/converter_utils.h libc/src/stdio/printf_core/core_structs.h libc/src/stdio/printf_core/fixed_converter.h libc/src/stdio/printf_core/float_dec_converter.h libc/src/stdio/printf_core/float_hex_converter.h libc/src/stdio/printf_core/float_inf_nan_converter.h libc/src/stdio/printf_core/int_converter.h libc/src/stdio/printf_core/parser.h libc/src/stdio/printf_core/printf_main.cpp libc/src/stdio/printf_core/printf_main.h libc/src/stdio/printf_core/ptr_converter.h libc/src/stdio/printf_core/string_converter.h libc/src/stdio/printf_core/vfprintf_internal.h libc/src/stdio/printf_core/write_int_converter.h libc/src/stdio/printf_core/writer.cpp libc/src/stdio/printf_core/writer.h libc/src/stdio/putc.h libc/src/stdio/putchar.h libc/src/stdio/puts.h libc/src/stdio/remove.h libc/src/stdio/rename.h libc/src/stdio/scanf.cpp libc/src/stdio/scanf.h libc/src/stdio/scanf_core/converter.cpp libc/src/stdio/scanf_core/converter.h libc/src/stdio/scanf_core/converter_utils.h libc/src/stdio/scanf_core/core_structs.h libc/src/stdio/scanf_core/current_pos_converter.h libc/src/stdio/scanf_core/float_converter.cpp libc/src/stdio/scanf_core/float_converter.h libc/src/stdio/scanf_core/int_converter.cpp libc/src/stdio/scanf_core/int_converter.h libc/src/stdio/scanf_core/parser.h libc/src/stdio/scanf_core/ptr_converter.cpp libc/src/stdio/scanf_core/ptr_converter.h libc/src/stdio/scanf_core/reader.cpp libc/src/stdio/scanf_core/reader.h libc/src/stdio/scanf_core/scanf_main.cpp libc/src/stdio/scanf_core/scanf_main.h libc/src/stdio/scanf_core/string_converter.cpp libc/src/stdio/scanf_core/string_converter.h libc/src/stdio/scanf_core/vfscanf_internal.h libc/src/stdio/setbuf.cpp libc/src/stdio/setbuf.h libc/src/stdio/setvbuf.cpp libc/src/stdio/setvbuf.h libc/src/stdio/snprintf.cpp libc/src/stdio/snprintf.h libc/src/stdio/sprintf.cpp libc/src/stdio/sprintf.h libc/src/stdio/sscanf.cpp libc/src/stdio/sscanf.h libc/src/stdio/ungetc.h libc/src/stdio/vfprintf.cpp libc/src/stdio/vfprintf.h libc/src/stdio/vprintf.h libc/src/stdio/vsnprintf.cpp libc/src/stdio/vsnprintf.h libc/src/stdio/vsprintf.cpp libc/src/stdio/vsprintf.h libc/src/stdlib/_Exit.cpp libc/src/stdlib/_Exit.h libc/src/stdlib/abort.h libc/src/stdlib/abs.cpp libc/src/stdlib/abs.h libc/src/stdlib/aligned_alloc.h libc/src/stdlib/at_quick_exit.cpp libc/src/stdlib/at_quick_exit.h libc/src/stdlib/atexit.cpp libc/src/stdlib/atexit.h libc/src/stdlib/atof.cpp libc/src/stdlib/atof.h libc/src/stdlib/atoi.cpp libc/src/stdlib/atoi.h libc/src/stdlib/atol.cpp libc/src/stdlib/atol.h libc/src/stdlib/atoll.cpp libc/src/stdlib/atoll.h libc/src/stdlib/baremetal/abort.cpp libc/src/stdlib/bsearch.cpp libc/src/stdlib/bsearch.h libc/src/stdlib/calloc.h libc/src/stdlib/div.cpp libc/src/stdlib/div.h libc/src/stdlib/exit.cpp libc/src/stdlib/exit.h libc/src/stdlib/exit_handler.cpp libc/src/stdlib/exit_handler.h libc/src/stdlib/free.h libc/src/stdlib/freelist_malloc.cpp libc/src/stdlib/getenv.cpp libc/src/stdlib/getenv.h libc/src/stdlib/gpu/abort.cpp libc/src/stdlib/gpu/free.cpp libc/src/stdlib/gpu/malloc.cpp libc/src/stdlib/labs.cpp libc/src/stdlib/labs.h libc/src/stdlib/ldiv.cpp libc/src/stdlib/ldiv.h libc/src/stdlib/linux/abort.cpp libc/src/stdlib/llabs.cpp libc/src/stdlib/llabs.h libc/src/stdlib/lldiv.cpp libc/src/stdlib/lldiv.h libc/src/stdlib/malloc.h libc/src/stdlib/qsort.cpp libc/src/stdlib/qsort.h libc/src/stdlib/qsort_r.cpp libc/src/stdlib/qsort_r.h libc/src/stdlib/qsort_util.h libc/src/stdlib/quick_exit.cpp libc/src/stdlib/quick_exit.h libc/src/stdlib/rand.cpp libc/src/stdlib/rand.h libc/src/stdlib/rand_util.cpp libc/src/stdlib/rand_util.h libc/src/stdlib/realloc.h libc/src/stdlib/srand.cpp libc/src/stdlib/srand.h libc/src/stdlib/str_from_util.h libc/src/stdlib/strfromd.cpp libc/src/stdlib/strfromd.h libc/src/stdlib/strfromf.cpp libc/src/stdlib/strfromf.h libc/src/stdlib/strfroml.cpp libc/src/stdlib/strfroml.h libc/src/stdlib/strtod.cpp libc/src/stdlib/strtod.h libc/src/stdlib/strtof.cpp libc/src/stdlib/strtof.h libc/src/stdlib/strtol.cpp libc/src/stdlib/strtol.h libc/src/stdlib/strtold.cpp libc/src/stdlib/strtold.h libc/src/stdlib/strtoll.cpp libc/src/stdlib/strtoll.h libc/src/stdlib/strtoul.cpp libc/src/stdlib/strtoul.h libc/src/stdlib/strtoull.cpp libc/src/stdlib/strtoull.h libc/src/string/allocating_string_utils.h libc/src/string/bcmp.cpp libc/src/string/bcmp.h libc/src/string/bcopy.cpp libc/src/string/bcopy.h libc/src/string/bzero.cpp libc/src/string/bzero.h libc/src/string/index.cpp libc/src/string/index.h libc/src/string/memccpy.cpp libc/src/string/memccpy.h libc/src/string/memchr.cpp libc/src/string/memchr.h libc/src/string/memcmp.cpp libc/src/string/memcmp.h libc/src/string/memcpy.cpp libc/src/string/memcpy.h libc/src/string/memmem.cpp libc/src/string/memmem.h libc/src/string/memmove.cpp libc/src/string/memmove.h libc/src/string/memory_utils/aarch64/inline_bcmp.h libc/src/string/memory_utils/aarch64/inline_memcmp.h libc/src/string/memory_utils/aarch64/inline_memcpy.h libc/src/string/memory_utils/aarch64/inline_memmove.h libc/src/string/memory_utils/aarch64/inline_memset.h libc/src/string/memory_utils/generic/aligned_access.h libc/src/string/memory_utils/generic/builtin.h libc/src/string/memory_utils/generic/byte_per_byte.h libc/src/string/memory_utils/inline_bcmp.h libc/src/string/memory_utils/inline_bzero.h libc/src/string/memory_utils/inline_memcmp.h libc/src/string/memory_utils/inline_memcpy.h libc/src/string/memory_utils/inline_memmem.h libc/src/string/memory_utils/inline_memmove.h libc/src/string/memory_utils/inline_memset.h libc/src/string/memory_utils/inline_strcmp.h libc/src/string/memory_utils/inline_strstr.h libc/src/string/memory_utils/op_aarch64.h libc/src/string/memory_utils/op_builtin.h libc/src/string/memory_utils/op_generic.h libc/src/string/memory_utils/op_riscv.h libc/src/string/memory_utils/op_x86.h libc/src/string/memory_utils/riscv/inline_bcmp.h libc/src/string/memory_utils/riscv/inline_memcmp.h libc/src/string/memory_utils/riscv/inline_memcpy.h libc/src/string/memory_utils/riscv/inline_memmove.h libc/src/string/memory_utils/riscv/inline_memset.h libc/src/string/memory_utils/utils.h libc/src/string/memory_utils/x86_64/inline_bcmp.h libc/src/string/memory_utils/x86_64/inline_memcmp.h libc/src/string/memory_utils/x86_64/inline_memcpy.h libc/src/string/memory_utils/x86_64/inline_memmove.h libc/src/string/memory_utils/x86_64/inline_memset.h libc/src/string/mempcpy.cpp libc/src/string/mempcpy.h libc/src/string/memrchr.cpp libc/src/string/memrchr.h libc/src/string/memset.cpp libc/src/string/memset.h libc/src/string/memset_explicit.cpp libc/src/string/memset_explicit.h libc/src/string/rindex.cpp libc/src/string/rindex.h libc/src/string/stpcpy.cpp libc/src/string/stpcpy.h libc/src/string/stpncpy.cpp libc/src/string/stpncpy.h libc/src/string/strcasecmp.cpp libc/src/string/strcasecmp.h libc/src/string/strcasestr.cpp libc/src/string/strcasestr.h libc/src/string/strcat.cpp libc/src/string/strcat.h libc/src/string/strchr.cpp libc/src/string/strchr.h libc/src/string/strchrnul.cpp libc/src/string/strchrnul.h libc/src/string/strcmp.cpp libc/src/string/strcmp.h libc/src/string/strcoll.cpp libc/src/string/strcoll.h libc/src/string/strcpy.cpp libc/src/string/strcpy.h libc/src/string/strcspn.cpp libc/src/string/strcspn.h libc/src/string/strdup.cpp libc/src/string/strdup.h libc/src/string/strerror.cpp libc/src/string/strerror.h libc/src/string/strerror_r.cpp libc/src/string/strerror_r.h libc/src/string/string_utils.h libc/src/string/strlcat.cpp libc/src/string/strlcat.h libc/src/string/strlcpy.cpp libc/src/string/strlcpy.h libc/src/string/strlen.cpp libc/src/string/strlen.h libc/src/string/strncasecmp.cpp libc/src/string/strncasecmp.h libc/src/string/strncat.cpp libc/src/string/strncat.h libc/src/string/strncmp.cpp libc/src/string/strncmp.h libc/src/string/strncpy.cpp libc/src/string/strncpy.h libc/src/string/strndup.cpp libc/src/string/strndup.h libc/src/string/strnlen.cpp libc/src/string/strnlen.h libc/src/string/strpbrk.cpp libc/src/string/strpbrk.h libc/src/string/strrchr.cpp libc/src/string/strrchr.h libc/src/string/strsep.cpp libc/src/string/strsep.h libc/src/string/strsignal.cpp libc/src/string/strsignal.h libc/src/string/strspn.cpp libc/src/string/strspn.h libc/src/string/strstr.cpp libc/src/string/strstr.h libc/src/string/strtok.cpp libc/src/string/strtok.h libc/src/string/strtok_r.cpp libc/src/string/strtok_r.h libc/src/string/strxfrm.cpp libc/src/string/strxfrm.h libc/src/sys/auxv/getauxval.h libc/src/sys/auxv/linux/getauxval.cpp libc/src/sys/epoll/epoll_create.h libc/src/sys/epoll/epoll_create1.h libc/src/sys/epoll/epoll_ctl.h libc/src/sys/epoll/epoll_pwait.h libc/src/sys/epoll/epoll_pwait2.h libc/src/sys/epoll/epoll_wait.h libc/src/sys/epoll/linux/epoll_create.cpp libc/src/sys/epoll/linux/epoll_create1.cpp libc/src/sys/epoll/linux/epoll_ctl.cpp libc/src/sys/epoll/linux/epoll_pwait.cpp libc/src/sys/epoll/linux/epoll_pwait2.cpp libc/src/sys/epoll/linux/epoll_wait.cpp libc/src/sys/mman/linux/madvise.cpp libc/src/sys/mman/linux/mincore.cpp libc/src/sys/mman/linux/mlock.cpp libc/src/sys/mman/linux/mlock2.cpp libc/src/sys/mman/linux/mlockall.cpp libc/src/sys/mman/linux/mmap.cpp libc/src/sys/mman/linux/mprotect.cpp libc/src/sys/mman/linux/msync.cpp libc/src/sys/mman/linux/munlock.cpp libc/src/sys/mman/linux/munlockall.cpp libc/src/sys/mman/linux/munmap.cpp libc/src/sys/mman/linux/posix_madvise.cpp libc/src/sys/mman/linux/shm_common.h libc/src/sys/mman/linux/shm_open.cpp libc/src/sys/mman/linux/shm_unlink.cpp libc/src/sys/mman/madvise.h libc/src/sys/mman/mincore.h libc/src/sys/mman/mlock.h libc/src/sys/mman/mlock2.h libc/src/sys/mman/mlockall.h libc/src/sys/mman/mmap.h libc/src/sys/mman/mprotect.h libc/src/sys/mman/msync.h libc/src/sys/mman/munlock.h libc/src/sys/mman/munlockall.h libc/src/sys/mman/munmap.h libc/src/sys/mman/posix_madvise.h libc/src/sys/mman/shm_open.h libc/src/sys/mman/shm_unlink.h libc/src/sys/prctl/linux/prctl.cpp libc/src/sys/prctl/prctl.h libc/src/sys/random/getrandom.h libc/src/sys/random/linux/getrandom.cpp libc/src/sys/resource/getrlimit.h libc/src/sys/resource/linux/getrlimit.cpp libc/src/sys/resource/linux/setrlimit.cpp libc/src/sys/resource/setrlimit.h libc/src/sys/select/linux/select.cpp libc/src/sys/select/select.h libc/src/sys/sendfile/linux/sendfile.cpp libc/src/sys/sendfile/sendfile.h libc/src/sys/socket/bind.h libc/src/sys/socket/linux/bind.cpp libc/src/sys/socket/linux/socket.cpp libc/src/sys/socket/socket.h libc/src/sys/stat/chmod.h libc/src/sys/stat/fchmod.h libc/src/sys/stat/fchmodat.h libc/src/sys/stat/fstat.h libc/src/sys/stat/linux/chmod.cpp libc/src/sys/stat/linux/fchmod.cpp libc/src/sys/stat/linux/fchmodat.cpp libc/src/sys/stat/linux/fstat.cpp libc/src/sys/stat/linux/kernel_statx.h libc/src/sys/stat/linux/lstat.cpp libc/src/sys/stat/linux/mkdir.cpp libc/src/sys/stat/linux/mkdirat.cpp libc/src/sys/stat/linux/stat.cpp libc/src/sys/stat/lstat.h libc/src/sys/stat/mkdir.h libc/src/sys/stat/mkdirat.h libc/src/sys/stat/stat.h libc/src/sys/statvfs/fstatvfs.h libc/src/sys/statvfs/linux/fstatvfs.cpp libc/src/sys/statvfs/linux/statfs_utils.h libc/src/sys/statvfs/linux/statvfs.cpp libc/src/sys/statvfs/statvfs.h libc/src/sys/utsname/linux/uname.cpp libc/src/sys/utsname/uname.h libc/src/sys/wait/linux/wait.cpp libc/src/sys/wait/linux/wait4.cpp libc/src/sys/wait/linux/waitpid.cpp libc/src/sys/wait/wait.h libc/src/sys/wait/wait4.h libc/src/sys/wait/wait4Impl.h libc/src/sys/wait/waitpid.h libc/src/termios/cfgetispeed.h libc/src/termios/cfgetospeed.h libc/src/termios/cfsetispeed.h libc/src/termios/cfsetospeed.h libc/src/termios/linux/cfgetispeed.cpp libc/src/termios/linux/cfgetospeed.cpp libc/src/termios/linux/cfsetispeed.cpp libc/src/termios/linux/cfsetospeed.cpp libc/src/termios/linux/kernel_termios.h libc/src/termios/linux/tcdrain.cpp libc/src/termios/linux/tcflow.cpp libc/src/termios/linux/tcflush.cpp libc/src/termios/linux/tcgetattr.cpp libc/src/termios/linux/tcgetsid.cpp libc/src/termios/linux/tcsendbreak.cpp libc/src/termios/linux/tcsetattr.cpp libc/src/termios/tcdrain.h libc/src/termios/tcflow.h libc/src/termios/tcflush.h libc/src/termios/tcgetattr.h libc/src/termios/tcgetsid.h libc/src/termios/tcsendbreak.h libc/src/termios/tcsetattr.h libc/src/threads/call_once.cpp libc/src/threads/call_once.h libc/src/threads/cnd_broadcast.h libc/src/threads/cnd_destroy.h libc/src/threads/cnd_init.h libc/src/threads/cnd_signal.h libc/src/threads/cnd_wait.h libc/src/threads/linux/Futex.h libc/src/threads/linux/cnd_broadcast.cpp libc/src/threads/linux/cnd_destroy.cpp libc/src/threads/linux/cnd_init.cpp libc/src/threads/linux/cnd_signal.cpp libc/src/threads/linux/cnd_wait.cpp libc/src/threads/mtx_destroy.cpp libc/src/threads/mtx_destroy.h libc/src/threads/mtx_init.cpp libc/src/threads/mtx_init.h libc/src/threads/mtx_lock.cpp libc/src/threads/mtx_lock.h libc/src/threads/mtx_unlock.cpp libc/src/threads/mtx_unlock.h libc/src/threads/thrd_create.cpp libc/src/threads/thrd_create.h libc/src/threads/thrd_current.cpp libc/src/threads/thrd_current.h libc/src/threads/thrd_detach.cpp libc/src/threads/thrd_detach.h libc/src/threads/thrd_equal.cpp libc/src/threads/thrd_equal.h libc/src/threads/thrd_exit.cpp libc/src/threads/thrd_exit.h libc/src/threads/thrd_join.cpp libc/src/threads/thrd_join.h libc/src/threads/tss_create.cpp libc/src/threads/tss_create.h libc/src/threads/tss_delete.cpp libc/src/threads/tss_delete.h libc/src/threads/tss_get.cpp libc/src/threads/tss_get.h libc/src/threads/tss_set.cpp libc/src/threads/tss_set.h libc/src/time/asctime.cpp libc/src/time/asctime.h libc/src/time/asctime_r.cpp libc/src/time/asctime_r.h libc/src/time/clock.h libc/src/time/clock_gettime.h libc/src/time/difftime.cpp libc/src/time/difftime.h libc/src/time/gettimeofday.h libc/src/time/gmtime.cpp libc/src/time/gmtime.h libc/src/time/gmtime_r.cpp libc/src/time/gmtime_r.h libc/src/time/gpu/clock.cpp libc/src/time/gpu/nanosleep.cpp libc/src/time/gpu/time_utils.cpp libc/src/time/gpu/time_utils.h libc/src/time/linux/clock.cpp libc/src/time/linux/clock_gettime.cpp libc/src/time/linux/gettimeofday.cpp libc/src/time/linux/nanosleep.cpp libc/src/time/linux/time.cpp libc/src/time/mktime.cpp libc/src/time/mktime.h libc/src/time/nanosleep.h libc/src/time/time_func.h libc/src/time/time_utils.cpp libc/src/time/time_utils.h libc/src/unistd/_exit.cpp libc/src/unistd/_exit.h libc/src/unistd/access.h libc/src/unistd/chdir.h libc/src/unistd/close.h libc/src/unistd/dup.h libc/src/unistd/dup2.h libc/src/unistd/dup3.h libc/src/unistd/environ.cpp libc/src/unistd/environ.h libc/src/unistd/execv.h libc/src/unistd/execve.h libc/src/unistd/fchdir.h libc/src/unistd/fork.h libc/src/unistd/fpathconf.h libc/src/unistd/fsync.h libc/src/unistd/ftruncate.h libc/src/unistd/getcwd.h libc/src/unistd/geteuid.h libc/src/unistd/getopt.cpp libc/src/unistd/getopt.h libc/src/unistd/getpid.h libc/src/unistd/getppid.h libc/src/unistd/getuid.h libc/src/unistd/isatty.h libc/src/unistd/link.h libc/src/unistd/linkat.h libc/src/unistd/linux/access.cpp libc/src/unistd/linux/chdir.cpp libc/src/unistd/linux/close.cpp libc/src/unistd/linux/dup.cpp libc/src/unistd/linux/dup2.cpp libc/src/unistd/linux/dup3.cpp libc/src/unistd/linux/execv.cpp libc/src/unistd/linux/execve.cpp libc/src/unistd/linux/fchdir.cpp libc/src/unistd/linux/fork.cpp libc/src/unistd/linux/fpathconf.cpp libc/src/unistd/linux/fsync.cpp libc/src/unistd/linux/ftruncate.cpp libc/src/unistd/linux/getcwd.cpp libc/src/unistd/linux/geteuid.cpp libc/src/unistd/linux/getpid.cpp libc/src/unistd/linux/getppid.cpp libc/src/unistd/linux/getuid.cpp libc/src/unistd/linux/isatty.cpp libc/src/unistd/linux/link.cpp libc/src/unistd/linux/linkat.cpp libc/src/unistd/linux/lseek.cpp libc/src/unistd/linux/pathconf.cpp libc/src/unistd/linux/pathconf_utils.cpp libc/src/unistd/linux/pathconf_utils.h libc/src/unistd/linux/pipe.cpp libc/src/unistd/linux/pread.cpp libc/src/unistd/linux/pwrite.cpp libc/src/unistd/linux/read.cpp libc/src/unistd/linux/readlink.cpp libc/src/unistd/linux/readlinkat.cpp libc/src/unistd/linux/rmdir.cpp libc/src/unistd/linux/symlink.cpp libc/src/unistd/linux/symlinkat.cpp libc/src/unistd/linux/syscall.cpp libc/src/unistd/linux/sysconf.cpp libc/src/unistd/linux/truncate.cpp libc/src/unistd/linux/unlink.cpp libc/src/unistd/linux/unlinkat.cpp libc/src/unistd/linux/write.cpp libc/src/unistd/lseek.h libc/src/unistd/pathconf.h libc/src/unistd/pipe.h libc/src/unistd/pread.h libc/src/unistd/pwrite.h libc/src/unistd/read.h libc/src/unistd/readlink.h libc/src/unistd/readlinkat.h libc/src/unistd/rmdir.h libc/src/unistd/swab.cpp libc/src/unistd/swab.h libc/src/unistd/symlink.h libc/src/unistd/symlinkat.h libc/src/unistd/syscall.h libc/src/unistd/sysconf.h libc/src/unistd/truncate.h libc/src/unistd/unlink.h libc/src/unistd/unlinkat.h libc/src/unistd/write.h libc/src/wchar/btowc.cpp libc/src/wchar/btowc.h libc/src/wchar/wctob.cpp libc/src/wchar/wctob.h libc/startup/baremetal/fini.cpp libc/startup/baremetal/init.cpp libc/startup/gpu/amdgpu/start.cpp libc/startup/gpu/nvptx/start.cpp libc/startup/linux/aarch64/tls.cpp libc/startup/linux/do_start.cpp libc/startup/linux/do_start.h libc/startup/linux/riscv/tls.cpp libc/startup/linux/x86_64/tls.cpp libc/test/IntegrationTest/test.cpp libc/test/UnitTest/BazelFilePath.cpp libc/test/UnitTest/CmakeFilePath.cpp libc/test/UnitTest/ErrnoSetterMatcher.h libc/test/UnitTest/ExecuteFunction.h libc/test/UnitTest/ExecuteFunctionUnix.cpp libc/test/UnitTest/FEnvSafeTest.cpp libc/test/UnitTest/FEnvSafeTest.h libc/test/UnitTest/FPExceptMatcher.cpp libc/test/UnitTest/FPExceptMatcher.h libc/test/UnitTest/FPMatcher.h libc/test/UnitTest/GTest.h libc/test/UnitTest/HermeticTestUtils.cpp libc/test/UnitTest/LibcDeathTestExecutors.cpp libc/test/UnitTest/LibcTest.cpp libc/test/UnitTest/LibcTest.h libc/test/UnitTest/MemoryMatcher.cpp libc/test/UnitTest/MemoryMatcher.h libc/test/UnitTest/PrintfMatcher.cpp libc/test/UnitTest/PrintfMatcher.h libc/test/UnitTest/RoundingModeUtils.cpp libc/test/UnitTest/RoundingModeUtils.h libc/test/UnitTest/ScanfMatcher.cpp libc/test/UnitTest/ScanfMatcher.h libc/test/UnitTest/StringUtils.h libc/test/UnitTest/TestLogger.cpp libc/test/UnitTest/TestLogger.h libc/test/UnitTest/ZxTest.h libc/test/include/sys/queue_test.cpp libc/test/integration/src/pthread/pthread_rwlock_test.cpp libc/test/src/__support/CPP/algorithm_test.cpp libc/test/src/__support/CPP/bit_test.cpp libc/test/src/__support/CPP/cstddef_test.cpp libc/test/src/__support/CPP/limits_test.cpp libc/test/src/__support/CPP/type_traits_test.cpp libc/test/src/__support/HashTable/bitmask_test.cpp libc/test/src/__support/HashTable/group_test.cpp libc/test/src/__support/HashTable/table_test.cpp libc/test/src/__support/big_int_test.cpp libc/test/src/__support/endian_test.cpp libc/test/src/__support/freelist_heap_test.cpp libc/test/src/__support/math_extras_test.cpp libc/test/src/__support/memory_size_test.cpp libc/test/src/__support/str_to_double_test.cpp libc/test/src/__support/str_to_float_test.cpp libc/test/src/__support/str_to_fp_test.h libc/test/src/__support/str_to_long_double_test.cpp libc/test/src/math/performance_testing/BinaryOpSingleOutputPerf.h libc/test/src/math/performance_testing/SingleInputSingleOutputPerf.h libc/test/src/math/performance_testing/Timer.cpp libc/test/src/math/performance_testing/Timer.h libc/test/src/math/sdcomp26094.h libc/test/src/stdio/sprintf_test.cpp libc/test/src/stdlib/strtoint32_test.cpp libc/test/src/stdlib/strtoint64_test.cpp libc/test/src/string/bcmp_test.cpp libc/test/src/string/bcopy_test.cpp libc/test/src/string/bzero_test.cpp libc/test/src/string/memcmp_test.cpp libc/test/src/string/memcpy_test.cpp libc/test/src/string/memmem_test.cpp libc/test/src/string/memmove_test.cpp libc/test/src/string/memory_utils/memory_check_utils.h libc/test/src/string/memory_utils/op_tests.cpp libc/test/src/string/memory_utils/utils_test.cpp libc/test/src/string/memset_explicit_test.cpp libc/test/src/string/memset_test.cpp libc/test/src/sys/statvfs/linux/fstatvfs_test.cpp libc/test/src/sys/statvfs/linux/statvfs_test.cpp libc/test/src/time/TmHelper.h libc/test/src/time/TmMatcher.h libc/utils/MPFRWrapper/MPFRUtils.cpp libc/utils/MPFRWrapper/MPFRUtils.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/__support/CPP/bit.h b/libc/src/__support/CPP/bit.h
index 56e8db1967..47f3793bc2 100644
--- a/libc/src/__support/CPP/bit.h
+++ b/libc/src/__support/CPP/bit.h
@@ -18,7 +18,7 @@
#include <stdint.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
#if __has_builtin(__builtin_memcpy_inline)
@@ -291,7 +291,7 @@ ADD_SPECIALIZATION(unsigned long long, __builtin_popcountll)
#endif // __builtin_popcountg
#undef ADD_SPECIALIZATION
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_BIT_H
diff --git a/libc/src/__support/CPP/bitset.h b/libc/src/__support/CPP/bitset.h
index a476c2f361..58d1827ea2 100644
--- a/libc/src/__support/CPP/bitset.h
+++ b/libc/src/__support/CPP/bitset.h
@@ -12,7 +12,7 @@
#include "src/__support/macros/attributes.h"
#include <stddef.h> // For size_t.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
template <size_t NumberOfBits> struct bitset {
@@ -87,7 +87,7 @@ private:
size_t Data[NUMBER_OF_UNITS] = {0};
};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_BITSET_H
diff --git a/libc/src/__support/CPP/cstddef.h b/libc/src/__support/CPP/cstddef.h
index 2dd30a732f..5a0a075b9c 100644
--- a/libc/src/__support/CPP/cstddef.h
+++ b/libc/src/__support/CPP/cstddef.h
@@ -12,7 +12,7 @@
#include "src/__support/macros/attributes.h"
#include "type_traits.h" // For enable_if_t, is_integral_v.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
enum class byte : unsigned char {};
@@ -67,7 +67,7 @@ to_integer(byte b) noexcept {
return static_cast<IntegerType>(b);
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_CSTDDEF_H
diff --git a/libc/src/__support/CPP/expected.h b/libc/src/__support/CPP/expected.h
index 2c3cc67d44..8816fe14e9 100644
--- a/libc/src/__support/CPP/expected.h
+++ b/libc/src/__support/CPP/expected.h
@@ -11,7 +11,7 @@
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// This is used to hold an unexpected value so that a different constructor is
@@ -53,7 +53,7 @@ public:
LIBC_INLINE constexpr const T *operator->() const { return &exp; }
};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_EXPECTED_H
diff --git a/libc/src/__support/CPP/span.h b/libc/src/__support/CPP/span.h
index f1cedf1bc9..444be9c64c 100644
--- a/libc/src/__support/CPP/span.h
+++ b/libc/src/__support/CPP/span.h
@@ -15,7 +15,7 @@
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// A trimmed down implementation of std::span.
@@ -120,7 +120,7 @@ private:
size_t span_size;
};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_SPAN_H
diff --git a/libc/src/__support/CPP/type_traits/add_lvalue_reference.h b/libc/src/__support/CPP/type_traits/add_lvalue_reference.h
index 7a0e5ce882..428c4578c8 100644
--- a/libc/src/__support/CPP/type_traits/add_lvalue_reference.h
+++ b/libc/src/__support/CPP/type_traits/add_lvalue_reference.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// add_lvalue_reference
@@ -26,7 +26,7 @@ struct add_lvalue_reference : decltype(detail::try_add_lvalue_reference<T>(0)) {
template <class T>
using add_lvalue_reference_t = typename add_lvalue_reference<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_ADD_LVALUE_REFERENCE_H
diff --git a/libc/src/__support/CPP/type_traits/add_pointer.h b/libc/src/__support/CPP/type_traits/add_pointer.h
index bdd11d4df8..c9d678e6f1 100644
--- a/libc/src/__support/CPP/type_traits/add_pointer.h
+++ b/libc/src/__support/CPP/type_traits/add_pointer.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/remove_reference.h"
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// add_pointer
@@ -23,7 +23,7 @@ template <class T> auto try_add_pointer(...) -> cpp::type_identity<T>;
template <class T>
struct add_pointer : decltype(detail::try_add_pointer<T>(0)) {};
template <class T> using add_pointer_t = typename add_pointer<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_ADD_POINTER_H
diff --git a/libc/src/__support/CPP/type_traits/add_rvalue_reference.h b/libc/src/__support/CPP/type_traits/add_rvalue_reference.h
index 5a4bd99707..babb81b3f2 100644
--- a/libc/src/__support/CPP/type_traits/add_rvalue_reference.h
+++ b/libc/src/__support/CPP/type_traits/add_rvalue_reference.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// add_rvalue_reference
@@ -25,7 +25,7 @@ struct add_rvalue_reference : decltype(detail::try_add_rvalue_reference<T>(0)) {
template <class T>
using add_rvalue_reference_t = typename add_rvalue_reference<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_ADD_RVALUE_REFERENCE_H
diff --git a/libc/src/__support/CPP/type_traits/aligned_storage.h b/libc/src/__support/CPP/type_traits/aligned_storage.h
index 7dd42899e5..edb789e127 100644
--- a/libc/src/__support/CPP/type_traits/aligned_storage.h
+++ b/libc/src/__support/CPP/type_traits/aligned_storage.h
@@ -11,7 +11,7 @@
#include <stddef.h> // size_t
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
template <size_t Len, size_t Align> struct aligned_storage {
@@ -23,7 +23,7 @@ template <size_t Len, size_t Align> struct aligned_storage {
template <size_t Len, size_t Align>
using aligned_storage_t = typename aligned_storage<Len, Align>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_ALIGNED_STORAGE_H
diff --git a/libc/src/__support/CPP/type_traits/always_false.h b/libc/src/__support/CPP/type_traits/always_false.h
index 4776a84c2d..35bb0603a5 100644
--- a/libc/src/__support/CPP/type_traits/always_false.h
+++ b/libc/src/__support/CPP/type_traits/always_false.h
@@ -11,7 +11,7 @@
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// This is technically not part of the standard but it come often enough that
@@ -25,7 +25,7 @@ namespace cpp {
// Usage `static_assert(cpp::always_false<T>, "error message");`
template <typename...> LIBC_INLINE_VAR constexpr bool always_false = false;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_ALWAYS_FALSE_H
diff --git a/libc/src/__support/CPP/type_traits/bool_constant.h b/libc/src/__support/CPP/type_traits/bool_constant.h
index bdaba963a6..03ca52bc64 100644
--- a/libc/src/__support/CPP/type_traits/bool_constant.h
+++ b/libc/src/__support/CPP/type_traits/bool_constant.h
@@ -10,13 +10,13 @@
#include "src/__support/CPP/type_traits/integral_constant.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// bool_constant
template <bool V> using bool_constant = cpp::integral_constant<bool, V>;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_BOOL_CONSTANT_H
diff --git a/libc/src/__support/CPP/type_traits/conditional.h b/libc/src/__support/CPP/type_traits/conditional.h
index 9636ac7d19..a1b3c01bfd 100644
--- a/libc/src/__support/CPP/type_traits/conditional.h
+++ b/libc/src/__support/CPP/type_traits/conditional.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// conditional
@@ -21,7 +21,7 @@ struct conditional<false, T, F> : type_identity<F> {};
template <bool B, typename T, typename F>
using conditional_t = typename conditional<B, T, F>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_CONDITIONAL_H
diff --git a/libc/src/__support/CPP/type_traits/decay.h b/libc/src/__support/CPP/type_traits/decay.h
index 30eb89177e..50280812e0 100644
--- a/libc/src/__support/CPP/type_traits/decay.h
+++ b/libc/src/__support/CPP/type_traits/decay.h
@@ -18,7 +18,7 @@
#include "src/__support/CPP/type_traits/remove_extent.h"
#include "src/__support/CPP/type_traits/remove_reference.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// decay
@@ -33,7 +33,7 @@ public:
};
template <class T> using decay_t = typename decay<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_DECAY_H
diff --git a/libc/src/__support/CPP/type_traits/enable_if.h b/libc/src/__support/CPP/type_traits/enable_if.h
index 9d060466a0..b74e139c15 100644
--- a/libc/src/__support/CPP/type_traits/enable_if.h
+++ b/libc/src/__support/CPP/type_traits/enable_if.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// enable_if
@@ -19,7 +19,7 @@ template <typename T> struct enable_if<true, T> : type_identity<T> {};
template <bool B, typename T = void>
using enable_if_t = typename enable_if<B, T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_ENABLE_IF_H
diff --git a/libc/src/__support/CPP/type_traits/false_type.h b/libc/src/__support/CPP/type_traits/false_type.h
index 40a630e38c..5ff01186ad 100644
--- a/libc/src/__support/CPP/type_traits/false_type.h
+++ b/libc/src/__support/CPP/type_traits/false_type.h
@@ -10,13 +10,13 @@
#include "src/__support/CPP/type_traits/bool_constant.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// false_type
using false_type = cpp::bool_constant<false>;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_FALSE_TYPE_H
diff --git a/libc/src/__support/CPP/type_traits/integral_constant.h b/libc/src/__support/CPP/type_traits/integral_constant.h
index 60173baa8f..3b5c928897 100644
--- a/libc/src/__support/CPP/type_traits/integral_constant.h
+++ b/libc/src/__support/CPP/type_traits/integral_constant.h
@@ -10,7 +10,7 @@
#include "src/__support/macros/attributes.h" // LIBC_INLINE_VAR
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// integral_constant
@@ -19,7 +19,7 @@ template <typename T, T v> struct integral_constant {
LIBC_INLINE_VAR static constexpr T value = v;
};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_INTEGRAL_CONSTANT_H
diff --git a/libc/src/__support/CPP/type_traits/invoke.h b/libc/src/__support/CPP/type_traits/invoke.h
index 1c42c14f6b..8f29cb7f9f 100644
--- a/libc/src/__support/CPP/type_traits/invoke.h
+++ b/libc/src/__support/CPP/type_traits/invoke.h
@@ -18,7 +18,7 @@
#include "src/__support/CPP/utility/forward.h"
#include "src/__support/macros/attributes.h" // LIBC_INLINE
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
namespace detail {
@@ -60,7 +60,7 @@ decltype(auto) invoke(Function &&fun, Args &&...args) {
cpp::forward<Function>(fun), cpp::forward<Args>(args)...);
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_INVOKE_H
diff --git a/libc/src/__support/CPP/type_traits/invoke_result.h b/libc/src/__support/CPP/type_traits/invoke_result.h
index e036dd5b18..257c012122 100644
--- a/libc/src/__support/CPP/type_traits/invoke_result.h
+++ b/libc/src/__support/CPP/type_traits/invoke_result.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
#include "src/__support/CPP/utility/declval.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
template <class F, class... Args>
@@ -22,7 +22,7 @@ struct invoke_result : cpp::type_identity<decltype(cpp::invoke(
template <class F, class... Args>
using invoke_result_t = typename invoke_result<F, Args...>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_INVOKE_RESULT_H
diff --git a/libc/src/__support/CPP/type_traits/is_arithmetic.h b/libc/src/__support/CPP/type_traits/is_arithmetic.h
index 6ef8913524..3f9366753c 100644
--- a/libc/src/__support/CPP/type_traits/is_arithmetic.h
+++ b/libc/src/__support/CPP/type_traits/is_arithmetic.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/is_integral.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_arithmetic
@@ -23,7 +23,7 @@ struct is_arithmetic : cpp::bool_constant<(cpp::is_integral_v<T> ||
template <typename T>
LIBC_INLINE_VAR constexpr bool is_arithmetic_v = is_arithmetic<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_ARITHMETIC_H
diff --git a/libc/src/__support/CPP/type_traits/is_array.h b/libc/src/__support/CPP/type_traits/is_array.h
index 34daa27bc0..ed0078f697 100644
--- a/libc/src/__support/CPP/type_traits/is_array.h
+++ b/libc/src/__support/CPP/type_traits/is_array.h
@@ -14,7 +14,7 @@
#include <stddef.h> // For size_t
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_array
@@ -24,7 +24,7 @@ template <class T, size_t N> struct is_array<T[N]> : true_type {};
template <class T>
LIBC_INLINE_VAR constexpr bool is_array_v = is_array<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_ARRAY_H
diff --git a/libc/src/__support/CPP/type_traits/is_base_of.h b/libc/src/__support/CPP/type_traits/is_base_of.h
index c1d77c075e..a8ff5783b2 100644
--- a/libc/src/__support/CPP/type_traits/is_base_of.h
+++ b/libc/src/__support/CPP/type_traits/is_base_of.h
@@ -15,7 +15,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_base_of
@@ -40,7 +40,7 @@ struct is_base_of
template <typename Base, typename Derived>
LIBC_INLINE_VAR constexpr bool is_base_of_v = is_base_of<Base, Derived>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_BASE_OF_H
diff --git a/libc/src/__support/CPP/type_traits/is_class.h b/libc/src/__support/CPP/type_traits/is_class.h
index 2b913fe845..d8ab3433fb 100644
--- a/libc/src/__support/CPP/type_traits/is_class.h
+++ b/libc/src/__support/CPP/type_traits/is_class.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/is_union.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_class
@@ -25,7 +25,7 @@ template <class T> struct is_class : decltype(detail::test<T>(nullptr)) {};
template <typename T>
LIBC_INLINE_VAR constexpr bool is_class_v = is_class<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_CLASS_H
diff --git a/libc/src/__support/CPP/type_traits/is_const.h b/libc/src/__support/CPP/type_traits/is_const.h
index ce7b0e6684..e78f0680f2 100644
--- a/libc/src/__support/CPP/type_traits/is_const.h
+++ b/libc/src/__support/CPP/type_traits/is_const.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_const
@@ -21,7 +21,7 @@ template <class T> struct is_const<const T> : cpp::true_type {};
template <class T>
LIBC_INLINE_VAR constexpr bool is_const_v = is_const<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_CONST_H
diff --git a/libc/src/__support/CPP/type_traits/is_constant_evaluated.h b/libc/src/__support/CPP/type_traits/is_constant_evaluated.h
index d1d184924a..cfbd9f8f8d 100644
--- a/libc/src/__support/CPP/type_traits/is_constant_evaluated.h
+++ b/libc/src/__support/CPP/type_traits/is_constant_evaluated.h
@@ -10,14 +10,14 @@
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
LIBC_INLINE constexpr bool is_constant_evaluated() {
return __builtin_is_constant_evaluated();
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_CONSTANT_EVALUATED_H
diff --git a/libc/src/__support/CPP/type_traits/is_convertible.h b/libc/src/__support/CPP/type_traits/is_convertible.h
index 515b00ea45..84b1986ce9 100644
--- a/libc/src/__support/CPP/type_traits/is_convertible.h
+++ b/libc/src/__support/CPP/type_traits/is_convertible.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/utility/declval.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_convertible
@@ -41,7 +41,7 @@ template <class From, class To>
LIBC_INLINE_VAR constexpr bool is_convertible_v =
is_convertible<From, To>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_CONVERTIBLE_H
diff --git a/libc/src/__support/CPP/type_traits/is_destructible.h b/libc/src/__support/CPP/type_traits/is_destructible.h
index 9f1fc6476c..f69d121cc1 100644
--- a/libc/src/__support/CPP/type_traits/is_destructible.h
+++ b/libc/src/__support/CPP/type_traits/is_destructible.h
@@ -17,7 +17,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_destructible
@@ -61,7 +61,7 @@ template <> struct is_destructible<void> : public false_type {};
template <class T>
LIBC_INLINE_VAR constexpr bool is_destructible_v = is_destructible<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_DESTRUCTIBLE_H
diff --git a/libc/src/__support/CPP/type_traits/is_enum.h b/libc/src/__support/CPP/type_traits/is_enum.h
index d6ce74b3f3..a621c227fa 100644
--- a/libc/src/__support/CPP/type_traits/is_enum.h
+++ b/libc/src/__support/CPP/type_traits/is_enum.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/bool_constant.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_enum
@@ -19,7 +19,7 @@ template <typename T> struct is_enum : bool_constant<__is_enum(T)> {};
template <typename T>
LIBC_INLINE_VAR constexpr bool is_enum_v = is_enum<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_ENUM_H
diff --git a/libc/src/__support/CPP/type_traits/is_fixed_point.h b/libc/src/__support/CPP/type_traits/is_fixed_point.h
index 5832da2175..7c21c161e1 100644
--- a/libc/src/__support/CPP/type_traits/is_fixed_point.h
+++ b/libc/src/__support/CPP/type_traits/is_fixed_point.h
@@ -14,7 +14,7 @@
#include "include/llvm-libc-macros/stdfix-macros.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_fixed_point
@@ -42,7 +42,7 @@ template <typename T> struct is_fixed_point : false_type {};
template <typename T>
LIBC_INLINE_VAR constexpr bool is_fixed_point_v = is_fixed_point<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_FIXED_POINT_H
diff --git a/libc/src/__support/CPP/type_traits/is_floating_point.h b/libc/src/__support/CPP/type_traits/is_floating_point.h
index 1dcf5385ce..2c16e98429 100644
--- a/libc/src/__support/CPP/type_traits/is_floating_point.h
+++ b/libc/src/__support/CPP/type_traits/is_floating_point.h
@@ -13,7 +13,7 @@
#include "src/__support/macros/attributes.h"
#include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_FLOAT128
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_floating_point
@@ -41,7 +41,7 @@ template <typename T>
LIBC_INLINE_VAR constexpr bool is_floating_point_v =
is_floating_point<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_FLOATING_POINT_H
diff --git a/libc/src/__support/CPP/type_traits/is_function.h b/libc/src/__support/CPP/type_traits/is_function.h
index d35caa8186..3a9ef7f2f2 100644
--- a/libc/src/__support/CPP/type_traits/is_function.h
+++ b/libc/src/__support/CPP/type_traits/is_function.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/is_reference.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_function
@@ -28,7 +28,7 @@ struct is_function
template <class T>
LIBC_INLINE_VAR constexpr bool is_function_v = is_function<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_FUNCTION_H
diff --git a/libc/src/__support/CPP/type_traits/is_integral.h b/libc/src/__support/CPP/type_traits/is_integral.h
index 0e71b88f92..f27b679986 100644
--- a/libc/src/__support/CPP/type_traits/is_integral.h
+++ b/libc/src/__support/CPP/type_traits/is_integral.h
@@ -13,7 +13,7 @@
#include "src/__support/macros/attributes.h"
#include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_integral
@@ -36,7 +36,7 @@ public:
template <typename T>
LIBC_INLINE_VAR constexpr bool is_integral_v = is_integral<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_INTEGRAL_H
diff --git a/libc/src/__support/CPP/type_traits/is_lvalue_reference.h b/libc/src/__support/CPP/type_traits/is_lvalue_reference.h
index ad00239f6c..476a2711e8 100644
--- a/libc/src/__support/CPP/type_traits/is_lvalue_reference.h
+++ b/libc/src/__support/CPP/type_traits/is_lvalue_reference.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_lvalue_reference
@@ -28,7 +28,7 @@ template <class T>
LIBC_INLINE_VAR constexpr bool is_lvalue_reference_v =
is_lvalue_reference<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_LVALUE_REFERENCE_H
diff --git a/libc/src/__support/CPP/type_traits/is_member_pointer.h b/libc/src/__support/CPP/type_traits/is_member_pointer.h
index d1630b2915..29093b4b5c 100644
--- a/libc/src/__support/CPP/type_traits/is_member_pointer.h
+++ b/libc/src/__support/CPP/type_traits/is_member_pointer.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_member_pointer
@@ -26,7 +26,7 @@ template <class T>
LIBC_INLINE_VAR constexpr bool is_member_pointer_v =
is_member_pointer<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_MEMBER_POINTER_H
diff --git a/libc/src/__support/CPP/type_traits/is_null_pointer.h b/libc/src/__support/CPP/type_traits/is_null_pointer.h
index a6b131181f..8cdd81e89e 100644
--- a/libc/src/__support/CPP/type_traits/is_null_pointer.h
+++ b/libc/src/__support/CPP/type_traits/is_null_pointer.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/remove_cv.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_null_pointer
@@ -22,7 +22,7 @@ struct is_null_pointer : cpp::is_same<cpp::nullptr_t, cpp::remove_cv_t<T>> {};
template <class T>
LIBC_INLINE_VAR constexpr bool is_null_pointer_v = is_null_pointer<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_NULL_POINTER_H
diff --git a/libc/src/__support/CPP/type_traits/is_object.h b/libc/src/__support/CPP/type_traits/is_object.h
index cb2adb977b..b9b718eabc 100644
--- a/libc/src/__support/CPP/type_traits/is_object.h
+++ b/libc/src/__support/CPP/type_traits/is_object.h
@@ -15,7 +15,7 @@
#include "src/__support/CPP/type_traits/is_union.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_object
@@ -26,7 +26,7 @@ struct is_object
template <class T>
LIBC_INLINE_VAR constexpr bool is_object_v = is_object<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_OBJECT_H
diff --git a/libc/src/__support/CPP/type_traits/is_pointer.h b/libc/src/__support/CPP/type_traits/is_pointer.h
index 85b41c9df5..ad14974dc3 100644
--- a/libc/src/__support/CPP/type_traits/is_pointer.h
+++ b/libc/src/__support/CPP/type_traits/is_pointer.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_pointer
@@ -24,7 +24,7 @@ template <typename T> struct is_pointer<T *const volatile> : cpp::true_type {};
template <typename T>
LIBC_INLINE_VAR constexpr bool is_pointer_v = is_pointer<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_POINTER_H
diff --git a/libc/src/__support/CPP/type_traits/is_reference.h b/libc/src/__support/CPP/type_traits/is_reference.h
index a66d3cd7b7..c6e7ea030b 100644
--- a/libc/src/__support/CPP/type_traits/is_reference.h
+++ b/libc/src/__support/CPP/type_traits/is_reference.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_reference
@@ -27,7 +27,7 @@ template <typename T> struct is_reference<T &&> : public true_type {};
template <class T>
LIBC_INLINE_VAR constexpr bool is_reference_v = is_reference<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_REFERENCE_H
diff --git a/libc/src/__support/CPP/type_traits/is_rvalue_reference.h b/libc/src/__support/CPP/type_traits/is_rvalue_reference.h
index fe08e85144..046b90208d 100644
--- a/libc/src/__support/CPP/type_traits/is_rvalue_reference.h
+++ b/libc/src/__support/CPP/type_traits/is_rvalue_reference.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_rvalue_reference
@@ -28,7 +28,7 @@ template <class T>
LIBC_INLINE_VAR constexpr bool is_rvalue_reference_v =
is_rvalue_reference<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_RVALUE_REFERENCE_H
diff --git a/libc/src/__support/CPP/type_traits/is_same.h b/libc/src/__support/CPP/type_traits/is_same.h
index c89a07868c..b77755a462 100644
--- a/libc/src/__support/CPP/type_traits/is_same.h
+++ b/libc/src/__support/CPP/type_traits/is_same.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/true_type.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_same
@@ -21,7 +21,7 @@ template <typename T> struct is_same<T, T> : cpp::true_type {};
template <typename T, typename U>
LIBC_INLINE_VAR constexpr bool is_same_v = is_same<T, U>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_SAME_H
diff --git a/libc/src/__support/CPP/type_traits/is_scalar.h b/libc/src/__support/CPP/type_traits/is_scalar.h
index 803783dd2b..2cf1b94de5 100644
--- a/libc/src/__support/CPP/type_traits/is_scalar.h
+++ b/libc/src/__support/CPP/type_traits/is_scalar.h
@@ -16,7 +16,7 @@
#include "src/__support/CPP/type_traits/is_pointer.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_scalar
@@ -28,7 +28,7 @@ struct is_scalar
template <class T>
LIBC_INLINE_VAR constexpr bool is_scalar_v = is_scalar<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_SCALAR_H
diff --git a/libc/src/__support/CPP/type_traits/is_signed.h b/libc/src/__support/CPP/type_traits/is_signed.h
index 65f50530ef..bc6b957663 100644
--- a/libc/src/__support/CPP/type_traits/is_signed.h
+++ b/libc/src/__support/CPP/type_traits/is_signed.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/is_arithmetic.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_signed
@@ -24,7 +24,7 @@ struct is_signed : bool_constant<(is_arithmetic_v<T> && (T(-1) < T(0)))> {
template <typename T>
LIBC_INLINE_VAR constexpr bool is_signed_v = is_signed<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_SIGNED_H
diff --git a/libc/src/__support/CPP/type_traits/is_trivially_constructible.h b/libc/src/__support/CPP/type_traits/is_trivially_constructible.h
index 09e6475493..aad2519df6 100644
--- a/libc/src/__support/CPP/type_traits/is_trivially_constructible.h
+++ b/libc/src/__support/CPP/type_traits/is_trivially_constructible.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/integral_constant.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_trivially_constructible
@@ -18,7 +18,7 @@ template <class T, class... Args>
struct is_trivially_constructible
: integral_constant<bool, __is_trivially_constructible(T, Args...)> {};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_TRIVIALLY_CONSTRUCTIBLE_H
diff --git a/libc/src/__support/CPP/type_traits/is_trivially_copyable.h b/libc/src/__support/CPP/type_traits/is_trivially_copyable.h
index b296225093..0041e61f5f 100644
--- a/libc/src/__support/CPP/type_traits/is_trivially_copyable.h
+++ b/libc/src/__support/CPP/type_traits/is_trivially_copyable.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/integral_constant.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_trivially_copyable
@@ -18,7 +18,7 @@ template <class T>
struct is_trivially_copyable
: public integral_constant<bool, __is_trivially_copyable(T)> {};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_TRIVIALLY_COPYABLE_H
diff --git a/libc/src/__support/CPP/type_traits/is_trivially_destructible.h b/libc/src/__support/CPP/type_traits/is_trivially_destructible.h
index 3cdd6dc046..372826ba49 100644
--- a/libc/src/__support/CPP/type_traits/is_trivially_destructible.h
+++ b/libc/src/__support/CPP/type_traits/is_trivially_destructible.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/is_destructible.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_trivially_destructible
@@ -30,7 +30,7 @@ template <typename T>
LIBC_INLINE_VAR constexpr bool is_trivially_destructible_v =
is_trivially_destructible<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_TRIVIALLY_DESTRUCTIBLE_H
diff --git a/libc/src/__support/CPP/type_traits/is_union.h b/libc/src/__support/CPP/type_traits/is_union.h
index 0f64433326..db17266496 100644
--- a/libc/src/__support/CPP/type_traits/is_union.h
+++ b/libc/src/__support/CPP/type_traits/is_union.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/bool_constant.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_union
@@ -19,7 +19,7 @@ template <class T> struct is_union : bool_constant<__is_union(T)> {};
template <typename T>
LIBC_INLINE_VAR constexpr bool is_union_v = is_union<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_UNION_H
diff --git a/libc/src/__support/CPP/type_traits/is_unsigned.h b/libc/src/__support/CPP/type_traits/is_unsigned.h
index ca91f5c6ba..2c1492c7c1 100644
--- a/libc/src/__support/CPP/type_traits/is_unsigned.h
+++ b/libc/src/__support/CPP/type_traits/is_unsigned.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/is_arithmetic.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_unsigned
@@ -24,7 +24,7 @@ struct is_unsigned : bool_constant<(is_arithmetic_v<T> && (T(-1) > T(0)))> {
template <typename T>
LIBC_INLINE_VAR constexpr bool is_unsigned_v = is_unsigned<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_UNSIGNED_H
diff --git a/libc/src/__support/CPP/type_traits/is_void.h b/libc/src/__support/CPP/type_traits/is_void.h
index 0519e6b4b1..76960c8f60 100644
--- a/libc/src/__support/CPP/type_traits/is_void.h
+++ b/libc/src/__support/CPP/type_traits/is_void.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/remove_cv.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// is_void
@@ -20,7 +20,7 @@ template <typename T> struct is_void : is_same<void, remove_cv_t<T>> {};
template <typename T>
LIBC_INLINE_VAR constexpr bool is_void_v = is_void<T>::value;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_IS_VOID_H
diff --git a/libc/src/__support/CPP/type_traits/make_signed.h b/libc/src/__support/CPP/type_traits/make_signed.h
index 0747c1f64f..c16b67bd24 100644
--- a/libc/src/__support/CPP/type_traits/make_signed.h
+++ b/libc/src/__support/CPP/type_traits/make_signed.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
#include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// make_signed
@@ -34,7 +34,7 @@ template <> struct make_signed<__uint128_t> : type_identity<__int128_t> {};
#endif
template <typename T> using make_signed_t = typename make_signed<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_MAKE_SIGNED_H
diff --git a/libc/src/__support/CPP/type_traits/make_unsigned.h b/libc/src/__support/CPP/type_traits/make_unsigned.h
index 4761a77f3e..97536c63c0 100644
--- a/libc/src/__support/CPP/type_traits/make_unsigned.h
+++ b/libc/src/__support/CPP/type_traits/make_unsigned.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
#include "src/__support/macros/properties/types.h" // LIBC_TYPES_HAS_INT128
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// make_unsigned
@@ -39,7 +39,7 @@ template <> struct make_unsigned<__uint128_t> : type_identity<__uint128_t> {};
#endif
template <typename T> using make_unsigned_t = typename make_unsigned<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_MAKE_UNSIGNED_H
diff --git a/libc/src/__support/CPP/type_traits/remove_all_extents.h b/libc/src/__support/CPP/type_traits/remove_all_extents.h
index c06e7c3b20..f7a4723d68 100644
--- a/libc/src/__support/CPP/type_traits/remove_all_extents.h
+++ b/libc/src/__support/CPP/type_traits/remove_all_extents.h
@@ -12,7 +12,7 @@
#include <stddef.h> // size_t
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// remove_all_extents
@@ -34,7 +34,7 @@ template <typename T>
using remove_all_extents_t = typename remove_all_extents<T>::type;
#endif
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_REMOVE_ALL_EXTENTS_H
diff --git a/libc/src/__support/CPP/type_traits/remove_cv.h b/libc/src/__support/CPP/type_traits/remove_cv.h
index 787bf3173e..b594ef96c4 100644
--- a/libc/src/__support/CPP/type_traits/remove_cv.h
+++ b/libc/src/__support/CPP/type_traits/remove_cv.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// remove_cv
@@ -21,7 +21,7 @@ template <class T>
struct remove_cv<const volatile T> : cpp::type_identity<T> {};
template <class T> using remove_cv_t = typename remove_cv<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_REMOVE_CV_H
diff --git a/libc/src/__support/CPP/type_traits/remove_cvref.h b/libc/src/__support/CPP/type_traits/remove_cvref.h
index f2374a3e25..df5a37f558 100644
--- a/libc/src/__support/CPP/type_traits/remove_cvref.h
+++ b/libc/src/__support/CPP/type_traits/remove_cvref.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/remove_cv.h"
#include "src/__support/CPP/type_traits/remove_reference.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// remove_cvref
@@ -20,7 +20,7 @@ template <typename T> struct remove_cvref {
};
template <typename T> using remove_cvref_t = typename remove_cvref<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_REMOVE_CVREF_H
diff --git a/libc/src/__support/CPP/type_traits/remove_extent.h b/libc/src/__support/CPP/type_traits/remove_extent.h
index a7298c8323..fb7ba401a2 100644
--- a/libc/src/__support/CPP/type_traits/remove_extent.h
+++ b/libc/src/__support/CPP/type_traits/remove_extent.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
#include "stddef.h" // size_t
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// remove_extent
@@ -21,7 +21,7 @@ template <class T, size_t N>
struct remove_extent<T[N]> : cpp::type_identity<T> {};
template <class T> using remove_extent_t = typename remove_extent<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_REMOVE_EXTENT_H
diff --git a/libc/src/__support/CPP/type_traits/remove_reference.h b/libc/src/__support/CPP/type_traits/remove_reference.h
index 7f6ccce71b..44b0ecc4fd 100644
--- a/libc/src/__support/CPP/type_traits/remove_reference.h
+++ b/libc/src/__support/CPP/type_traits/remove_reference.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// remove_reference
@@ -20,7 +20,7 @@ template <class T> struct remove_reference<T &&> : cpp::type_identity<T> {};
template <class T>
using remove_reference_t = typename remove_reference<T>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_REMOVE_REFERENCE_H
diff --git a/libc/src/__support/CPP/type_traits/true_type.h b/libc/src/__support/CPP/type_traits/true_type.h
index 1d5897b484..d423e8abc5 100644
--- a/libc/src/__support/CPP/type_traits/true_type.h
+++ b/libc/src/__support/CPP/type_traits/true_type.h
@@ -10,13 +10,13 @@
#include "src/__support/CPP/type_traits/bool_constant.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// true_type
using true_type = cpp::bool_constant<true>;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_TRUE_TYPE_H
diff --git a/libc/src/__support/CPP/type_traits/type_identity.h b/libc/src/__support/CPP/type_traits/type_identity.h
index 99d53dfa4f..e4715fe1b4 100644
--- a/libc/src/__support/CPP/type_traits/type_identity.h
+++ b/libc/src/__support/CPP/type_traits/type_identity.h
@@ -8,7 +8,7 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_TYPE_IDENTITY_H
#define LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_TYPE_IDENTITY_H
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// type_identity
@@ -16,7 +16,7 @@ template <typename T> struct type_identity {
using type = T;
};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_TYPE_IDENTITY_H
diff --git a/libc/src/__support/CPP/type_traits/void_t.h b/libc/src/__support/CPP/type_traits/void_t.h
index 43b0c00f9a..18fa732b43 100644
--- a/libc/src/__support/CPP/type_traits/void_t.h
+++ b/libc/src/__support/CPP/type_traits/void_t.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/type_identity.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// void_t
@@ -22,7 +22,7 @@ template <typename... Ts> struct make_void : cpp::type_identity<void> {};
template <typename... Ts>
using void_t = typename detail::make_void<Ts...>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_VOID_T_H
diff --git a/libc/src/__support/CPP/utility/declval.h b/libc/src/__support/CPP/utility/declval.h
index a0644494c7..8d46652e7a 100644
--- a/libc/src/__support/CPP/utility/declval.h
+++ b/libc/src/__support/CPP/utility/declval.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/add_rvalue_reference.h"
#include "src/__support/CPP/type_traits/always_false.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// declval
@@ -20,7 +20,7 @@ template <typename T> cpp::add_rvalue_reference_t<T> declval() {
"declval not allowed in an evaluated context");
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_UTILITY_DECLVAL_H
diff --git a/libc/src/__support/CPP/utility/forward.h b/libc/src/__support/CPP/utility/forward.h
index d4e8a9815e..26124a614e 100644
--- a/libc/src/__support/CPP/utility/forward.h
+++ b/libc/src/__support/CPP/utility/forward.h
@@ -12,7 +12,7 @@
#include "src/__support/CPP/type_traits/remove_reference.h"
#include "src/__support/macros/attributes.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// forward
@@ -28,7 +28,7 @@ LIBC_INLINE constexpr T &&forward(remove_reference_t<T> &&value) {
return static_cast<T &&>(value);
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_UTILITY_FORWARD_H
diff --git a/libc/src/__support/CPP/utility/in_place.h b/libc/src/__support/CPP/utility/in_place.h
index ac8b408cdd..d25d5b913e 100644
--- a/libc/src/__support/CPP/utility/in_place.h
+++ b/libc/src/__support/CPP/utility/in_place.h
@@ -12,7 +12,7 @@
#include <stddef.h> // size_t
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// in_place
@@ -32,7 +32,7 @@ template <size_t I> struct in_place_index_t {
template <size_t I>
LIBC_INLINE_VAR constexpr in_place_index_t<I> in_place_index{};
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_UTILITY_IN_PLACE_H
diff --git a/libc/src/__support/CPP/utility/integer_sequence.h b/libc/src/__support/CPP/utility/integer_sequence.h
index cb3f40b8f6..577ef50abb 100644
--- a/libc/src/__support/CPP/utility/integer_sequence.h
+++ b/libc/src/__support/CPP/utility/integer_sequence.h
@@ -10,7 +10,7 @@
#include "src/__support/CPP/type_traits/is_integral.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// integer_sequence
@@ -33,7 +33,7 @@ template <typename T, int N>
using make_integer_sequence =
typename detail::make_integer_sequence<T, N - 1>::type;
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_UTILITY_INTEGER_SEQUENCE_H
diff --git a/libc/src/__support/CPP/utility/move.h b/libc/src/__support/CPP/utility/move.h
index edec754238..198aacbef7 100644
--- a/libc/src/__support/CPP/utility/move.h
+++ b/libc/src/__support/CPP/utility/move.h
@@ -11,7 +11,7 @@
#include "src/__support/CPP/type_traits/remove_reference.h"
#include "src/__support/macros/attributes.h" // LIBC_INLINE
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
// move
@@ -20,7 +20,7 @@ LIBC_INLINE constexpr cpp::remove_reference_t<T> &&move(T &&t) {
return static_cast<typename cpp::remove_reference_t<T> &&>(t);
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_UTILITY_MOVE_H
diff --git a/libc/src/__support/FPUtil/FEnvImpl.h b/libc/src/__support/FPUtil/FEnvImpl.h
index 06ef020c3d..7da5944de2 100644
--- a/libc/src/__support/FPUtil/FEnvImpl.h
+++ b/libc/src/__support/FPUtil/FEnvImpl.h
@@ -34,7 +34,7 @@
#include "riscv/FEnvImpl.h"
#else
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
// All dummy functions silently succeed.
@@ -63,11 +63,11 @@ LIBC_INLINE int get_env(fenv_t *) { return 0; }
LIBC_INLINE int set_env(const fenv_t *) { return 0; }
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
LIBC_INLINE int set_except_if_required(int excepts) {
@@ -87,7 +87,7 @@ LIBC_INLINE void set_errno_if_required(int err) {
libc_errno = err;
}
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_FENVIMPL_H
diff --git a/libc/src/__support/FPUtil/double_double.h b/libc/src/__support/FPUtil/double_double.h
index b37a48089a..1f2c8343e2 100644
--- a/libc/src/__support/FPUtil/double_double.h
+++ b/libc/src/__support/FPUtil/double_double.h
@@ -14,7 +14,7 @@
#include "src/__support/macros/properties/cpu_features.h" // LIBC_TARGET_CPU_HAS_FMA
#include "src/__support/number_pair.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
using DoubleDouble = LIBC_NAMESPACE::NumberPair<double>;
@@ -166,7 +166,7 @@ LIBC_INLINE DoubleDouble div(const DoubleDouble &a, const DoubleDouble &b) {
return r;
}
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_DOUBLE_DOUBLE_H
diff --git a/libc/src/__support/FPUtil/dyadic_float.h b/libc/src/__support/FPUtil/dyadic_float.h
index d7984d9f47..3d54e230d8 100644
--- a/libc/src/__support/FPUtil/dyadic_float.h
+++ b/libc/src/__support/FPUtil/dyadic_float.h
@@ -18,7 +18,7 @@
#include <stddef.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
// A generic class to perform computations of high precision floating points.
@@ -362,7 +362,7 @@ LIBC_INLINE constexpr DyadicFloat<Bits> mul_pow_2(const DyadicFloat<Bits> &a,
return result;
}
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_DYADIC_FLOAT_H
diff --git a/libc/src/__support/FPUtil/generic/add_sub.h b/libc/src/__support/FPUtil/generic/add_sub.h
index 610c8fd451..c78871333b 100644
--- a/libc/src/__support/FPUtil/generic/add_sub.h
+++ b/libc/src/__support/FPUtil/generic/add_sub.h
@@ -22,7 +22,7 @@
#include "src/__support/macros/attributes.h"
#include "src/__support/macros/optimization.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil::generic {
template <bool IsSub, typename OutType, typename InType>
@@ -202,7 +202,7 @@ sub(InType x, InType y) {
return add_or_sub</*IsSub=*/true, OutType>(x, y);
}
-} // namespace fputil::generic
+} // namespace fputil::generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_GENERIC_ADD_SUB_H
diff --git a/libc/src/__support/FPUtil/generic/div.h b/libc/src/__support/FPUtil/generic/div.h
index 08972d1752..e7ea989f90 100644
--- a/libc/src/__support/FPUtil/generic/div.h
+++ b/libc/src/__support/FPUtil/generic/div.h
@@ -20,7 +20,7 @@
#include "src/__support/macros/attributes.h"
#include "src/__support/macros/optimization.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil::generic {
template <typename OutType, typename InType>
@@ -119,7 +119,7 @@ div(InType x, InType y) {
return result.template as<OutType, /*ShouldSignalExceptions=*/true>();
}
-} // namespace fputil::generic
+} // namespace fputil::generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_GENERIC_DIV_H
diff --git a/libc/src/__support/FPUtil/rounding_mode.h b/libc/src/__support/FPUtil/rounding_mode.h
index 57a175fc1d..50dbe3af6e 100644
--- a/libc/src/__support/FPUtil/rounding_mode.h
+++ b/libc/src/__support/FPUtil/rounding_mode.h
@@ -12,7 +12,7 @@
#include "hdr/fenv_macros.h"
#include "src/__support/macros/attributes.h" // LIBC_INLINE
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
// Quick free-standing test whether fegetround() == FE_UPWARD.
@@ -74,7 +74,7 @@ LIBC_INLINE int quick_get_round() {
return (2.0f + y == 2.0f) ? FE_TONEAREST : FE_UPWARD;
}
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_ROUNDING_MODE_H
diff --git a/libc/src/__support/FPUtil/triple_double.h b/libc/src/__support/FPUtil/triple_double.h
index db273c46fc..cfcc7fd15c 100644
--- a/libc/src/__support/FPUtil/triple_double.h
+++ b/libc/src/__support/FPUtil/triple_double.h
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_FPUTIL_TRIPLE_DOUBLE_H
#define LLVM_LIBC_SRC___SUPPORT_FPUTIL_TRIPLE_DOUBLE_H
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
struct TripleDouble {
@@ -18,7 +18,7 @@ struct TripleDouble {
double hi = 0.0;
};
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_TRIPLE_DOUBLE_H
diff --git a/libc/src/__support/FPUtil/x86_64/NextUpDownLongDouble.h b/libc/src/__support/FPUtil/x86_64/NextUpDownLongDouble.h
index d01d0b9bcf..a4569f86f9 100644
--- a/libc/src/__support/FPUtil/x86_64/NextUpDownLongDouble.h
+++ b/libc/src/__support/FPUtil/x86_64/NextUpDownLongDouble.h
@@ -17,7 +17,7 @@
#error "Invalid include"
#endif
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fputil {
template <bool IsDown>
@@ -56,7 +56,7 @@ LIBC_INLINE constexpr long double nextupdown(long double x) {
return xbits.get_val();
}
-} // namespace fputil
+} // namespace fputil
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_FPUTIL_X86_64_NEXTUPDOWNLONGDOUBLE_H
diff --git a/libc/src/__support/OSUtil/baremetal/exit.cpp b/libc/src/__support/OSUtil/baremetal/exit.cpp
index 3a9c164e90..40c2e79541 100644
--- a/libc/src/__support/OSUtil/baremetal/exit.cpp
+++ b/libc/src/__support/OSUtil/baremetal/exit.cpp
@@ -11,10 +11,10 @@
// This is intended to be provided by the vendor.
extern "C" [[noreturn]] void __llvm_libc_exit(int status);
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
[[noreturn]] void exit(int status) { __llvm_libc_exit(status); }
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/__support/OSUtil/exit.h b/libc/src/__support/OSUtil/exit.h
index be7a10a07d..12fe745fd9 100644
--- a/libc/src/__support/OSUtil/exit.h
+++ b/libc/src/__support/OSUtil/exit.h
@@ -9,7 +9,7 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_OSUTIL_EXIT_H
#define LLVM_LIBC_SRC___SUPPORT_OSUTIL_EXIT_H
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
[[noreturn]] void exit(int status);
diff --git a/libc/src/__support/OSUtil/fcntl.h b/libc/src/__support/OSUtil/fcntl.h
index 61c38b9045..3e02cb0a38 100644
--- a/libc/src/__support/OSUtil/fcntl.h
+++ b/libc/src/__support/OSUtil/fcntl.h
@@ -8,12 +8,12 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_OSUTIL_FCNTL_H
#define LLVM_LIBC_SRC___SUPPORT_OSUTIL_FCNTL_H
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
int fcntl(int fd, int cmd, void *arg = nullptr);
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_OSUTIL_FCNTL_H
diff --git a/libc/src/__support/OSUtil/gpu/exit.cpp b/libc/src/__support/OSUtil/gpu/exit.cpp
index 564afc0d98..c00db55cd0 100644
--- a/libc/src/__support/OSUtil/gpu/exit.cpp
+++ b/libc/src/__support/OSUtil/gpu/exit.cpp
@@ -11,7 +11,7 @@
#include "src/__support/RPC/rpc_client.h"
#include "src/__support/macros/properties/architectures.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
[[noreturn]] void exit(int status) {
@@ -26,5 +26,5 @@ namespace internal {
gpu::end_program();
}
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/__support/OSUtil/linux/exit.cpp b/libc/src/__support/OSUtil/linux/exit.cpp
index 1a7bf47008..85cf30f29c 100644
--- a/libc/src/__support/OSUtil/linux/exit.cpp
+++ b/libc/src/__support/OSUtil/linux/exit.cpp
@@ -10,7 +10,7 @@
#include "syscall.h" // For internal syscall function.
#include <sys/syscall.h> // For syscall numbers.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
// mark as no_stack_protector for x86 since TLS can be torn down before calling
@@ -26,5 +26,5 @@ exit(int status) {
}
}
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/__support/OSUtil/linux/fcntl.cpp b/libc/src/__support/OSUtil/linux/fcntl.cpp
index e740ef035d..9a88beb095 100644
--- a/libc/src/__support/OSUtil/linux/fcntl.cpp
+++ b/libc/src/__support/OSUtil/linux/fcntl.cpp
@@ -19,7 +19,7 @@
#include <stdarg.h>
#include <sys/syscall.h> // For syscall numbers.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
int fcntl(int fd, int cmd, void *arg) {
@@ -97,5 +97,5 @@ int fcntl(int fd, int cmd, void *arg) {
}
}
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/src/__support/StringUtil/tables/signal_table.h b/libc/src/__support/StringUtil/tables/signal_table.h
index f5ca9cb9d9..9363b683e7 100644
--- a/libc/src/__support/StringUtil/tables/signal_table.h
+++ b/libc/src/__support/StringUtil/tables/signal_table.h
@@ -24,7 +24,7 @@
#include "linux_extension_signals.h"
#endif
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
LIBC_INLINE_VAR constexpr auto PLATFORM_SIGNALS = []() {
@@ -35,7 +35,7 @@ LIBC_INLINE_VAR constexpr auto PLATFORM_SIGNALS = []() {
}
}();
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC___SUPPORT_STRINGUTIL_TABLES_SIGNAL_TABLE_H
diff --git a/libc/src/__support/fixed_point/fx_bits.h b/libc/src/__support/fixed_point/fx_bits.h
index 685b608b48..af1a0e4961 100644
--- a/libc/src/__support/fixed_point/fx_bits.h
+++ b/libc/src/__support/fixed_point/fx_bits.h
@@ -20,7 +20,7 @@
#ifdef LIBC_COMPILER_HAS_FIXED_POINT
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fixed_point {
template <typename T> struct FXBits {
@@ -162,7 +162,7 @@ template <typename T> LIBC_INLINE constexpr T round(T x, int n) {
return bit_and((x + round_bit), rounding_mask);
}
-} // namespace fixed_point
+} // namespace fixed_point
} // namespace LIBC_NAMESPACE_DECL
#endif // LIBC_COMPILER_HAS_FIXED_POINT
diff --git a/libc/src/__support/fixed_point/fx_rep.h b/libc/src/__support/fixed_point/fx_rep.h
index 4fdde2d1d4..f1740f89b2 100644
--- a/libc/src/__support/fixed_point/fx_rep.h
+++ b/libc/src/__support/fixed_point/fx_rep.h
@@ -17,7 +17,7 @@
#ifdef LIBC_COMPILER_HAS_FIXED_POINT
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fixed_point {
namespace internal {
@@ -294,7 +294,7 @@ template <> struct FXRep<unsigned sat accum> : FXRep<unsigned accum> {};
template <>
struct FXRep<unsigned long sat accum> : FXRep<unsigned long accum> {};
-} // namespace fixed_point
+} // namespace fixed_point
} // namespace LIBC_NAMESPACE_DECL
#endif // LIBC_COMPILER_HAS_FIXED_POINT
diff --git a/libc/src/__support/fixed_point/sqrt.h b/libc/src/__support/fixed_point/sqrt.h
index 3f0867b15c..90676d8696 100644
--- a/libc/src/__support/fixed_point/sqrt.h
+++ b/libc/src/__support/fixed_point/sqrt.h
@@ -20,7 +20,7 @@
#ifdef LIBC_COMPILER_HAS_FIXED_POINT
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace fixed_point {
namespace internal {
@@ -260,7 +260,7 @@ isqrt_fast(T x) {
return cpp::bit_cast<OutType>(r);
}
-} // namespace fixed_point
+} // namespace fixed_point
} // namespace LIBC_NAMESPACE_DECL
#endif // LIBC_COMPILER_HAS_FIXED_POINT
diff --git a/libc/src/__support/macros/optimization.h b/libc/src/__support/macros/optimization.h
index 0f4fa78753..7e55cad486 100644
--- a/libc/src/__support/macros/optimization.h
+++ b/libc/src/__support/macros/optimization.h
@@ -15,13 +15,13 @@
// We use a template to implement likely/unlikely to make sure that we don't
// accidentally pass an integer.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace details {
template <typename T>
LIBC_INLINE constexpr bool expects_bool_condition(T value, T expected) {
return __builtin_expect(value, expected);
}
-} // namespace details
+} // namespace details
} // namespace LIBC_NAMESPACE_DECL
#define LIBC_LIKELY(x) LIBC_NAMESPACE::details::expects_bool_condition(x, true)
#define LIBC_UNLIKELY(x) \
diff --git a/libc/src/math/generic/exp10f_impl.h b/libc/src/math/generic/exp10f_impl.h
index bbf46941b9..36b486941b 100644
--- a/libc/src/math/generic/exp10f_impl.h
+++ b/libc/src/math/generic/exp10f_impl.h
@@ -22,7 +22,7 @@
#include <errno.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace generic {
LIBC_INLINE float exp10f(float x) {
@@ -136,7 +136,7 @@ LIBC_INLINE float exp10f(float x) {
return static_cast<float>(multiply_add(p, lo2 * rr.mh, c0 * rr.mh));
}
-} // namespace generic
+} // namespace generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_MATH_GENERIC_EXP10F_IMPL_H
diff --git a/libc/src/math/generic/exp2f_impl.h b/libc/src/math/generic/exp2f_impl.h
index 89359f30f1..31b389020d 100644
--- a/libc/src/math/generic/exp2f_impl.h
+++ b/libc/src/math/generic/exp2f_impl.h
@@ -24,7 +24,7 @@
#include "explogxf.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace generic {
LIBC_INLINE float exp2f(float x) {
@@ -161,7 +161,7 @@ LIBC_INLINE float exp2f(float x) {
return static_cast<float>(fputil::multiply_add(p, dx_sq * mh, c1 * mh));
}
-} // namespace generic
+} // namespace generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_MATH_GENERIC_EXP2F_IMPL_H
diff --git a/libc/src/stdlib/qsort_util.h b/libc/src/stdlib/qsort_util.h
index d4ff16d36a..3f69353ea2 100644
--- a/libc/src/stdlib/qsort_util.h
+++ b/libc/src/stdlib/qsort_util.h
@@ -13,7 +13,7 @@
#include <stdint.h>
#include <stdlib.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
// A simple quicksort implementation using the Hoare partition scheme.
@@ -148,7 +148,7 @@ LIBC_INLINE void quicksort(const Array &array) {
quicksort(array.make_array(split_index, array.size() - split_index));
}
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_STDLIB_QSORT_UTIL_H
diff --git a/libc/src/stdlib/str_from_util.h b/libc/src/stdlib/str_from_util.h
index 39ed488cde..777244033b 100644
--- a/libc/src/stdlib/str_from_util.h
+++ b/libc/src/stdlib/str_from_util.h
@@ -25,7 +25,7 @@
#include <stddef.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace internal {
template <typename T>
@@ -134,7 +134,7 @@ int strfromfloat_convert(printf_core::Writer *writer,
return -1;
}
-} // namespace internal
+} // namespace internal
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_STDLIB_STRFROM_UTIL_H
diff --git a/libc/src/string/memory_utils/op_aarch64.h b/libc/src/string/memory_utils/op_aarch64.h
index 8107193236..68c114e313 100644
--- a/libc/src/string/memory_utils/op_aarch64.h
+++ b/libc/src/string/memory_utils/op_aarch64.h
@@ -25,7 +25,7 @@
#include <arm_neon.h>
#endif //__ARM_NEON
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace aarch64 {
LIBC_INLINE_VAR constexpr bool kNeon = LLVM_LIBC_IS_DEFINED(__ARM_NEON);
@@ -171,10 +171,10 @@ template <size_t Size> struct Bcmp {
}
};
-} // namespace aarch64
+} // namespace aarch64
} // namespace LIBC_NAMESPACE_DECL
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace generic {
///////////////////////////////////////////////////////////////////////////////
@@ -267,7 +267,7 @@ LIBC_INLINE MemcmpReturnType cmp<uint8x16x2_t>(CPtr p1, CPtr p2,
}
return MemcmpReturnType::zero();
}
-} // namespace generic
+} // namespace generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LIBC_TARGET_ARCH_IS_AARCH64
diff --git a/libc/src/string/memory_utils/op_builtin.h b/libc/src/string/memory_utils/op_builtin.h
index b2c9c3c456..e317f06b6a 100644
--- a/libc/src/string/memory_utils/op_builtin.h
+++ b/libc/src/string/memory_utils/op_builtin.h
@@ -18,7 +18,7 @@
#include "src/__support/CPP/type_traits.h"
#include "src/string/memory_utils/utils.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace builtin {
///////////////////////////////////////////////////////////////////////////////
@@ -152,7 +152,7 @@ template <size_t Size> struct Memcmp {
}
};
-} // namespace builtin
+} // namespace builtin
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_STRING_MEMORY_UTILS_OP_BUILTIN_H
diff --git a/libc/src/string/memory_utils/op_generic.h b/libc/src/string/memory_utils/op_generic.h
index f3b3dbd22d..54826634f8 100644
--- a/libc/src/string/memory_utils/op_generic.h
+++ b/libc/src/string/memory_utils/op_generic.h
@@ -45,7 +45,7 @@ using generic_v256 = uint8_t __attribute__((__vector_size__(32)));
using generic_v512 = uint8_t __attribute__((__vector_size__(64)));
} // namespace LIBC_NAMESPACE_DECL
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace generic {
// We accept three types of values as elements for generic operations:
@@ -579,7 +579,7 @@ LIBC_INLINE MemcmpReturnType cmp<uint8_t>(CPtr p1, CPtr p2, size_t offset) {
template <>
LIBC_INLINE MemcmpReturnType cmp_neq<uint8_t>(CPtr p1, CPtr p2, size_t offset);
-} // namespace generic
+} // namespace generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_SRC_STRING_MEMORY_UTILS_OP_GENERIC_H
diff --git a/libc/src/string/memory_utils/op_riscv.h b/libc/src/string/memory_utils/op_riscv.h
index 7085ad1c59..6ba574d53e 100644
--- a/libc/src/string/memory_utils/op_riscv.h
+++ b/libc/src/string/memory_utils/op_riscv.h
@@ -19,7 +19,7 @@
#include "src/__support/common.h"
#include "src/string/memory_utils/op_generic.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace generic {
///////////////////////////////////////////////////////////////////////////////
@@ -79,7 +79,7 @@ LIBC_INLINE MemcmpReturnType cmp_neq<uint64_t>(CPtr p1, CPtr p2,
return cmp_neq_uint64_t(a, b);
}
-} // namespace generic
+} // namespace generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LIBC_TARGET_ARCH_IS_ANY_RISCV
diff --git a/libc/src/string/memory_utils/op_x86.h b/libc/src/string/memory_utils/op_x86.h
index 3d6bced760..ef49564c28 100644
--- a/libc/src/string/memory_utils/op_x86.h
+++ b/libc/src/string/memory_utils/op_x86.h
@@ -37,7 +37,7 @@
#define _mm_movemask_epi8(A) 0
#endif
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace x86 {
// A set of constants to check compile time features.
@@ -56,10 +56,10 @@ struct Memcpy {
}
};
-} // namespace x86
+} // namespace x86
} // namespace LIBC_NAMESPACE_DECL
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace generic {
///////////////////////////////////////////////////////////////////////////////
@@ -317,7 +317,7 @@ LIBC_INLINE MemcmpReturnType cmp_neq<__m512i>(CPtr p1, CPtr p2, size_t offset) {
#pragma GCC diagnostic pop
-} // namespace generic
+} // namespace generic
} // namespace LIBC_NAMESPACE_DECL
#endif // LIBC_TARGET_ARCH_IS_X86
diff --git a/libc/test/UnitTest/BazelFilePath.cpp b/libc/test/UnitTest/BazelFilePath.cpp
index ad486396f5..74f118718b 100644
--- a/libc/test/UnitTest/BazelFilePath.cpp
+++ b/libc/test/UnitTest/BazelFilePath.cpp
@@ -13,7 +13,7 @@
#include "src/__support/CPP/string.h"
#include "src/__support/c_string.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
CString libc_make_test_file_path_func(const char *file_name) {
@@ -23,5 +23,5 @@ CString libc_make_test_file_path_func(const char *file_name) {
return cpp::string(UNDECLARED_OUTPUTS_PATH) + file_name;
}
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/test/UnitTest/CmakeFilePath.cpp b/libc/test/UnitTest/CmakeFilePath.cpp
index 072c22e196..08ef0801dd 100644
--- a/libc/test/UnitTest/CmakeFilePath.cpp
+++ b/libc/test/UnitTest/CmakeFilePath.cpp
@@ -11,12 +11,12 @@
#include "src/__support/CPP/string.h"
#include "src/__support/c_string.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
CString libc_make_test_file_path_func(const char *file_name) {
return cpp::string(file_name);
}
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/test/UnitTest/FEnvSafeTest.cpp b/libc/test/UnitTest/FEnvSafeTest.cpp
index 4ef3e1e205..e858601183 100644
--- a/libc/test/UnitTest/FEnvSafeTest.cpp
+++ b/libc/test/UnitTest/FEnvSafeTest.cpp
@@ -11,7 +11,7 @@
#include "src/__support/FPUtil/FEnvImpl.h"
#include "src/__support/macros/properties/architectures.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
void FEnvSafeTest::PreserveFEnv::check() {
@@ -82,5 +82,5 @@ void FEnvSafeTest::expect_fenv_eq(const fenv_t &before_fenv,
#endif
}
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/test/UnitTest/FEnvSafeTest.h b/libc/test/UnitTest/FEnvSafeTest.h
index ba7e147b4a..79ecdddc0e 100644
--- a/libc/test/UnitTest/FEnvSafeTest.h
+++ b/libc/test/UnitTest/FEnvSafeTest.h
@@ -13,7 +13,7 @@
#include "src/__support/CPP/utility.h"
#include "test/UnitTest/Test.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
// This provides a test fixture (or base class for other test fixtures) that
@@ -97,7 +97,7 @@ private:
bool should_be_unchanged = false;
};
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
#endif // LLVM_LIBC_TEST_UNITTEST_FPENVSAFE_H
diff --git a/libc/test/UnitTest/GTest.h b/libc/test/UnitTest/GTest.h
index 2478e3b196..1f7dd95ac5 100644
--- a/libc/test/UnitTest/GTest.h
+++ b/libc/test/UnitTest/GTest.h
@@ -11,13 +11,13 @@
#include <gtest/gtest.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
using ::testing::Matcher;
using ::testing::Test;
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
#define LIBC_TEST_HAS_MATCHERS() (1)
diff --git a/libc/test/UnitTest/MemoryMatcher.h b/libc/test/UnitTest/MemoryMatcher.h
index c7dced4a84..04758a7447 100644
--- a/libc/test/UnitTest/MemoryMatcher.h
+++ b/libc/test/UnitTest/MemoryMatcher.h
@@ -41,7 +41,7 @@ using MemoryView = LIBC_NAMESPACE::cpp::span<const char>;
#else // LIBC_TEST_HAS_MATCHERS()
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
class MemoryMatcher : public Matcher<MemoryView> {
@@ -58,7 +58,7 @@ public:
void explainError() override;
};
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
#define EXPECT_MEM_EQ(expected, actual) \
diff --git a/libc/test/UnitTest/ZxTest.h b/libc/test/UnitTest/ZxTest.h
index 7a05269ec5..ae7d41ad91 100644
--- a/libc/test/UnitTest/ZxTest.h
+++ b/libc/test/UnitTest/ZxTest.h
@@ -28,12 +28,12 @@
#define EXPECT_DEATH(FUNC, SIG) ([&] { ASSERT_DEATH(FUNC, SIG); }())
#endif
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace testing {
using Test = ::zxtest::Test;
-} // namespace testing
+} // namespace testing
} // namespace LIBC_NAMESPACE_DECL
// zxtest does not have gmock-style matchers.
diff --git a/libc/test/integration/src/pthread/pthread_rwlock_test.cpp b/libc/test/integration/src/pthread/pthread_rwlock_test.cpp
index e9fc8e8726..268343f6d9 100644
--- a/libc/test/integration/src/pthread/pthread_rwlock_test.cpp
+++ b/libc/test/integration/src/pthread/pthread_rwlock_test.cpp
@@ -41,7 +41,7 @@
#include <pthread.h>
#include <time.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace rwlock {
class RwLockTester {
public:
@@ -49,7 +49,7 @@ public:
return (~0) & (~RwState::PENDING_MASK) & (~RwState::ACTIVE_WRITER_BIT);
}
};
-} // namespace rwlock
+} // namespace rwlock
} // namespace LIBC_NAMESPACE_DECL
static void smoke_test() {
diff --git a/libc/test/src/__support/CPP/algorithm_test.cpp b/libc/test/src/__support/CPP/algorithm_test.cpp
index feeb1eeebc..e2427b1b4e 100644
--- a/libc/test/src/__support/CPP/algorithm_test.cpp
+++ b/libc/test/src/__support/CPP/algorithm_test.cpp
@@ -12,7 +12,7 @@
// TODO(https://github.com/llvm/llvm-project/issues/94066): Add unittests for
// the remaining algorithm functions.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
TEST(LlvmLibcAlgorithmTest, FindIfNot) {
@@ -45,5 +45,5 @@ TEST(LlvmLibcAlgorithmTest, AllOf) {
EXPECT_TRUE(all_of(nums.begin(), nums.begin(), [](int i) { return i < 0; }));
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/test/src/__support/CPP/bit_test.cpp b/libc/test/src/__support/CPP/bit_test.cpp
index 1ee54643b1..5f28990286 100644
--- a/libc/test/src/__support/CPP/bit_test.cpp
+++ b/libc/test/src/__support/CPP/bit_test.cpp
@@ -13,7 +13,7 @@
#include <stdint.h>
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
using UnsignedTypes = testing::TypeList<
@@ -229,5 +229,5 @@ TYPED_TEST(LlvmLibcBitTest, CountOnes, UnsignedTypes) {
cpp::numeric_limits<T>::digits - i);
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/test/src/__support/CPP/cstddef_test.cpp b/libc/test/src/__support/CPP/cstddef_test.cpp
index 7a453d3a27..86ff218eaa 100644
--- a/libc/test/src/__support/CPP/cstddef_test.cpp
+++ b/libc/test/src/__support/CPP/cstddef_test.cpp
@@ -9,7 +9,7 @@
#include "src/__support/CPP/cstddef.h"
#include "test/UnitTest/Test.h"
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
TEST(LlvmLibcByteTest, to_integer) {
@@ -42,5 +42,5 @@ TEST(LlvmLibcByteTest, bitwise) {
ASSERT_EQ(b, byte{0b00001111});
}
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
diff --git a/libc/test/src/__support/CPP/type_traits_test.cpp b/libc/test/src/__support/CPP/type_traits_test.cpp
index c35c359313..79fc508789 100644
--- a/libc/test/src/__support/CPP/type_traits_test.cpp
+++ b/libc/test/src/__support/CPP/type_traits_test.cpp
@@ -11,7 +11,7 @@
// TODO: Split this file if it becomes too big.
-namespace LIBC_NAMESPACE_DECL {
+namespace LIBC_NAMESPACE_DECL {
namespace cpp {
class Class {};
@@ -442,5 +442,5 @@ TEST(LlvmLibcTypeTraitsTest, true_type) { EXPECT_TRUE((true_type::value)); }
// TODO void_t
-} // namespace cpp
+} // namespace cpp
} // namespace LIBC_NAMESPACE_DECL
``````````
</details>
https://github.com/llvm/llvm-project/pull/98075
More information about the libc-commits
mailing list