llvm-capstone/libcxx/include/__algorithm
Konstantin Varlamov 4f215fdd62
[libc++][hardening] Categorize more assertions. (#75918)
Also introduce `_LIBCPP_ASSERT_PEDANTIC` for assertions violating which
results in a no-op or other benign behavior, but which may nevertheless
indicate a bug in the invoking code.
2024-01-05 16:29:23 -08:00
..
pstl_backends [libc++] Unify __is_trivial_equality_predicate and __is_trivial_plus_operation into __desugars_to (#68642) 2023-11-23 13:55:55 -05:00
adjacent_find.h Fixing conflicting macro definitions between curses.h and the standard library. 2023-07-06 17:21:08 +00:00
all_of.h [libc++][PSTL] Implement std::{any, all, none}_of 2023-04-29 20:41:42 -07:00
any_of.h [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
binary_search.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
clamp.h [libc++] Replace uses of _VSTD:: by std:: (#74331) 2023-12-05 11:19:15 -05:00
comp_ref_type.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
comp.h [libc++] Unify __is_trivial_equality_predicate and __is_trivial_plus_operation into __desugars_to (#68642) 2023-11-23 13:55:55 -05:00
copy_backward.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
copy_if.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
copy_move_common.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
copy_n.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
copy.h [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
count_if.h [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
count.h [libc++] Optimize ranges::count for __bit_iterators 2023-10-06 22:58:41 +02:00
equal_range.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
equal.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
fill_n.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
fill.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
find_end.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
find_first_of.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
find_if_not.h [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
find_if.h [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
find_segment_if.h [libc++] Optimize std::find for segmented iterators (#67224) 2023-12-15 17:10:16 +01:00
find.h [libc++] Optimize std::find if types are integral and have the same signedness (#70345) 2023-12-23 11:21:27 +01:00
fold.h [libcxx] adds ranges::fold_left_with_iter and ranges::fold_left (#75259) 2023-12-19 21:57:50 -08:00
for_each_n.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
for_each_segment.h [libc++] Introduce __for_each_segment and use it in copy/move 2023-05-31 18:15:20 -07:00
for_each.h [libc++] Optimize for_each for segmented iterators 2023-11-14 23:55:24 +01:00
generate_n.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
generate.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
half_positive.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
in_found_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
in_fun_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
in_in_out_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
in_in_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
in_out_out_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
in_out_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
includes.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
inplace_merge.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_heap_until.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_heap.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_partitioned.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_permutation.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_sorted_until.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
is_sorted.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
iter_swap.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
iterator_operations.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
lexicographical_compare_three_way.h [libc++][NFC] Rename iterator category checks to make it obvious that they check //only// the iterator category 2023-05-18 15:37:28 -07:00
lexicographical_compare.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
lower_bound.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
make_heap.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
make_projected.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
max_element.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
max.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
merge.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
min_element.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
min_max_result.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
min.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
minmax_element.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
minmax.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
mismatch.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
move_backward.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
move.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
next_permutation.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
none_of.h [libc++] Rename _LIBCPP_INLINE_VISIBILITY to _LIBCPP_HIDE_FROM_ABI (#74095) 2023-12-04 10:25:14 -05:00
nth_element.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
partial_sort_copy.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
partial_sort.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
partition_copy.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
partition_point.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
partition.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
pop_heap.h [libc++][hardening] Categorize more assertions. (#75918) 2024-01-05 16:29:23 -08:00
prev_permutation.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
pstl_any_all_none_of.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_backend.h [libc++][PSTL] Implement std::equal (#72448) 2023-11-28 16:02:18 -05:00
pstl_copy.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_count.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_equal.h [libc++][PSTL] Implement std::equal (#72448) 2023-11-28 16:02:18 -05:00
pstl_fill.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_find.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_for_each.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_frontend_dispatch.h [libc++] Explicitly pass execution policies to _LIBCPP_PSTL_CUSTOMIZATION_POINT (#68238) 2023-10-04 18:12:39 -04:00
pstl_generate.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_is_partitioned.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_merge.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_move.h [libc++] Add missing headers to the modulemap (#71127) 2023-11-27 00:14:59 +01:00
pstl_replace.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_rotate_copy.h [libc++] Add missing headers to the modulemap (#71127) 2023-11-27 00:14:59 +01:00
pstl_sort.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_stable_sort.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
pstl_transform.h [libc++][PSTL] Overhaul exceptions handling 2023-10-06 23:01:30 +02:00
push_heap.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
ranges_adjacent_find.h [libc++][ranges] Implement P2443R1: views::chunk_by 2023-09-05 16:19:49 -07:00
ranges_all_of.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_any_of.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_binary_search.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_clamp.h [libc++] Fix complexity guarantee in ranges::clamp (#68413) 2023-11-01 10:43:05 -04:00
ranges_contains.h [libc++] Implement ranges::contains (#65148) 2023-12-19 16:34:19 -08:00
ranges_copy_backward.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_copy_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_copy_n.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_copy.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_count_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_count.h [libc++] Optimize ranges::count for __bit_iterators 2023-10-06 22:58:41 +02:00
ranges_ends_with.h [libc++] Implement ranges::ends_with 2023-09-18 11:56:10 -07:00
ranges_equal_range.h [libc++][NFC] Fix license comment typo 2023-11-11 08:24:19 -10:00
ranges_equal.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_fill_n.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_fill.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_find_end.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_find_first_of.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_find_if_not.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
ranges_find_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_find.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_for_each_n.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_for_each.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_generate_n.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_generate.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_includes.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_inplace_merge.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_is_heap_until.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_is_heap.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_is_partitioned.h Fix typo "__is_parititioned_impl" to "__is_partitioned_impl" 2023-07-02 16:56:32 +02:00
ranges_is_permutation.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_is_sorted_until.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_is_sorted.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_iterator_concept.h [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
ranges_lexicographical_compare.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_lower_bound.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_make_heap.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_max_element.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
ranges_max.h [libc++][hardening] Categorize more 'valid-element-access' checks. (#71620) 2023-12-20 17:24:48 -08:00
ranges_merge.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_min_element.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_min.h [libc++][hardening] Categorize more 'valid-element-access' checks. (#71620) 2023-12-20 17:24:48 -08:00
ranges_minmax_element.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_minmax.h [libc++][hardening] Categorize more 'valid-element-access' checks. (#71620) 2023-12-20 17:24:48 -08:00
ranges_mismatch.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_move_backward.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_move.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_next_permutation.h [libc++][NFC] Replace _LIBCPP_STD_VER > x with _LIBCPP_STD_VER >= x 2023-02-15 16:52:25 +01:00
ranges_none_of.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_nth_element.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_partial_sort_copy.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_partial_sort.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_partition_copy.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_partition_point.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_partition.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_pop_heap.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_prev_permutation.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_push_heap.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_remove_copy_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_remove_copy.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
ranges_remove_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_remove.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
ranges_replace_copy_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_replace_copy.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
ranges_replace_if.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_replace.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
ranges_reverse_copy.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_reverse.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_rotate_copy.h [libc++] Fix copy-paste damage in ranges::rotate_copy and its test (#74544) 2023-12-06 02:29:09 -08:00
ranges_rotate.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_sample.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_search_n.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_search.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_set_difference.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_set_intersection.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_set_symmetric_difference.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_set_union.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_shuffle.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_sort_heap.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_sort.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_stable_partition.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_stable_sort.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_starts_with.h [libc++][NFC] Use angle brackets to include ranges_mismatch.h 2023-05-15 11:35:30 -07:00
ranges_swap_ranges.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_transform.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_unique_copy.h [libc++] __iterator/readable_traits.h isn't standalone 2023-06-27 10:52:08 -07:00
ranges_unique.h [libc++][NFC] Apply clang-format on large parts of the code base 2023-06-19 11:19:51 -04:00
ranges_upper_bound.h [libc++] Make sure ranges algorithms and views handle boolean-testable correctly (#69378) 2023-11-06 21:19:49 -10:00
remove_copy_if.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
remove_copy.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
remove_if.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
remove.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
replace_copy_if.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
replace_copy.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
replace_if.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
replace.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
reverse_copy.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
reverse.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
rotate_copy.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
rotate.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
sample.h [libc++][hardening] Categorize more 'valid-element-access' checks. (#71620) 2023-12-20 17:24:48 -08:00
search_n.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
search.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
set_difference.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
set_intersection.h [libc++] Refactor __less 2023-06-06 13:58:52 -07:00
set_symmetric_difference.h [libc++] Refactor __less 2023-06-06 13:58:52 -07:00
set_union.h [libc++] Refactor __less 2023-06-06 13:58:52 -07:00
shift_left.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
shift_right.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
shuffle.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
sift_down.h [libc++][hardening] Categorize more assertions. (#75918) 2024-01-05 16:29:23 -08:00
sort_heap.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
sort.h [libc++][hardening] Categorize more assertions. (#75918) 2024-01-05 16:29:23 -08:00
stable_partition.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
stable_sort.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
swap_ranges.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
three_way_comp_ref_type.h [libc++][hardening] Rework macros for enabling the hardening mode. (#70575) 2023-11-08 09:10:00 -10:00
transform.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
uniform_random_bit_generator_adaptor.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
unique_copy.h [libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to 2022-11-22 16:33:38 +08:00
unique.h [libcxx] Fix std::equal not accepting volatile types by refactoring __equal_to 2022-11-22 16:33:38 +08:00
unwrap_iter.h [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
unwrap_range.h [libc++] Remove unused defaulted template arg from __rewrap_range. (#67733) 2023-10-04 11:23:36 +02:00
upper_bound.h Fixing conflicting macro definitions between curses.h and the standard library. 2023-07-06 17:21:08 +00:00