filenames.libcxx.gni 64 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. libcxx_headers = [
  2. "//third_party/libc++/src/include/CMakeLists.txt",
  3. "//third_party/libc++/src/include/__algorithm/adjacent_find.h",
  4. "//third_party/libc++/src/include/__algorithm/all_of.h",
  5. "//third_party/libc++/src/include/__algorithm/any_of.h",
  6. "//third_party/libc++/src/include/__algorithm/binary_search.h",
  7. "//third_party/libc++/src/include/__algorithm/clamp.h",
  8. "//third_party/libc++/src/include/__algorithm/comp.h",
  9. "//third_party/libc++/src/include/__algorithm/comp_ref_type.h",
  10. "//third_party/libc++/src/include/__algorithm/copy.h",
  11. "//third_party/libc++/src/include/__algorithm/copy_backward.h",
  12. "//third_party/libc++/src/include/__algorithm/copy_if.h",
  13. "//third_party/libc++/src/include/__algorithm/copy_move_common.h",
  14. "//third_party/libc++/src/include/__algorithm/copy_n.h",
  15. "//third_party/libc++/src/include/__algorithm/count.h",
  16. "//third_party/libc++/src/include/__algorithm/count_if.h",
  17. "//third_party/libc++/src/include/__algorithm/equal.h",
  18. "//third_party/libc++/src/include/__algorithm/equal_range.h",
  19. "//third_party/libc++/src/include/__algorithm/fill.h",
  20. "//third_party/libc++/src/include/__algorithm/fill_n.h",
  21. "//third_party/libc++/src/include/__algorithm/find.h",
  22. "//third_party/libc++/src/include/__algorithm/find_end.h",
  23. "//third_party/libc++/src/include/__algorithm/find_first_of.h",
  24. "//third_party/libc++/src/include/__algorithm/find_if.h",
  25. "//third_party/libc++/src/include/__algorithm/find_if_not.h",
  26. "//third_party/libc++/src/include/__algorithm/find_segment_if.h",
  27. "//third_party/libc++/src/include/__algorithm/fold.h",
  28. "//third_party/libc++/src/include/__algorithm/for_each.h",
  29. "//third_party/libc++/src/include/__algorithm/for_each_n.h",
  30. "//third_party/libc++/src/include/__algorithm/for_each_segment.h",
  31. "//third_party/libc++/src/include/__algorithm/generate.h",
  32. "//third_party/libc++/src/include/__algorithm/generate_n.h",
  33. "//third_party/libc++/src/include/__algorithm/half_positive.h",
  34. "//third_party/libc++/src/include/__algorithm/in_found_result.h",
  35. "//third_party/libc++/src/include/__algorithm/in_fun_result.h",
  36. "//third_party/libc++/src/include/__algorithm/in_in_out_result.h",
  37. "//third_party/libc++/src/include/__algorithm/in_in_result.h",
  38. "//third_party/libc++/src/include/__algorithm/in_out_out_result.h",
  39. "//third_party/libc++/src/include/__algorithm/in_out_result.h",
  40. "//third_party/libc++/src/include/__algorithm/includes.h",
  41. "//third_party/libc++/src/include/__algorithm/inplace_merge.h",
  42. "//third_party/libc++/src/include/__algorithm/is_heap.h",
  43. "//third_party/libc++/src/include/__algorithm/is_heap_until.h",
  44. "//third_party/libc++/src/include/__algorithm/is_partitioned.h",
  45. "//third_party/libc++/src/include/__algorithm/is_permutation.h",
  46. "//third_party/libc++/src/include/__algorithm/is_sorted.h",
  47. "//third_party/libc++/src/include/__algorithm/is_sorted_until.h",
  48. "//third_party/libc++/src/include/__algorithm/iter_swap.h",
  49. "//third_party/libc++/src/include/__algorithm/iterator_operations.h",
  50. "//third_party/libc++/src/include/__algorithm/lexicographical_compare.h",
  51. "//third_party/libc++/src/include/__algorithm/lexicographical_compare_three_way.h",
  52. "//third_party/libc++/src/include/__algorithm/lower_bound.h",
  53. "//third_party/libc++/src/include/__algorithm/make_heap.h",
  54. "//third_party/libc++/src/include/__algorithm/make_projected.h",
  55. "//third_party/libc++/src/include/__algorithm/max.h",
  56. "//third_party/libc++/src/include/__algorithm/max_element.h",
  57. "//third_party/libc++/src/include/__algorithm/merge.h",
  58. "//third_party/libc++/src/include/__algorithm/min.h",
  59. "//third_party/libc++/src/include/__algorithm/min_element.h",
  60. "//third_party/libc++/src/include/__algorithm/min_max_result.h",
  61. "//third_party/libc++/src/include/__algorithm/minmax.h",
  62. "//third_party/libc++/src/include/__algorithm/minmax_element.h",
  63. "//third_party/libc++/src/include/__algorithm/mismatch.h",
  64. "//third_party/libc++/src/include/__algorithm/move.h",
  65. "//third_party/libc++/src/include/__algorithm/move_backward.h",
  66. "//third_party/libc++/src/include/__algorithm/next_permutation.h",
  67. "//third_party/libc++/src/include/__algorithm/none_of.h",
  68. "//third_party/libc++/src/include/__algorithm/nth_element.h",
  69. "//third_party/libc++/src/include/__algorithm/partial_sort.h",
  70. "//third_party/libc++/src/include/__algorithm/partial_sort_copy.h",
  71. "//third_party/libc++/src/include/__algorithm/partition.h",
  72. "//third_party/libc++/src/include/__algorithm/partition_copy.h",
  73. "//third_party/libc++/src/include/__algorithm/partition_point.h",
  74. "//third_party/libc++/src/include/__algorithm/pop_heap.h",
  75. "//third_party/libc++/src/include/__algorithm/prev_permutation.h",
  76. "//third_party/libc++/src/include/__algorithm/pstl_any_all_none_of.h",
  77. "//third_party/libc++/src/include/__algorithm/pstl_backend.h",
  78. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backend.h",
  79. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/any_of.h",
  80. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/backend.h",
  81. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/fill.h",
  82. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/find_if.h",
  83. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/for_each.h",
  84. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/libdispatch.h",
  85. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/merge.h",
  86. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/serial.h",
  87. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h",
  88. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/thread.h",
  89. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/transform.h",
  90. "//third_party/libc++/src/include/__algorithm/pstl_backends/cpu_backends/transform_reduce.h",
  91. "//third_party/libc++/src/include/__algorithm/pstl_copy.h",
  92. "//third_party/libc++/src/include/__algorithm/pstl_count.h",
  93. "//third_party/libc++/src/include/__algorithm/pstl_equal.h",
  94. "//third_party/libc++/src/include/__algorithm/pstl_fill.h",
  95. "//third_party/libc++/src/include/__algorithm/pstl_find.h",
  96. "//third_party/libc++/src/include/__algorithm/pstl_for_each.h",
  97. "//third_party/libc++/src/include/__algorithm/pstl_frontend_dispatch.h",
  98. "//third_party/libc++/src/include/__algorithm/pstl_generate.h",
  99. "//third_party/libc++/src/include/__algorithm/pstl_is_partitioned.h",
  100. "//third_party/libc++/src/include/__algorithm/pstl_merge.h",
  101. "//third_party/libc++/src/include/__algorithm/pstl_move.h",
  102. "//third_party/libc++/src/include/__algorithm/pstl_replace.h",
  103. "//third_party/libc++/src/include/__algorithm/pstl_rotate_copy.h",
  104. "//third_party/libc++/src/include/__algorithm/pstl_sort.h",
  105. "//third_party/libc++/src/include/__algorithm/pstl_stable_sort.h",
  106. "//third_party/libc++/src/include/__algorithm/pstl_transform.h",
  107. "//third_party/libc++/src/include/__algorithm/push_heap.h",
  108. "//third_party/libc++/src/include/__algorithm/ranges_adjacent_find.h",
  109. "//third_party/libc++/src/include/__algorithm/ranges_all_of.h",
  110. "//third_party/libc++/src/include/__algorithm/ranges_any_of.h",
  111. "//third_party/libc++/src/include/__algorithm/ranges_binary_search.h",
  112. "//third_party/libc++/src/include/__algorithm/ranges_clamp.h",
  113. "//third_party/libc++/src/include/__algorithm/ranges_contains.h",
  114. "//third_party/libc++/src/include/__algorithm/ranges_contains_subrange.h",
  115. "//third_party/libc++/src/include/__algorithm/ranges_copy.h",
  116. "//third_party/libc++/src/include/__algorithm/ranges_copy_backward.h",
  117. "//third_party/libc++/src/include/__algorithm/ranges_copy_if.h",
  118. "//third_party/libc++/src/include/__algorithm/ranges_copy_n.h",
  119. "//third_party/libc++/src/include/__algorithm/ranges_count.h",
  120. "//third_party/libc++/src/include/__algorithm/ranges_count_if.h",
  121. "//third_party/libc++/src/include/__algorithm/ranges_ends_with.h",
  122. "//third_party/libc++/src/include/__algorithm/ranges_equal.h",
  123. "//third_party/libc++/src/include/__algorithm/ranges_equal_range.h",
  124. "//third_party/libc++/src/include/__algorithm/ranges_fill.h",
  125. "//third_party/libc++/src/include/__algorithm/ranges_fill_n.h",
  126. "//third_party/libc++/src/include/__algorithm/ranges_find.h",
  127. "//third_party/libc++/src/include/__algorithm/ranges_find_end.h",
  128. "//third_party/libc++/src/include/__algorithm/ranges_find_first_of.h",
  129. "//third_party/libc++/src/include/__algorithm/ranges_find_if.h",
  130. "//third_party/libc++/src/include/__algorithm/ranges_find_if_not.h",
  131. "//third_party/libc++/src/include/__algorithm/ranges_for_each.h",
  132. "//third_party/libc++/src/include/__algorithm/ranges_for_each_n.h",
  133. "//third_party/libc++/src/include/__algorithm/ranges_generate.h",
  134. "//third_party/libc++/src/include/__algorithm/ranges_generate_n.h",
  135. "//third_party/libc++/src/include/__algorithm/ranges_includes.h",
  136. "//third_party/libc++/src/include/__algorithm/ranges_inplace_merge.h",
  137. "//third_party/libc++/src/include/__algorithm/ranges_is_heap.h",
  138. "//third_party/libc++/src/include/__algorithm/ranges_is_heap_until.h",
  139. "//third_party/libc++/src/include/__algorithm/ranges_is_partitioned.h",
  140. "//third_party/libc++/src/include/__algorithm/ranges_is_permutation.h",
  141. "//third_party/libc++/src/include/__algorithm/ranges_is_sorted.h",
  142. "//third_party/libc++/src/include/__algorithm/ranges_is_sorted_until.h",
  143. "//third_party/libc++/src/include/__algorithm/ranges_iterator_concept.h",
  144. "//third_party/libc++/src/include/__algorithm/ranges_lexicographical_compare.h",
  145. "//third_party/libc++/src/include/__algorithm/ranges_lower_bound.h",
  146. "//third_party/libc++/src/include/__algorithm/ranges_make_heap.h",
  147. "//third_party/libc++/src/include/__algorithm/ranges_max.h",
  148. "//third_party/libc++/src/include/__algorithm/ranges_max_element.h",
  149. "//third_party/libc++/src/include/__algorithm/ranges_merge.h",
  150. "//third_party/libc++/src/include/__algorithm/ranges_min.h",
  151. "//third_party/libc++/src/include/__algorithm/ranges_min_element.h",
  152. "//third_party/libc++/src/include/__algorithm/ranges_minmax.h",
  153. "//third_party/libc++/src/include/__algorithm/ranges_minmax_element.h",
  154. "//third_party/libc++/src/include/__algorithm/ranges_mismatch.h",
  155. "//third_party/libc++/src/include/__algorithm/ranges_move.h",
  156. "//third_party/libc++/src/include/__algorithm/ranges_move_backward.h",
  157. "//third_party/libc++/src/include/__algorithm/ranges_next_permutation.h",
  158. "//third_party/libc++/src/include/__algorithm/ranges_none_of.h",
  159. "//third_party/libc++/src/include/__algorithm/ranges_nth_element.h",
  160. "//third_party/libc++/src/include/__algorithm/ranges_partial_sort.h",
  161. "//third_party/libc++/src/include/__algorithm/ranges_partial_sort_copy.h",
  162. "//third_party/libc++/src/include/__algorithm/ranges_partition.h",
  163. "//third_party/libc++/src/include/__algorithm/ranges_partition_copy.h",
  164. "//third_party/libc++/src/include/__algorithm/ranges_partition_point.h",
  165. "//third_party/libc++/src/include/__algorithm/ranges_pop_heap.h",
  166. "//third_party/libc++/src/include/__algorithm/ranges_prev_permutation.h",
  167. "//third_party/libc++/src/include/__algorithm/ranges_push_heap.h",
  168. "//third_party/libc++/src/include/__algorithm/ranges_remove.h",
  169. "//third_party/libc++/src/include/__algorithm/ranges_remove_copy.h",
  170. "//third_party/libc++/src/include/__algorithm/ranges_remove_copy_if.h",
  171. "//third_party/libc++/src/include/__algorithm/ranges_remove_if.h",
  172. "//third_party/libc++/src/include/__algorithm/ranges_replace.h",
  173. "//third_party/libc++/src/include/__algorithm/ranges_replace_copy.h",
  174. "//third_party/libc++/src/include/__algorithm/ranges_replace_copy_if.h",
  175. "//third_party/libc++/src/include/__algorithm/ranges_replace_if.h",
  176. "//third_party/libc++/src/include/__algorithm/ranges_reverse.h",
  177. "//third_party/libc++/src/include/__algorithm/ranges_reverse_copy.h",
  178. "//third_party/libc++/src/include/__algorithm/ranges_rotate.h",
  179. "//third_party/libc++/src/include/__algorithm/ranges_rotate_copy.h",
  180. "//third_party/libc++/src/include/__algorithm/ranges_sample.h",
  181. "//third_party/libc++/src/include/__algorithm/ranges_search.h",
  182. "//third_party/libc++/src/include/__algorithm/ranges_search_n.h",
  183. "//third_party/libc++/src/include/__algorithm/ranges_set_difference.h",
  184. "//third_party/libc++/src/include/__algorithm/ranges_set_intersection.h",
  185. "//third_party/libc++/src/include/__algorithm/ranges_set_symmetric_difference.h",
  186. "//third_party/libc++/src/include/__algorithm/ranges_set_union.h",
  187. "//third_party/libc++/src/include/__algorithm/ranges_shuffle.h",
  188. "//third_party/libc++/src/include/__algorithm/ranges_sort.h",
  189. "//third_party/libc++/src/include/__algorithm/ranges_sort_heap.h",
  190. "//third_party/libc++/src/include/__algorithm/ranges_stable_partition.h",
  191. "//third_party/libc++/src/include/__algorithm/ranges_stable_sort.h",
  192. "//third_party/libc++/src/include/__algorithm/ranges_starts_with.h",
  193. "//third_party/libc++/src/include/__algorithm/ranges_swap_ranges.h",
  194. "//third_party/libc++/src/include/__algorithm/ranges_transform.h",
  195. "//third_party/libc++/src/include/__algorithm/ranges_unique.h",
  196. "//third_party/libc++/src/include/__algorithm/ranges_unique_copy.h",
  197. "//third_party/libc++/src/include/__algorithm/ranges_upper_bound.h",
  198. "//third_party/libc++/src/include/__algorithm/remove.h",
  199. "//third_party/libc++/src/include/__algorithm/remove_copy.h",
  200. "//third_party/libc++/src/include/__algorithm/remove_copy_if.h",
  201. "//third_party/libc++/src/include/__algorithm/remove_if.h",
  202. "//third_party/libc++/src/include/__algorithm/replace.h",
  203. "//third_party/libc++/src/include/__algorithm/replace_copy.h",
  204. "//third_party/libc++/src/include/__algorithm/replace_copy_if.h",
  205. "//third_party/libc++/src/include/__algorithm/replace_if.h",
  206. "//third_party/libc++/src/include/__algorithm/reverse.h",
  207. "//third_party/libc++/src/include/__algorithm/reverse_copy.h",
  208. "//third_party/libc++/src/include/__algorithm/rotate.h",
  209. "//third_party/libc++/src/include/__algorithm/rotate_copy.h",
  210. "//third_party/libc++/src/include/__algorithm/sample.h",
  211. "//third_party/libc++/src/include/__algorithm/search.h",
  212. "//third_party/libc++/src/include/__algorithm/search_n.h",
  213. "//third_party/libc++/src/include/__algorithm/set_difference.h",
  214. "//third_party/libc++/src/include/__algorithm/set_intersection.h",
  215. "//third_party/libc++/src/include/__algorithm/set_symmetric_difference.h",
  216. "//third_party/libc++/src/include/__algorithm/set_union.h",
  217. "//third_party/libc++/src/include/__algorithm/shift_left.h",
  218. "//third_party/libc++/src/include/__algorithm/shift_right.h",
  219. "//third_party/libc++/src/include/__algorithm/shuffle.h",
  220. "//third_party/libc++/src/include/__algorithm/sift_down.h",
  221. "//third_party/libc++/src/include/__algorithm/sort.h",
  222. "//third_party/libc++/src/include/__algorithm/sort_heap.h",
  223. "//third_party/libc++/src/include/__algorithm/stable_partition.h",
  224. "//third_party/libc++/src/include/__algorithm/stable_sort.h",
  225. "//third_party/libc++/src/include/__algorithm/swap_ranges.h",
  226. "//third_party/libc++/src/include/__algorithm/three_way_comp_ref_type.h",
  227. "//third_party/libc++/src/include/__algorithm/transform.h",
  228. "//third_party/libc++/src/include/__algorithm/uniform_random_bit_generator_adaptor.h",
  229. "//third_party/libc++/src/include/__algorithm/unique.h",
  230. "//third_party/libc++/src/include/__algorithm/unique_copy.h",
  231. "//third_party/libc++/src/include/__algorithm/unwrap_iter.h",
  232. "//third_party/libc++/src/include/__algorithm/unwrap_range.h",
  233. "//third_party/libc++/src/include/__algorithm/upper_bound.h",
  234. "//third_party/libc++/src/include/__assert",
  235. "//third_party/libc++/src/include/__atomic/aliases.h",
  236. "//third_party/libc++/src/include/__atomic/atomic.h",
  237. "//third_party/libc++/src/include/__atomic/atomic_base.h",
  238. "//third_party/libc++/src/include/__atomic/atomic_flag.h",
  239. "//third_party/libc++/src/include/__atomic/atomic_init.h",
  240. "//third_party/libc++/src/include/__atomic/atomic_lock_free.h",
  241. "//third_party/libc++/src/include/__atomic/atomic_sync.h",
  242. "//third_party/libc++/src/include/__atomic/check_memory_order.h",
  243. "//third_party/libc++/src/include/__atomic/contention_t.h",
  244. "//third_party/libc++/src/include/__atomic/cxx_atomic_impl.h",
  245. "//third_party/libc++/src/include/__atomic/fence.h",
  246. "//third_party/libc++/src/include/__atomic/is_always_lock_free.h",
  247. "//third_party/libc++/src/include/__atomic/kill_dependency.h",
  248. "//third_party/libc++/src/include/__atomic/memory_order.h",
  249. "//third_party/libc++/src/include/__availability",
  250. "//third_party/libc++/src/include/__bit/bit_cast.h",
  251. "//third_party/libc++/src/include/__bit/bit_ceil.h",
  252. "//third_party/libc++/src/include/__bit/bit_floor.h",
  253. "//third_party/libc++/src/include/__bit/bit_log2.h",
  254. "//third_party/libc++/src/include/__bit/bit_width.h",
  255. "//third_party/libc++/src/include/__bit/blsr.h",
  256. "//third_party/libc++/src/include/__bit/byteswap.h",
  257. "//third_party/libc++/src/include/__bit/countl.h",
  258. "//third_party/libc++/src/include/__bit/countr.h",
  259. "//third_party/libc++/src/include/__bit/endian.h",
  260. "//third_party/libc++/src/include/__bit/has_single_bit.h",
  261. "//third_party/libc++/src/include/__bit/invert_if.h",
  262. "//third_party/libc++/src/include/__bit/popcount.h",
  263. "//third_party/libc++/src/include/__bit/rotate.h",
  264. "//third_party/libc++/src/include/__bit_reference",
  265. "//third_party/libc++/src/include/__charconv/chars_format.h",
  266. "//third_party/libc++/src/include/__charconv/from_chars_integral.h",
  267. "//third_party/libc++/src/include/__charconv/from_chars_result.h",
  268. "//third_party/libc++/src/include/__charconv/tables.h",
  269. "//third_party/libc++/src/include/__charconv/to_chars.h",
  270. "//third_party/libc++/src/include/__charconv/to_chars_base_10.h",
  271. "//third_party/libc++/src/include/__charconv/to_chars_floating_point.h",
  272. "//third_party/libc++/src/include/__charconv/to_chars_integral.h",
  273. "//third_party/libc++/src/include/__charconv/to_chars_result.h",
  274. "//third_party/libc++/src/include/__charconv/traits.h",
  275. "//third_party/libc++/src/include/__chrono/calendar.h",
  276. "//third_party/libc++/src/include/__chrono/concepts.h",
  277. "//third_party/libc++/src/include/__chrono/convert_to_timespec.h",
  278. "//third_party/libc++/src/include/__chrono/convert_to_tm.h",
  279. "//third_party/libc++/src/include/__chrono/day.h",
  280. "//third_party/libc++/src/include/__chrono/duration.h",
  281. "//third_party/libc++/src/include/__chrono/file_clock.h",
  282. "//third_party/libc++/src/include/__chrono/formatter.h",
  283. "//third_party/libc++/src/include/__chrono/hh_mm_ss.h",
  284. "//third_party/libc++/src/include/__chrono/high_resolution_clock.h",
  285. "//third_party/libc++/src/include/__chrono/literals.h",
  286. "//third_party/libc++/src/include/__chrono/month.h",
  287. "//third_party/libc++/src/include/__chrono/month_weekday.h",
  288. "//third_party/libc++/src/include/__chrono/monthday.h",
  289. "//third_party/libc++/src/include/__chrono/ostream.h",
  290. "//third_party/libc++/src/include/__chrono/parser_std_format_spec.h",
  291. "//third_party/libc++/src/include/__chrono/statically_widen.h",
  292. "//third_party/libc++/src/include/__chrono/steady_clock.h",
  293. "//third_party/libc++/src/include/__chrono/system_clock.h",
  294. "//third_party/libc++/src/include/__chrono/time_point.h",
  295. "//third_party/libc++/src/include/__chrono/time_zone.h",
  296. "//third_party/libc++/src/include/__chrono/time_zone_link.h",
  297. "//third_party/libc++/src/include/__chrono/tzdb.h",
  298. "//third_party/libc++/src/include/__chrono/tzdb_list.h",
  299. "//third_party/libc++/src/include/__chrono/weekday.h",
  300. "//third_party/libc++/src/include/__chrono/year.h",
  301. "//third_party/libc++/src/include/__chrono/year_month.h",
  302. "//third_party/libc++/src/include/__chrono/year_month_day.h",
  303. "//third_party/libc++/src/include/__chrono/year_month_weekday.h",
  304. "//third_party/libc++/src/include/__compare/common_comparison_category.h",
  305. "//third_party/libc++/src/include/__compare/compare_partial_order_fallback.h",
  306. "//third_party/libc++/src/include/__compare/compare_strong_order_fallback.h",
  307. "//third_party/libc++/src/include/__compare/compare_three_way.h",
  308. "//third_party/libc++/src/include/__compare/compare_three_way_result.h",
  309. "//third_party/libc++/src/include/__compare/compare_weak_order_fallback.h",
  310. "//third_party/libc++/src/include/__compare/is_eq.h",
  311. "//third_party/libc++/src/include/__compare/ordering.h",
  312. "//third_party/libc++/src/include/__compare/partial_order.h",
  313. "//third_party/libc++/src/include/__compare/strong_order.h",
  314. "//third_party/libc++/src/include/__compare/synth_three_way.h",
  315. "//third_party/libc++/src/include/__compare/three_way_comparable.h",
  316. "//third_party/libc++/src/include/__compare/weak_order.h",
  317. "//third_party/libc++/src/include/__concepts/arithmetic.h",
  318. "//third_party/libc++/src/include/__concepts/assignable.h",
  319. "//third_party/libc++/src/include/__concepts/boolean_testable.h",
  320. "//third_party/libc++/src/include/__concepts/class_or_enum.h",
  321. "//third_party/libc++/src/include/__concepts/common_reference_with.h",
  322. "//third_party/libc++/src/include/__concepts/common_with.h",
  323. "//third_party/libc++/src/include/__concepts/constructible.h",
  324. "//third_party/libc++/src/include/__concepts/convertible_to.h",
  325. "//third_party/libc++/src/include/__concepts/copyable.h",
  326. "//third_party/libc++/src/include/__concepts/derived_from.h",
  327. "//third_party/libc++/src/include/__concepts/destructible.h",
  328. "//third_party/libc++/src/include/__concepts/different_from.h",
  329. "//third_party/libc++/src/include/__concepts/equality_comparable.h",
  330. "//third_party/libc++/src/include/__concepts/invocable.h",
  331. "//third_party/libc++/src/include/__concepts/movable.h",
  332. "//third_party/libc++/src/include/__concepts/predicate.h",
  333. "//third_party/libc++/src/include/__concepts/regular.h",
  334. "//third_party/libc++/src/include/__concepts/relation.h",
  335. "//third_party/libc++/src/include/__concepts/same_as.h",
  336. "//third_party/libc++/src/include/__concepts/semiregular.h",
  337. "//third_party/libc++/src/include/__concepts/swappable.h",
  338. "//third_party/libc++/src/include/__concepts/totally_ordered.h",
  339. "//third_party/libc++/src/include/__condition_variable/condition_variable.h",
  340. "//third_party/libc++/src/include/__config",
  341. "//third_party/libc++/src/include/__config_site.in",
  342. "//third_party/libc++/src/include/__coroutine/coroutine_handle.h",
  343. "//third_party/libc++/src/include/__coroutine/coroutine_traits.h",
  344. "//third_party/libc++/src/include/__coroutine/noop_coroutine_handle.h",
  345. "//third_party/libc++/src/include/__coroutine/trivial_awaitables.h",
  346. "//third_party/libc++/src/include/__debug_utils/randomize_range.h",
  347. "//third_party/libc++/src/include/__debug_utils/strict_weak_ordering_check.h",
  348. "//third_party/libc++/src/include/__exception/exception.h",
  349. "//third_party/libc++/src/include/__exception/exception_ptr.h",
  350. "//third_party/libc++/src/include/__exception/nested_exception.h",
  351. "//third_party/libc++/src/include/__exception/operations.h",
  352. "//third_party/libc++/src/include/__exception/terminate.h",
  353. "//third_party/libc++/src/include/__expected/bad_expected_access.h",
  354. "//third_party/libc++/src/include/__expected/expected.h",
  355. "//third_party/libc++/src/include/__expected/unexpect.h",
  356. "//third_party/libc++/src/include/__expected/unexpected.h",
  357. "//third_party/libc++/src/include/__filesystem/copy_options.h",
  358. "//third_party/libc++/src/include/__filesystem/directory_entry.h",
  359. "//third_party/libc++/src/include/__filesystem/directory_iterator.h",
  360. "//third_party/libc++/src/include/__filesystem/directory_options.h",
  361. "//third_party/libc++/src/include/__filesystem/file_status.h",
  362. "//third_party/libc++/src/include/__filesystem/file_time_type.h",
  363. "//third_party/libc++/src/include/__filesystem/file_type.h",
  364. "//third_party/libc++/src/include/__filesystem/filesystem_error.h",
  365. "//third_party/libc++/src/include/__filesystem/operations.h",
  366. "//third_party/libc++/src/include/__filesystem/path.h",
  367. "//third_party/libc++/src/include/__filesystem/path_iterator.h",
  368. "//third_party/libc++/src/include/__filesystem/perm_options.h",
  369. "//third_party/libc++/src/include/__filesystem/perms.h",
  370. "//third_party/libc++/src/include/__filesystem/recursive_directory_iterator.h",
  371. "//third_party/libc++/src/include/__filesystem/space_info.h",
  372. "//third_party/libc++/src/include/__filesystem/u8path.h",
  373. "//third_party/libc++/src/include/__format/buffer.h",
  374. "//third_party/libc++/src/include/__format/concepts.h",
  375. "//third_party/libc++/src/include/__format/container_adaptor.h",
  376. "//third_party/libc++/src/include/__format/enable_insertable.h",
  377. "//third_party/libc++/src/include/__format/escaped_output_table.h",
  378. "//third_party/libc++/src/include/__format/extended_grapheme_cluster_table.h",
  379. "//third_party/libc++/src/include/__format/format_arg.h",
  380. "//third_party/libc++/src/include/__format/format_arg_store.h",
  381. "//third_party/libc++/src/include/__format/format_args.h",
  382. "//third_party/libc++/src/include/__format/format_context.h",
  383. "//third_party/libc++/src/include/__format/format_error.h",
  384. "//third_party/libc++/src/include/__format/format_functions.h",
  385. "//third_party/libc++/src/include/__format/format_fwd.h",
  386. "//third_party/libc++/src/include/__format/format_parse_context.h",
  387. "//third_party/libc++/src/include/__format/format_string.h",
  388. "//third_party/libc++/src/include/__format/format_to_n_result.h",
  389. "//third_party/libc++/src/include/__format/formatter.h",
  390. "//third_party/libc++/src/include/__format/formatter_bool.h",
  391. "//third_party/libc++/src/include/__format/formatter_char.h",
  392. "//third_party/libc++/src/include/__format/formatter_floating_point.h",
  393. "//third_party/libc++/src/include/__format/formatter_integer.h",
  394. "//third_party/libc++/src/include/__format/formatter_integral.h",
  395. "//third_party/libc++/src/include/__format/formatter_output.h",
  396. "//third_party/libc++/src/include/__format/formatter_pointer.h",
  397. "//third_party/libc++/src/include/__format/formatter_string.h",
  398. "//third_party/libc++/src/include/__format/formatter_tuple.h",
  399. "//third_party/libc++/src/include/__format/parser_std_format_spec.h",
  400. "//third_party/libc++/src/include/__format/range_default_formatter.h",
  401. "//third_party/libc++/src/include/__format/range_formatter.h",
  402. "//third_party/libc++/src/include/__format/unicode.h",
  403. "//third_party/libc++/src/include/__format/width_estimation_table.h",
  404. "//third_party/libc++/src/include/__format/write_escaped.h",
  405. "//third_party/libc++/src/include/__functional/binary_function.h",
  406. "//third_party/libc++/src/include/__functional/binary_negate.h",
  407. "//third_party/libc++/src/include/__functional/bind.h",
  408. "//third_party/libc++/src/include/__functional/bind_back.h",
  409. "//third_party/libc++/src/include/__functional/bind_front.h",
  410. "//third_party/libc++/src/include/__functional/binder1st.h",
  411. "//third_party/libc++/src/include/__functional/binder2nd.h",
  412. "//third_party/libc++/src/include/__functional/boyer_moore_searcher.h",
  413. "//third_party/libc++/src/include/__functional/compose.h",
  414. "//third_party/libc++/src/include/__functional/default_searcher.h",
  415. "//third_party/libc++/src/include/__functional/function.h",
  416. "//third_party/libc++/src/include/__functional/hash.h",
  417. "//third_party/libc++/src/include/__functional/identity.h",
  418. "//third_party/libc++/src/include/__functional/invoke.h",
  419. "//third_party/libc++/src/include/__functional/is_transparent.h",
  420. "//third_party/libc++/src/include/__functional/mem_fn.h",
  421. "//third_party/libc++/src/include/__functional/mem_fun_ref.h",
  422. "//third_party/libc++/src/include/__functional/not_fn.h",
  423. "//third_party/libc++/src/include/__functional/operations.h",
  424. "//third_party/libc++/src/include/__functional/perfect_forward.h",
  425. "//third_party/libc++/src/include/__functional/pointer_to_binary_function.h",
  426. "//third_party/libc++/src/include/__functional/pointer_to_unary_function.h",
  427. "//third_party/libc++/src/include/__functional/ranges_operations.h",
  428. "//third_party/libc++/src/include/__functional/reference_wrapper.h",
  429. "//third_party/libc++/src/include/__functional/unary_function.h",
  430. "//third_party/libc++/src/include/__functional/unary_negate.h",
  431. "//third_party/libc++/src/include/__functional/weak_result_type.h",
  432. "//third_party/libc++/src/include/__fwd/array.h",
  433. "//third_party/libc++/src/include/__fwd/bit_reference.h",
  434. "//third_party/libc++/src/include/__fwd/complex.h",
  435. "//third_party/libc++/src/include/__fwd/fstream.h",
  436. "//third_party/libc++/src/include/__fwd/functional.h",
  437. "//third_party/libc++/src/include/__fwd/ios.h",
  438. "//third_party/libc++/src/include/__fwd/istream.h",
  439. "//third_party/libc++/src/include/__fwd/mdspan.h",
  440. "//third_party/libc++/src/include/__fwd/memory_resource.h",
  441. "//third_party/libc++/src/include/__fwd/ostream.h",
  442. "//third_party/libc++/src/include/__fwd/pair.h",
  443. "//third_party/libc++/src/include/__fwd/span.h",
  444. "//third_party/libc++/src/include/__fwd/sstream.h",
  445. "//third_party/libc++/src/include/__fwd/streambuf.h",
  446. "//third_party/libc++/src/include/__fwd/string.h",
  447. "//third_party/libc++/src/include/__fwd/string_view.h",
  448. "//third_party/libc++/src/include/__fwd/subrange.h",
  449. "//third_party/libc++/src/include/__fwd/tuple.h",
  450. "//third_party/libc++/src/include/__hash_table",
  451. "//third_party/libc++/src/include/__ios/fpos.h",
  452. "//third_party/libc++/src/include/__iterator/access.h",
  453. "//third_party/libc++/src/include/__iterator/advance.h",
  454. "//third_party/libc++/src/include/__iterator/back_insert_iterator.h",
  455. "//third_party/libc++/src/include/__iterator/bounded_iter.h",
  456. "//third_party/libc++/src/include/__iterator/common_iterator.h",
  457. "//third_party/libc++/src/include/__iterator/concepts.h",
  458. "//third_party/libc++/src/include/__iterator/counted_iterator.h",
  459. "//third_party/libc++/src/include/__iterator/cpp17_iterator_concepts.h",
  460. "//third_party/libc++/src/include/__iterator/data.h",
  461. "//third_party/libc++/src/include/__iterator/default_sentinel.h",
  462. "//third_party/libc++/src/include/__iterator/distance.h",
  463. "//third_party/libc++/src/include/__iterator/empty.h",
  464. "//third_party/libc++/src/include/__iterator/erase_if_container.h",
  465. "//third_party/libc++/src/include/__iterator/front_insert_iterator.h",
  466. "//third_party/libc++/src/include/__iterator/incrementable_traits.h",
  467. "//third_party/libc++/src/include/__iterator/indirectly_comparable.h",
  468. "//third_party/libc++/src/include/__iterator/insert_iterator.h",
  469. "//third_party/libc++/src/include/__iterator/istream_iterator.h",
  470. "//third_party/libc++/src/include/__iterator/istreambuf_iterator.h",
  471. "//third_party/libc++/src/include/__iterator/iter_move.h",
  472. "//third_party/libc++/src/include/__iterator/iter_swap.h",
  473. "//third_party/libc++/src/include/__iterator/iterator.h",
  474. "//third_party/libc++/src/include/__iterator/iterator_traits.h",
  475. "//third_party/libc++/src/include/__iterator/iterator_with_data.h",
  476. "//third_party/libc++/src/include/__iterator/mergeable.h",
  477. "//third_party/libc++/src/include/__iterator/move_iterator.h",
  478. "//third_party/libc++/src/include/__iterator/move_sentinel.h",
  479. "//third_party/libc++/src/include/__iterator/next.h",
  480. "//third_party/libc++/src/include/__iterator/ostream_iterator.h",
  481. "//third_party/libc++/src/include/__iterator/ostreambuf_iterator.h",
  482. "//third_party/libc++/src/include/__iterator/permutable.h",
  483. "//third_party/libc++/src/include/__iterator/prev.h",
  484. "//third_party/libc++/src/include/__iterator/projected.h",
  485. "//third_party/libc++/src/include/__iterator/ranges_iterator_traits.h",
  486. "//third_party/libc++/src/include/__iterator/readable_traits.h",
  487. "//third_party/libc++/src/include/__iterator/reverse_access.h",
  488. "//third_party/libc++/src/include/__iterator/reverse_iterator.h",
  489. "//third_party/libc++/src/include/__iterator/segmented_iterator.h",
  490. "//third_party/libc++/src/include/__iterator/size.h",
  491. "//third_party/libc++/src/include/__iterator/sortable.h",
  492. "//third_party/libc++/src/include/__iterator/unreachable_sentinel.h",
  493. "//third_party/libc++/src/include/__iterator/wrap_iter.h",
  494. "//third_party/libc++/src/include/__locale",
  495. "//third_party/libc++/src/include/__locale_dir/locale_base_api/android.h",
  496. "//third_party/libc++/src/include/__locale_dir/locale_base_api/bsd_locale_defaults.h",
  497. "//third_party/libc++/src/include/__locale_dir/locale_base_api/bsd_locale_fallbacks.h",
  498. "//third_party/libc++/src/include/__locale_dir/locale_base_api/fuchsia.h",
  499. "//third_party/libc++/src/include/__locale_dir/locale_base_api/ibm.h",
  500. "//third_party/libc++/src/include/__locale_dir/locale_base_api/locale_guard.h",
  501. "//third_party/libc++/src/include/__locale_dir/locale_base_api/musl.h",
  502. "//third_party/libc++/src/include/__locale_dir/locale_base_api/newlib.h",
  503. "//third_party/libc++/src/include/__locale_dir/locale_base_api/openbsd.h",
  504. "//third_party/libc++/src/include/__locale_dir/locale_base_api/win32.h",
  505. "//third_party/libc++/src/include/__locale_dir/locale_base_api.h",
  506. "//third_party/libc++/src/include/__math/abs.h",
  507. "//third_party/libc++/src/include/__math/copysign.h",
  508. "//third_party/libc++/src/include/__math/error_functions.h",
  509. "//third_party/libc++/src/include/__math/exponential_functions.h",
  510. "//third_party/libc++/src/include/__math/fdim.h",
  511. "//third_party/libc++/src/include/__math/fma.h",
  512. "//third_party/libc++/src/include/__math/gamma.h",
  513. "//third_party/libc++/src/include/__math/hyperbolic_functions.h",
  514. "//third_party/libc++/src/include/__math/hypot.h",
  515. "//third_party/libc++/src/include/__math/inverse_hyperbolic_functions.h",
  516. "//third_party/libc++/src/include/__math/inverse_trigonometric_functions.h",
  517. "//third_party/libc++/src/include/__math/logarithms.h",
  518. "//third_party/libc++/src/include/__math/min_max.h",
  519. "//third_party/libc++/src/include/__math/modulo.h",
  520. "//third_party/libc++/src/include/__math/remainder.h",
  521. "//third_party/libc++/src/include/__math/roots.h",
  522. "//third_party/libc++/src/include/__math/rounding_functions.h",
  523. "//third_party/libc++/src/include/__math/traits.h",
  524. "//third_party/libc++/src/include/__math/trigonometric_functions.h",
  525. "//third_party/libc++/src/include/__mbstate_t.h",
  526. "//third_party/libc++/src/include/__mdspan/default_accessor.h",
  527. "//third_party/libc++/src/include/__mdspan/extents.h",
  528. "//third_party/libc++/src/include/__mdspan/layout_left.h",
  529. "//third_party/libc++/src/include/__mdspan/layout_right.h",
  530. "//third_party/libc++/src/include/__mdspan/layout_stride.h",
  531. "//third_party/libc++/src/include/__mdspan/mdspan.h",
  532. "//third_party/libc++/src/include/__memory/addressof.h",
  533. "//third_party/libc++/src/include/__memory/align.h",
  534. "//third_party/libc++/src/include/__memory/aligned_alloc.h",
  535. "//third_party/libc++/src/include/__memory/allocate_at_least.h",
  536. "//third_party/libc++/src/include/__memory/allocation_guard.h",
  537. "//third_party/libc++/src/include/__memory/allocator.h",
  538. "//third_party/libc++/src/include/__memory/allocator_arg_t.h",
  539. "//third_party/libc++/src/include/__memory/allocator_destructor.h",
  540. "//third_party/libc++/src/include/__memory/allocator_traits.h",
  541. "//third_party/libc++/src/include/__memory/assume_aligned.h",
  542. "//third_party/libc++/src/include/__memory/auto_ptr.h",
  543. "//third_party/libc++/src/include/__memory/builtin_new_allocator.h",
  544. "//third_party/libc++/src/include/__memory/compressed_pair.h",
  545. "//third_party/libc++/src/include/__memory/concepts.h",
  546. "//third_party/libc++/src/include/__memory/construct_at.h",
  547. "//third_party/libc++/src/include/__memory/destruct_n.h",
  548. "//third_party/libc++/src/include/__memory/pointer_traits.h",
  549. "//third_party/libc++/src/include/__memory/ranges_construct_at.h",
  550. "//third_party/libc++/src/include/__memory/ranges_uninitialized_algorithms.h",
  551. "//third_party/libc++/src/include/__memory/raw_storage_iterator.h",
  552. "//third_party/libc++/src/include/__memory/shared_ptr.h",
  553. "//third_party/libc++/src/include/__memory/swap_allocator.h",
  554. "//third_party/libc++/src/include/__memory/temp_value.h",
  555. "//third_party/libc++/src/include/__memory/temporary_buffer.h",
  556. "//third_party/libc++/src/include/__memory/uninitialized_algorithms.h",
  557. "//third_party/libc++/src/include/__memory/unique_ptr.h",
  558. "//third_party/libc++/src/include/__memory/uses_allocator.h",
  559. "//third_party/libc++/src/include/__memory/uses_allocator_construction.h",
  560. "//third_party/libc++/src/include/__memory/voidify.h",
  561. "//third_party/libc++/src/include/__memory_resource/memory_resource.h",
  562. "//third_party/libc++/src/include/__memory_resource/monotonic_buffer_resource.h",
  563. "//third_party/libc++/src/include/__memory_resource/polymorphic_allocator.h",
  564. "//third_party/libc++/src/include/__memory_resource/pool_options.h",
  565. "//third_party/libc++/src/include/__memory_resource/synchronized_pool_resource.h",
  566. "//third_party/libc++/src/include/__memory_resource/unsynchronized_pool_resource.h",
  567. "//third_party/libc++/src/include/__mutex/lock_guard.h",
  568. "//third_party/libc++/src/include/__mutex/mutex.h",
  569. "//third_party/libc++/src/include/__mutex/once_flag.h",
  570. "//third_party/libc++/src/include/__mutex/tag_types.h",
  571. "//third_party/libc++/src/include/__mutex/unique_lock.h",
  572. "//third_party/libc++/src/include/__node_handle",
  573. "//third_party/libc++/src/include/__numeric/accumulate.h",
  574. "//third_party/libc++/src/include/__numeric/adjacent_difference.h",
  575. "//third_party/libc++/src/include/__numeric/exclusive_scan.h",
  576. "//third_party/libc++/src/include/__numeric/gcd_lcm.h",
  577. "//third_party/libc++/src/include/__numeric/inclusive_scan.h",
  578. "//third_party/libc++/src/include/__numeric/inner_product.h",
  579. "//third_party/libc++/src/include/__numeric/iota.h",
  580. "//third_party/libc++/src/include/__numeric/midpoint.h",
  581. "//third_party/libc++/src/include/__numeric/partial_sum.h",
  582. "//third_party/libc++/src/include/__numeric/pstl_reduce.h",
  583. "//third_party/libc++/src/include/__numeric/pstl_transform_reduce.h",
  584. "//third_party/libc++/src/include/__numeric/reduce.h",
  585. "//third_party/libc++/src/include/__numeric/saturation_arithmetic.h",
  586. "//third_party/libc++/src/include/__numeric/transform_exclusive_scan.h",
  587. "//third_party/libc++/src/include/__numeric/transform_inclusive_scan.h",
  588. "//third_party/libc++/src/include/__numeric/transform_reduce.h",
  589. "//third_party/libc++/src/include/__random/bernoulli_distribution.h",
  590. "//third_party/libc++/src/include/__random/binomial_distribution.h",
  591. "//third_party/libc++/src/include/__random/cauchy_distribution.h",
  592. "//third_party/libc++/src/include/__random/chi_squared_distribution.h",
  593. "//third_party/libc++/src/include/__random/clamp_to_integral.h",
  594. "//third_party/libc++/src/include/__random/default_random_engine.h",
  595. "//third_party/libc++/src/include/__random/discard_block_engine.h",
  596. "//third_party/libc++/src/include/__random/discrete_distribution.h",
  597. "//third_party/libc++/src/include/__random/exponential_distribution.h",
  598. "//third_party/libc++/src/include/__random/extreme_value_distribution.h",
  599. "//third_party/libc++/src/include/__random/fisher_f_distribution.h",
  600. "//third_party/libc++/src/include/__random/gamma_distribution.h",
  601. "//third_party/libc++/src/include/__random/generate_canonical.h",
  602. "//third_party/libc++/src/include/__random/geometric_distribution.h",
  603. "//third_party/libc++/src/include/__random/independent_bits_engine.h",
  604. "//third_party/libc++/src/include/__random/is_seed_sequence.h",
  605. "//third_party/libc++/src/include/__random/is_valid.h",
  606. "//third_party/libc++/src/include/__random/knuth_b.h",
  607. "//third_party/libc++/src/include/__random/linear_congruential_engine.h",
  608. "//third_party/libc++/src/include/__random/log2.h",
  609. "//third_party/libc++/src/include/__random/lognormal_distribution.h",
  610. "//third_party/libc++/src/include/__random/mersenne_twister_engine.h",
  611. "//third_party/libc++/src/include/__random/negative_binomial_distribution.h",
  612. "//third_party/libc++/src/include/__random/normal_distribution.h",
  613. "//third_party/libc++/src/include/__random/piecewise_constant_distribution.h",
  614. "//third_party/libc++/src/include/__random/piecewise_linear_distribution.h",
  615. "//third_party/libc++/src/include/__random/poisson_distribution.h",
  616. "//third_party/libc++/src/include/__random/random_device.h",
  617. "//third_party/libc++/src/include/__random/ranlux.h",
  618. "//third_party/libc++/src/include/__random/seed_seq.h",
  619. "//third_party/libc++/src/include/__random/shuffle_order_engine.h",
  620. "//third_party/libc++/src/include/__random/student_t_distribution.h",
  621. "//third_party/libc++/src/include/__random/subtract_with_carry_engine.h",
  622. "//third_party/libc++/src/include/__random/uniform_int_distribution.h",
  623. "//third_party/libc++/src/include/__random/uniform_random_bit_generator.h",
  624. "//third_party/libc++/src/include/__random/uniform_real_distribution.h",
  625. "//third_party/libc++/src/include/__random/weibull_distribution.h",
  626. "//third_party/libc++/src/include/__ranges/access.h",
  627. "//third_party/libc++/src/include/__ranges/all.h",
  628. "//third_party/libc++/src/include/__ranges/as_rvalue_view.h",
  629. "//third_party/libc++/src/include/__ranges/chunk_by_view.h",
  630. "//third_party/libc++/src/include/__ranges/common_view.h",
  631. "//third_party/libc++/src/include/__ranges/concepts.h",
  632. "//third_party/libc++/src/include/__ranges/container_compatible_range.h",
  633. "//third_party/libc++/src/include/__ranges/counted.h",
  634. "//third_party/libc++/src/include/__ranges/dangling.h",
  635. "//third_party/libc++/src/include/__ranges/data.h",
  636. "//third_party/libc++/src/include/__ranges/drop_view.h",
  637. "//third_party/libc++/src/include/__ranges/drop_while_view.h",
  638. "//third_party/libc++/src/include/__ranges/elements_view.h",
  639. "//third_party/libc++/src/include/__ranges/empty.h",
  640. "//third_party/libc++/src/include/__ranges/empty_view.h",
  641. "//third_party/libc++/src/include/__ranges/enable_borrowed_range.h",
  642. "//third_party/libc++/src/include/__ranges/enable_view.h",
  643. "//third_party/libc++/src/include/__ranges/filter_view.h",
  644. "//third_party/libc++/src/include/__ranges/from_range.h",
  645. "//third_party/libc++/src/include/__ranges/iota_view.h",
  646. "//third_party/libc++/src/include/__ranges/istream_view.h",
  647. "//third_party/libc++/src/include/__ranges/join_view.h",
  648. "//third_party/libc++/src/include/__ranges/lazy_split_view.h",
  649. "//third_party/libc++/src/include/__ranges/movable_box.h",
  650. "//third_party/libc++/src/include/__ranges/non_propagating_cache.h",
  651. "//third_party/libc++/src/include/__ranges/owning_view.h",
  652. "//third_party/libc++/src/include/__ranges/range_adaptor.h",
  653. "//third_party/libc++/src/include/__ranges/rbegin.h",
  654. "//third_party/libc++/src/include/__ranges/ref_view.h",
  655. "//third_party/libc++/src/include/__ranges/rend.h",
  656. "//third_party/libc++/src/include/__ranges/repeat_view.h",
  657. "//third_party/libc++/src/include/__ranges/reverse_view.h",
  658. "//third_party/libc++/src/include/__ranges/single_view.h",
  659. "//third_party/libc++/src/include/__ranges/size.h",
  660. "//third_party/libc++/src/include/__ranges/split_view.h",
  661. "//third_party/libc++/src/include/__ranges/subrange.h",
  662. "//third_party/libc++/src/include/__ranges/take_view.h",
  663. "//third_party/libc++/src/include/__ranges/take_while_view.h",
  664. "//third_party/libc++/src/include/__ranges/to.h",
  665. "//third_party/libc++/src/include/__ranges/transform_view.h",
  666. "//third_party/libc++/src/include/__ranges/view_interface.h",
  667. "//third_party/libc++/src/include/__ranges/views.h",
  668. "//third_party/libc++/src/include/__ranges/zip_view.h",
  669. "//third_party/libc++/src/include/__split_buffer",
  670. "//third_party/libc++/src/include/__std_clang_module",
  671. "//third_party/libc++/src/include/__std_mbstate_t.h",
  672. "//third_party/libc++/src/include/__stop_token/atomic_unique_lock.h",
  673. "//third_party/libc++/src/include/__stop_token/intrusive_list_view.h",
  674. "//third_party/libc++/src/include/__stop_token/intrusive_shared_ptr.h",
  675. "//third_party/libc++/src/include/__stop_token/stop_callback.h",
  676. "//third_party/libc++/src/include/__stop_token/stop_source.h",
  677. "//third_party/libc++/src/include/__stop_token/stop_state.h",
  678. "//third_party/libc++/src/include/__stop_token/stop_token.h",
  679. "//third_party/libc++/src/include/__string/char_traits.h",
  680. "//third_party/libc++/src/include/__string/constexpr_c_functions.h",
  681. "//third_party/libc++/src/include/__string/extern_template_lists.h",
  682. "//third_party/libc++/src/include/__support/ibm/gettod_zos.h",
  683. "//third_party/libc++/src/include/__support/ibm/locale_mgmt_zos.h",
  684. "//third_party/libc++/src/include/__support/ibm/nanosleep.h",
  685. "//third_party/libc++/src/include/__support/xlocale/__nop_locale_mgmt.h",
  686. "//third_party/libc++/src/include/__support/xlocale/__posix_l_fallback.h",
  687. "//third_party/libc++/src/include/__support/xlocale/__strtonum_fallback.h",
  688. "//third_party/libc++/src/include/__system_error/errc.h",
  689. "//third_party/libc++/src/include/__system_error/error_category.h",
  690. "//third_party/libc++/src/include/__system_error/error_code.h",
  691. "//third_party/libc++/src/include/__system_error/error_condition.h",
  692. "//third_party/libc++/src/include/__system_error/system_error.h",
  693. "//third_party/libc++/src/include/__thread/formatter.h",
  694. "//third_party/libc++/src/include/__thread/id.h",
  695. "//third_party/libc++/src/include/__thread/jthread.h",
  696. "//third_party/libc++/src/include/__thread/poll_with_backoff.h",
  697. "//third_party/libc++/src/include/__thread/support/c11.h",
  698. "//third_party/libc++/src/include/__thread/support/external.h",
  699. "//third_party/libc++/src/include/__thread/support/pthread.h",
  700. "//third_party/libc++/src/include/__thread/support/windows.h",
  701. "//third_party/libc++/src/include/__thread/support.h",
  702. "//third_party/libc++/src/include/__thread/this_thread.h",
  703. "//third_party/libc++/src/include/__thread/thread.h",
  704. "//third_party/libc++/src/include/__thread/timed_backoff_policy.h",
  705. "//third_party/libc++/src/include/__tree",
  706. "//third_party/libc++/src/include/__tuple/make_tuple_types.h",
  707. "//third_party/libc++/src/include/__tuple/pair_like.h",
  708. "//third_party/libc++/src/include/__tuple/sfinae_helpers.h",
  709. "//third_party/libc++/src/include/__tuple/tuple_element.h",
  710. "//third_party/libc++/src/include/__tuple/tuple_indices.h",
  711. "//third_party/libc++/src/include/__tuple/tuple_like.h",
  712. "//third_party/libc++/src/include/__tuple/tuple_like_ext.h",
  713. "//third_party/libc++/src/include/__tuple/tuple_size.h",
  714. "//third_party/libc++/src/include/__tuple/tuple_types.h",
  715. "//third_party/libc++/src/include/__type_traits/add_const.h",
  716. "//third_party/libc++/src/include/__type_traits/add_cv.h",
  717. "//third_party/libc++/src/include/__type_traits/add_lvalue_reference.h",
  718. "//third_party/libc++/src/include/__type_traits/add_pointer.h",
  719. "//third_party/libc++/src/include/__type_traits/add_rvalue_reference.h",
  720. "//third_party/libc++/src/include/__type_traits/add_volatile.h",
  721. "//third_party/libc++/src/include/__type_traits/aligned_storage.h",
  722. "//third_party/libc++/src/include/__type_traits/aligned_union.h",
  723. "//third_party/libc++/src/include/__type_traits/alignment_of.h",
  724. "//third_party/libc++/src/include/__type_traits/apply_cv.h",
  725. "//third_party/libc++/src/include/__type_traits/can_extract_key.h",
  726. "//third_party/libc++/src/include/__type_traits/common_reference.h",
  727. "//third_party/libc++/src/include/__type_traits/common_type.h",
  728. "//third_party/libc++/src/include/__type_traits/conditional.h",
  729. "//third_party/libc++/src/include/__type_traits/conjunction.h",
  730. "//third_party/libc++/src/include/__type_traits/copy_cv.h",
  731. "//third_party/libc++/src/include/__type_traits/copy_cvref.h",
  732. "//third_party/libc++/src/include/__type_traits/datasizeof.h",
  733. "//third_party/libc++/src/include/__type_traits/decay.h",
  734. "//third_party/libc++/src/include/__type_traits/dependent_type.h",
  735. "//third_party/libc++/src/include/__type_traits/disjunction.h",
  736. "//third_party/libc++/src/include/__type_traits/enable_if.h",
  737. "//third_party/libc++/src/include/__type_traits/extent.h",
  738. "//third_party/libc++/src/include/__type_traits/has_unique_object_representation.h",
  739. "//third_party/libc++/src/include/__type_traits/has_virtual_destructor.h",
  740. "//third_party/libc++/src/include/__type_traits/integral_constant.h",
  741. "//third_party/libc++/src/include/__type_traits/invoke.h",
  742. "//third_party/libc++/src/include/__type_traits/is_abstract.h",
  743. "//third_party/libc++/src/include/__type_traits/is_aggregate.h",
  744. "//third_party/libc++/src/include/__type_traits/is_allocator.h",
  745. "//third_party/libc++/src/include/__type_traits/is_always_bitcastable.h",
  746. "//third_party/libc++/src/include/__type_traits/is_arithmetic.h",
  747. "//third_party/libc++/src/include/__type_traits/is_array.h",
  748. "//third_party/libc++/src/include/__type_traits/is_assignable.h",
  749. "//third_party/libc++/src/include/__type_traits/is_base_of.h",
  750. "//third_party/libc++/src/include/__type_traits/is_bounded_array.h",
  751. "//third_party/libc++/src/include/__type_traits/is_callable.h",
  752. "//third_party/libc++/src/include/__type_traits/is_char_like_type.h",
  753. "//third_party/libc++/src/include/__type_traits/is_class.h",
  754. "//third_party/libc++/src/include/__type_traits/is_compound.h",
  755. "//third_party/libc++/src/include/__type_traits/is_const.h",
  756. "//third_party/libc++/src/include/__type_traits/is_constant_evaluated.h",
  757. "//third_party/libc++/src/include/__type_traits/is_constructible.h",
  758. "//third_party/libc++/src/include/__type_traits/is_convertible.h",
  759. "//third_party/libc++/src/include/__type_traits/is_copy_assignable.h",
  760. "//third_party/libc++/src/include/__type_traits/is_copy_constructible.h",
  761. "//third_party/libc++/src/include/__type_traits/is_core_convertible.h",
  762. "//third_party/libc++/src/include/__type_traits/is_default_constructible.h",
  763. "//third_party/libc++/src/include/__type_traits/is_destructible.h",
  764. "//third_party/libc++/src/include/__type_traits/is_empty.h",
  765. "//third_party/libc++/src/include/__type_traits/is_enum.h",
  766. "//third_party/libc++/src/include/__type_traits/is_equality_comparable.h",
  767. "//third_party/libc++/src/include/__type_traits/is_execution_policy.h",
  768. "//third_party/libc++/src/include/__type_traits/is_final.h",
  769. "//third_party/libc++/src/include/__type_traits/is_floating_point.h",
  770. "//third_party/libc++/src/include/__type_traits/is_function.h",
  771. "//third_party/libc++/src/include/__type_traits/is_fundamental.h",
  772. "//third_party/libc++/src/include/__type_traits/is_implicitly_default_constructible.h",
  773. "//third_party/libc++/src/include/__type_traits/is_integral.h",
  774. "//third_party/libc++/src/include/__type_traits/is_literal_type.h",
  775. "//third_party/libc++/src/include/__type_traits/is_member_function_pointer.h",
  776. "//third_party/libc++/src/include/__type_traits/is_member_object_pointer.h",
  777. "//third_party/libc++/src/include/__type_traits/is_member_pointer.h",
  778. "//third_party/libc++/src/include/__type_traits/is_move_assignable.h",
  779. "//third_party/libc++/src/include/__type_traits/is_move_constructible.h",
  780. "//third_party/libc++/src/include/__type_traits/is_nothrow_assignable.h",
  781. "//third_party/libc++/src/include/__type_traits/is_nothrow_constructible.h",
  782. "//third_party/libc++/src/include/__type_traits/is_nothrow_convertible.h",
  783. "//third_party/libc++/src/include/__type_traits/is_nothrow_copy_assignable.h",
  784. "//third_party/libc++/src/include/__type_traits/is_nothrow_copy_constructible.h",
  785. "//third_party/libc++/src/include/__type_traits/is_nothrow_default_constructible.h",
  786. "//third_party/libc++/src/include/__type_traits/is_nothrow_destructible.h",
  787. "//third_party/libc++/src/include/__type_traits/is_nothrow_move_assignable.h",
  788. "//third_party/libc++/src/include/__type_traits/is_nothrow_move_constructible.h",
  789. "//third_party/libc++/src/include/__type_traits/is_null_pointer.h",
  790. "//third_party/libc++/src/include/__type_traits/is_object.h",
  791. "//third_party/libc++/src/include/__type_traits/is_pod.h",
  792. "//third_party/libc++/src/include/__type_traits/is_pointer.h",
  793. "//third_party/libc++/src/include/__type_traits/is_polymorphic.h",
  794. "//third_party/libc++/src/include/__type_traits/is_primary_template.h",
  795. "//third_party/libc++/src/include/__type_traits/is_reference.h",
  796. "//third_party/libc++/src/include/__type_traits/is_reference_wrapper.h",
  797. "//third_party/libc++/src/include/__type_traits/is_referenceable.h",
  798. "//third_party/libc++/src/include/__type_traits/is_same.h",
  799. "//third_party/libc++/src/include/__type_traits/is_scalar.h",
  800. "//third_party/libc++/src/include/__type_traits/is_scoped_enum.h",
  801. "//third_party/libc++/src/include/__type_traits/is_signed.h",
  802. "//third_party/libc++/src/include/__type_traits/is_signed_integer.h",
  803. "//third_party/libc++/src/include/__type_traits/is_specialization.h",
  804. "//third_party/libc++/src/include/__type_traits/is_standard_layout.h",
  805. "//third_party/libc++/src/include/__type_traits/is_swappable.h",
  806. "//third_party/libc++/src/include/__type_traits/is_trivial.h",
  807. "//third_party/libc++/src/include/__type_traits/is_trivially_assignable.h",
  808. "//third_party/libc++/src/include/__type_traits/is_trivially_constructible.h",
  809. "//third_party/libc++/src/include/__type_traits/is_trivially_copy_assignable.h",
  810. "//third_party/libc++/src/include/__type_traits/is_trivially_copy_constructible.h",
  811. "//third_party/libc++/src/include/__type_traits/is_trivially_copyable.h",
  812. "//third_party/libc++/src/include/__type_traits/is_trivially_default_constructible.h",
  813. "//third_party/libc++/src/include/__type_traits/is_trivially_destructible.h",
  814. "//third_party/libc++/src/include/__type_traits/is_trivially_lexicographically_comparable.h",
  815. "//third_party/libc++/src/include/__type_traits/is_trivially_move_assignable.h",
  816. "//third_party/libc++/src/include/__type_traits/is_trivially_move_constructible.h",
  817. "//third_party/libc++/src/include/__type_traits/is_trivially_relocatable.h",
  818. "//third_party/libc++/src/include/__type_traits/is_unbounded_array.h",
  819. "//third_party/libc++/src/include/__type_traits/is_union.h",
  820. "//third_party/libc++/src/include/__type_traits/is_unsigned.h",
  821. "//third_party/libc++/src/include/__type_traits/is_unsigned_integer.h",
  822. "//third_party/libc++/src/include/__type_traits/is_valid_expansion.h",
  823. "//third_party/libc++/src/include/__type_traits/is_void.h",
  824. "//third_party/libc++/src/include/__type_traits/is_volatile.h",
  825. "//third_party/libc++/src/include/__type_traits/lazy.h",
  826. "//third_party/libc++/src/include/__type_traits/make_32_64_or_128_bit.h",
  827. "//third_party/libc++/src/include/__type_traits/make_const_lvalue_ref.h",
  828. "//third_party/libc++/src/include/__type_traits/make_signed.h",
  829. "//third_party/libc++/src/include/__type_traits/make_unsigned.h",
  830. "//third_party/libc++/src/include/__type_traits/maybe_const.h",
  831. "//third_party/libc++/src/include/__type_traits/nat.h",
  832. "//third_party/libc++/src/include/__type_traits/negation.h",
  833. "//third_party/libc++/src/include/__type_traits/noexcept_move_assign_container.h",
  834. "//third_party/libc++/src/include/__type_traits/operation_traits.h",
  835. "//third_party/libc++/src/include/__type_traits/promote.h",
  836. "//third_party/libc++/src/include/__type_traits/rank.h",
  837. "//third_party/libc++/src/include/__type_traits/remove_all_extents.h",
  838. "//third_party/libc++/src/include/__type_traits/remove_const.h",
  839. "//third_party/libc++/src/include/__type_traits/remove_const_ref.h",
  840. "//third_party/libc++/src/include/__type_traits/remove_cv.h",
  841. "//third_party/libc++/src/include/__type_traits/remove_cvref.h",
  842. "//third_party/libc++/src/include/__type_traits/remove_extent.h",
  843. "//third_party/libc++/src/include/__type_traits/remove_pointer.h",
  844. "//third_party/libc++/src/include/__type_traits/remove_reference.h",
  845. "//third_party/libc++/src/include/__type_traits/remove_volatile.h",
  846. "//third_party/libc++/src/include/__type_traits/result_of.h",
  847. "//third_party/libc++/src/include/__type_traits/strip_signature.h",
  848. "//third_party/libc++/src/include/__type_traits/type_identity.h",
  849. "//third_party/libc++/src/include/__type_traits/type_list.h",
  850. "//third_party/libc++/src/include/__type_traits/underlying_type.h",
  851. "//third_party/libc++/src/include/__type_traits/unwrap_ref.h",
  852. "//third_party/libc++/src/include/__type_traits/void_t.h",
  853. "//third_party/libc++/src/include/__undef_macros",
  854. "//third_party/libc++/src/include/__utility/as_const.h",
  855. "//third_party/libc++/src/include/__utility/as_lvalue.h",
  856. "//third_party/libc++/src/include/__utility/auto_cast.h",
  857. "//third_party/libc++/src/include/__utility/cmp.h",
  858. "//third_party/libc++/src/include/__utility/convert_to_integral.h",
  859. "//third_party/libc++/src/include/__utility/declval.h",
  860. "//third_party/libc++/src/include/__utility/empty.h",
  861. "//third_party/libc++/src/include/__utility/exception_guard.h",
  862. "//third_party/libc++/src/include/__utility/exchange.h",
  863. "//third_party/libc++/src/include/__utility/forward.h",
  864. "//third_party/libc++/src/include/__utility/forward_like.h",
  865. "//third_party/libc++/src/include/__utility/in_place.h",
  866. "//third_party/libc++/src/include/__utility/integer_sequence.h",
  867. "//third_party/libc++/src/include/__utility/is_pointer_in_range.h",
  868. "//third_party/libc++/src/include/__utility/move.h",
  869. "//third_party/libc++/src/include/__utility/no_destroy.h",
  870. "//third_party/libc++/src/include/__utility/pair.h",
  871. "//third_party/libc++/src/include/__utility/piecewise_construct.h",
  872. "//third_party/libc++/src/include/__utility/priority_tag.h",
  873. "//third_party/libc++/src/include/__utility/rel_ops.h",
  874. "//third_party/libc++/src/include/__utility/small_buffer.h",
  875. "//third_party/libc++/src/include/__utility/swap.h",
  876. "//third_party/libc++/src/include/__utility/to_underlying.h",
  877. "//third_party/libc++/src/include/__utility/unreachable.h",
  878. "//third_party/libc++/src/include/__variant/monostate.h",
  879. "//third_party/libc++/src/include/__verbose_abort",
  880. "//third_party/libc++/src/include/algorithm",
  881. "//third_party/libc++/src/include/any",
  882. "//third_party/libc++/src/include/array",
  883. "//third_party/libc++/src/include/atomic",
  884. "//third_party/libc++/src/include/barrier",
  885. "//third_party/libc++/src/include/bit",
  886. "//third_party/libc++/src/include/bitset",
  887. "//third_party/libc++/src/include/cassert",
  888. "//third_party/libc++/src/include/ccomplex",
  889. "//third_party/libc++/src/include/cctype",
  890. "//third_party/libc++/src/include/cerrno",
  891. "//third_party/libc++/src/include/cfenv",
  892. "//third_party/libc++/src/include/cfloat",
  893. "//third_party/libc++/src/include/charconv",
  894. "//third_party/libc++/src/include/chrono",
  895. "//third_party/libc++/src/include/cinttypes",
  896. "//third_party/libc++/src/include/ciso646",
  897. "//third_party/libc++/src/include/climits",
  898. "//third_party/libc++/src/include/clocale",
  899. "//third_party/libc++/src/include/cmath",
  900. "//third_party/libc++/src/include/codecvt",
  901. "//third_party/libc++/src/include/compare",
  902. "//third_party/libc++/src/include/complex",
  903. "//third_party/libc++/src/include/complex.h",
  904. "//third_party/libc++/src/include/concepts",
  905. "//third_party/libc++/src/include/condition_variable",
  906. "//third_party/libc++/src/include/coroutine",
  907. "//third_party/libc++/src/include/csetjmp",
  908. "//third_party/libc++/src/include/csignal",
  909. "//third_party/libc++/src/include/cstdarg",
  910. "//third_party/libc++/src/include/cstdbool",
  911. "//third_party/libc++/src/include/cstddef",
  912. "//third_party/libc++/src/include/cstdint",
  913. "//third_party/libc++/src/include/cstdio",
  914. "//third_party/libc++/src/include/cstdlib",
  915. "//third_party/libc++/src/include/cstring",
  916. "//third_party/libc++/src/include/ctgmath",
  917. "//third_party/libc++/src/include/ctime",
  918. "//third_party/libc++/src/include/ctype.h",
  919. "//third_party/libc++/src/include/cuchar",
  920. "//third_party/libc++/src/include/cwchar",
  921. "//third_party/libc++/src/include/cwctype",
  922. "//third_party/libc++/src/include/deque",
  923. "//third_party/libc++/src/include/errno.h",
  924. "//third_party/libc++/src/include/exception",
  925. "//third_party/libc++/src/include/execution",
  926. "//third_party/libc++/src/include/expected",
  927. "//third_party/libc++/src/include/experimental/__config",
  928. "//third_party/libc++/src/include/experimental/__simd/aligned_tag.h",
  929. "//third_party/libc++/src/include/experimental/__simd/declaration.h",
  930. "//third_party/libc++/src/include/experimental/__simd/reference.h",
  931. "//third_party/libc++/src/include/experimental/__simd/scalar.h",
  932. "//third_party/libc++/src/include/experimental/__simd/simd.h",
  933. "//third_party/libc++/src/include/experimental/__simd/simd_mask.h",
  934. "//third_party/libc++/src/include/experimental/__simd/traits.h",
  935. "//third_party/libc++/src/include/experimental/__simd/utility.h",
  936. "//third_party/libc++/src/include/experimental/__simd/vec_ext.h",
  937. "//third_party/libc++/src/include/experimental/iterator",
  938. "//third_party/libc++/src/include/experimental/memory",
  939. "//third_party/libc++/src/include/experimental/propagate_const",
  940. "//third_party/libc++/src/include/experimental/simd",
  941. "//third_party/libc++/src/include/experimental/type_traits",
  942. "//third_party/libc++/src/include/experimental/utility",
  943. "//third_party/libc++/src/include/ext/__hash",
  944. "//third_party/libc++/src/include/ext/hash_map",
  945. "//third_party/libc++/src/include/ext/hash_set",
  946. "//third_party/libc++/src/include/fenv.h",
  947. "//third_party/libc++/src/include/filesystem",
  948. "//third_party/libc++/src/include/float.h",
  949. "//third_party/libc++/src/include/format",
  950. "//third_party/libc++/src/include/forward_list",
  951. "//third_party/libc++/src/include/fstream",
  952. "//third_party/libc++/src/include/functional",
  953. "//third_party/libc++/src/include/future",
  954. "//third_party/libc++/src/include/initializer_list",
  955. "//third_party/libc++/src/include/inttypes.h",
  956. "//third_party/libc++/src/include/iomanip",
  957. "//third_party/libc++/src/include/ios",
  958. "//third_party/libc++/src/include/iosfwd",
  959. "//third_party/libc++/src/include/iostream",
  960. "//third_party/libc++/src/include/istream",
  961. "//third_party/libc++/src/include/iterator",
  962. "//third_party/libc++/src/include/latch",
  963. "//third_party/libc++/src/include/libcxx.imp",
  964. "//third_party/libc++/src/include/limits",
  965. "//third_party/libc++/src/include/list",
  966. "//third_party/libc++/src/include/locale",
  967. "//third_party/libc++/src/include/locale.h",
  968. "//third_party/libc++/src/include/map",
  969. "//third_party/libc++/src/include/math.h",
  970. "//third_party/libc++/src/include/mdspan",
  971. "//third_party/libc++/src/include/memory",
  972. "//third_party/libc++/src/include/memory_resource",
  973. "//third_party/libc++/src/include/module.modulemap.in",
  974. "//third_party/libc++/src/include/mutex",
  975. "//third_party/libc++/src/include/new",
  976. "//third_party/libc++/src/include/numbers",
  977. "//third_party/libc++/src/include/numeric",
  978. "//third_party/libc++/src/include/optional",
  979. "//third_party/libc++/src/include/ostream",
  980. "//third_party/libc++/src/include/print",
  981. "//third_party/libc++/src/include/queue",
  982. "//third_party/libc++/src/include/random",
  983. "//third_party/libc++/src/include/ranges",
  984. "//third_party/libc++/src/include/ratio",
  985. "//third_party/libc++/src/include/regex",
  986. "//third_party/libc++/src/include/scoped_allocator",
  987. "//third_party/libc++/src/include/semaphore",
  988. "//third_party/libc++/src/include/set",
  989. "//third_party/libc++/src/include/shared_mutex",
  990. "//third_party/libc++/src/include/source_location",
  991. "//third_party/libc++/src/include/span",
  992. "//third_party/libc++/src/include/sstream",
  993. "//third_party/libc++/src/include/stack",
  994. "//third_party/libc++/src/include/stdatomic.h",
  995. "//third_party/libc++/src/include/stdbool.h",
  996. "//third_party/libc++/src/include/stddef.h",
  997. "//third_party/libc++/src/include/stdexcept",
  998. "//third_party/libc++/src/include/stdint.h",
  999. "//third_party/libc++/src/include/stdio.h",
  1000. "//third_party/libc++/src/include/stdlib.h",
  1001. "//third_party/libc++/src/include/stop_token",
  1002. "//third_party/libc++/src/include/streambuf",
  1003. "//third_party/libc++/src/include/string",
  1004. "//third_party/libc++/src/include/string.h",
  1005. "//third_party/libc++/src/include/string_view",
  1006. "//third_party/libc++/src/include/strstream",
  1007. "//third_party/libc++/src/include/syncstream",
  1008. "//third_party/libc++/src/include/system_error",
  1009. "//third_party/libc++/src/include/tgmath.h",
  1010. "//third_party/libc++/src/include/thread",
  1011. "//third_party/libc++/src/include/tuple",
  1012. "//third_party/libc++/src/include/type_traits",
  1013. "//third_party/libc++/src/include/typeindex",
  1014. "//third_party/libc++/src/include/typeinfo",
  1015. "//third_party/libc++/src/include/uchar.h",
  1016. "//third_party/libc++/src/include/unordered_map",
  1017. "//third_party/libc++/src/include/unordered_set",
  1018. "//third_party/libc++/src/include/utility",
  1019. "//third_party/libc++/src/include/valarray",
  1020. "//third_party/libc++/src/include/variant",
  1021. "//third_party/libc++/src/include/vector",
  1022. "//third_party/libc++/src/include/version",
  1023. "//third_party/libc++/src/include/wchar.h",
  1024. "//third_party/libc++/src/include/wctype.h",
  1025. ]
  1026. libcxx_licenses = [ "//third_party/libc++/src/LICENSE.TXT" ]