llvm-capstone/libcxx/include/__numeric
Nikolas Klauser 5fab33af7f [libc++] Avoid instantiating type_trait classes
Use `using` aliases to avoid instantiating lots of types

Reviewed By: ldionne, #libc

Spies: libcxx-commits, miyuki

Differential Revision: https://reviews.llvm.org/D132785
2022-09-06 19:09:42 +02:00
..
accumulate.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
adjacent_difference.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
exclusive_scan.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
gcd_lcm.h [libc++] Avoid instantiating type_trait classes 2022-09-06 19:09:42 +02:00
inclusive_scan.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
inner_product.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
iota.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
midpoint.h [libc++] Add a bunch of missing _LIBCPP_HIDE_FROM_ABI 2022-08-13 22:41:22 +02:00
partial_sum.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
reduce.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
transform_exclusive_scan.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
transform_inclusive_scan.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00
transform_reduce.h [libc++][NFC] Rename the constexpr macros 2022-08-19 15:35:02 +02:00