[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".
authorSiva Chandra Reddy <sivachandra@google.com>
Tue, 24 Jan 2023 22:31:51 +0000 (22:31 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Wed, 25 Jan 2023 07:13:24 +0000 (07:13 +0000)
commit494734b06d62b54fdcbd982f96274dede572ba07
treed35bc368e0b1ccf40b941499e22fcff391cdad7f
parent603c286334b07f568d39f6706c848f576914f323
[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D142509
23 files changed:
libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/aarch64/sqrt.h
libc/src/__support/FPUtil/generic/CMakeLists.txt
libc/src/__support/FPUtil/generic/FMA.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/x86_64/PolyEval.h
libc/src/__support/FPUtil/x86_64/sqrt.h
libc/src/__support/OSUtil/linux/syscall.h
libc/src/__support/arg_list.h
libc/src/__support/char_vector.h
libc/src/__support/float_to_string.h
libc/src/__support/integer_to_string.h
libc/src/__support/integer_utils.h
libc/src/__support/str_to_float.h
libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/char_converter.h
libc/src/stdio/printf_core/converter_utils.h
libc/src/stdio/printf_core/parser.h
libc/src/stdio/printf_core/string_converter.h
libc/src/stdio/scanf_core/parser.h