brintos

brintos / llvm-project-archived public Read only

0
0
Text · 117.9 KiB · 34a2d0f Raw
2137 lines · plain
1// Main C++ standard library interfaces2module cxx03_std_algorithm [system] {3  header "algorithm"4  export *5}6module cxx03_std_any [system] {7  header "any"8  export *9}10module cxx03_std_array [system] {11  header "array"12  export *13}14module cxx03_std_atomic [system] {15  header "atomic"16  export *17}18module cxx03_std_barrier [system] {19  header "barrier"20  export *21}22module cxx03_std_bit [system] {23  header "bit"24  export *25}26module cxx03_std_bitset [system] {27  header "bitset"28  export *29}30module cxx03_std_charconv [system] {31  header "charconv"32  export *33}34module cxx03_std_chrono [system] {35  header "chrono"36  export *37}38module cxx03_std_codecvt [system] {39  header "codecvt"40  export *41}42module cxx03_std_compare [system] {43  header "compare"44  export *45}46module cxx03_std_complex [system] {47  header "complex"48  export *49}50module cxx03_std_concepts [system] {51  header "concepts"52  export *53}54module cxx03_std_condition_variable [system] {55  header "condition_variable"56  export *57}58module cxx03_std_coroutine [system] {59  header "coroutine"60  export *61}62module cxx03_std_deque [system] {63  header "deque"64  export *65}66module cxx03_std_exception [system] {67  header "exception"68  export *69}70module cxx03_std_execution [system] {71  header "execution"72  export *73}74module cxx03_std_expected [system] {75  header "expected"76  export *77}78module cxx03_std_filesystem [system] {79  header "filesystem"80  export *81}82module cxx03_std_format [system] {83  header "format"84  export *85}86module cxx03_std_forward_list [system] {87  header "forward_list"88  export *89}90module cxx03_std_fstream [system] {91  header "fstream"92  export *93}94module cxx03_std_functional [system] {95  header "functional"96  export *97}98module cxx03_std_future [system] {99  header "future"100  export *101}102module cxx03_std_initializer_list [system] {103  header "initializer_list"104  export *105}106module cxx03_std_iomanip [system] {107  header "iomanip"108  export *109}110module cxx03_std_ios [system] {111  header "ios"112  export *113}114module cxx03_std_iosfwd [system] {115  header "iosfwd"116  export *117}118module cxx03_std_iostream [system] {119  header "iostream"120  export *121}122module cxx03_std_istream [system] {123  header "istream"124  export *125}126module cxx03_std_iterator [system] {127  header "iterator"128  export *129}130module cxx03_std_latch [system] {131  header "latch"132  export *133}134module cxx03_std_limits [system] {135  header "limits"136  export *137}138module cxx03_std_list [system] {139  header "list"140  export *141}142module cxx03_std_locale [system] {143  header "locale"144  export *145}146module cxx03_std_map [system] {147  header "map"148  export *149}150module cxx03_std_mdspan [system] {151  header "mdspan"152  export *153}154module cxx03_std_memory [system] {155  header "memory"156  export *157}158module cxx03_std_memory_resource [system] {159  header "memory_resource"160  export *161}162module cxx03_std_mutex [system] {163  header "mutex"164  export *165}166module cxx03_std_new [system] {167  header "new"168  export *169}170module cxx03_std_numbers [system] {171  header "numbers"172  export *173}174module cxx03_std_numeric [system] {175  header "numeric"176  export *177}178module cxx03_std_optional [system] {179  header "optional"180  export *181}182module cxx03_std_ostream [system] {183  header "ostream"184  export *185}186module cxx03_std_print [system] {187  header "print"188  export *189}190module cxx03_std_queue [system] {191  header "queue"192  export *193}194module cxx03_std_random [system] {195  header "random"196  export *197}198module cxx03_std_ranges [system] {199  header "ranges"200  export *201}202module cxx03_std_ratio [system] {203  header "ratio"204  export *205}206module cxx03_std_regex [system] {207  header "regex"208  export *209}210module cxx03_std_scoped_allocator [system] {211  header "scoped_allocator"212  export *213}214module cxx03_std_semaphore [system] {215  header "semaphore"216  export *217}218module cxx03_std_set [system] {219  header "set"220  export *221}222module cxx03_std_shared_mutex [system] {223  header "shared_mutex"224  export std_version225}226module cxx03_std_source_location [system] {227  header "source_location"228  export *229}230module cxx03_std_span [system] {231  header "span"232  export std_private_ranges_enable_borrowed_range233  export std_version234  export std_private_span_span_fwd235}236module cxx03_std_sstream [system] {237  header "sstream"238  export *239}240module cxx03_std_stack [system] {241  header "stack"242  export *243}244module cxx03_std_stdexcept [system] {245  header "stdexcept"246  export *247}248module cxx03_std_stop_token {249  header "stop_token"250  export *251}252module cxx03_std_streambuf [system] {253  header "streambuf"254  export *255}256module cxx03_std_string [system] {257  header "string"258  export *259}260module cxx03_std_string_view [system] {261  header "string_view"262  export *263}264module cxx03_std_strstream [system] {265  header "strstream"266  export *267}268module cxx03_std_syncstream [system] {269  header "syncstream"270  export *271}272module cxx03_std_system_error [system] {273  header "system_error"274  export *275}276module cxx03_std_thread [system] {277  header "thread"278  export *279}280module cxx03_std_tuple [system] {281  header "tuple"282  export *283}284module cxx03_std_type_traits [system] {285  header "type_traits"286  export *287}288module cxx03_std_typeindex [system] {289  header "typeindex"290  export *291}292module cxx03_std_typeinfo [system] {293  header "typeinfo"294  export *295}296module cxx03_std_unordered_map [system] {297  header "unordered_map"298  export *299}300module cxx03_std_unordered_set [system] {301  header "unordered_set"302  export *303}304module cxx03_std_utility [system] {305  header "utility"306  export *307}308module cxx03_std_valarray [system] {309  header "valarray"310  export *311}312module cxx03_std_variant [system] {313  header "variant"314  export *315}316module cxx03_std_vector [system] {317  header "vector"318  export *319}320module cxx03_std_version [system] {321  header "version"322  export *323}324 325// C standard library interface wrappers326module cxx03_std_cassert [system] {327  // <cassert>'s use of NDEBUG requires textual inclusion.328  textual header "cassert"329}330module cxx03_std_ccomplex [system] {331  header "ccomplex"332  export *333}334module cxx03_std_cctype [system] {335  header "cctype"336  export *337}338module cxx03_std_cerrno [system] {339  header "cerrno"340  export *341}342module cxx03_std_cfenv [system] {343  header "cfenv"344  export *345}346module cxx03_std_cfloat [system] {347  header "cfloat"348  export *349}350module cxx03_std_cinttypes [system] {351  header "cinttypes"352  export *353}354module cxx03_std_ciso646 [system] {355  header "ciso646"356  export *357}358module cxx03_std_climits [system] {359  header "climits"360  export *361}362module cxx03_std_clocale [system] {363  header "clocale"364  export *365}366module cxx03_std_cmath [system] {367  header "cmath"368  export *369}370module cxx03_std_csetjmp [system] {371  header "csetjmp"372  export *373}374module cxx03_std_csignal [system] {375  header "csignal"376  export *377}378// FIXME: <cstdalign> is missing.379module cxx03_std_cstdarg [system] {380  header "cstdarg"381  export *382}383module cxx03_std_cstdbool [system] {384  header "cstdbool"385  export *386}387module cxx03_std_cstddef [system] {388  header "cstddef"389  export *390}391module cxx03_std_cstdint [system] {392  header "cstdint"393  export *394}395module cxx03_std_cstdio [system] {396  header "cstdio"397  export *398}399module cxx03_std_cstdlib [system] {400  header "cstdlib"401  export *402}403module cxx03_std_cstring [system] {404  header "cstring"405  export *406}407module cxx03_std_ctgmath [system] {408  header "ctgmath"409  export *410}411module cxx03_std_ctime [system] {412  header "ctime"413  export *414}415module cxx03_std_cuchar [system] {416  header "cuchar"417  export *418}419module cxx03_std_cwchar [system] {420  header "cwchar"421  export *422}423module cxx03_std_cwctype [system] {424  header "cwctype"425  export *426}427 428// C standard library interfaces augmented/replaced in C++429// <assert.h> provided by C library.430module cxx03_std_complex_h [system] {431  header "complex.h"432  export *433}434module cxx03_std_ctype_h [system] {435  header "ctype.h"436  export *437}438module cxx03_std_errno_h [system] {439  header "errno.h"440  export *441}442module cxx03_std_fenv_h [system] {443  header "fenv.h"444  export *445}446module cxx03_std_float_h [system] {447  header "float.h"448  export *449}450module cxx03_std_inttypes_h [system] {451  header "inttypes.h"452  export *453}454// <iso646.h> provided by compiler.455module cxx03_std_locale_h [system] {456  header "locale.h"457  export *458}459module cxx03_std_math_h [system] {460  header "math.h"461  export *462}463// <setjmp.h> provided by C library.464// <signal.h> provided by C library.465// FIXME: <stdalign.h> is missing.466// <stdarg.h> provided by compiler.467module cxx03_std_stdatomic_h [system] {468  header "stdatomic.h"469  export *470}471module cxx03_std_stdbool_h [system] {472  // <stdbool.h>'s __bool_true_false_are_defined macro requires textual inclusion.473  textual header "stdbool.h"474  export *475}476module cxx03_std_stddef_h [system] {477  // <stddef.h>'s __need_* macros require textual inclusion.478  textual header "stddef.h"479  export *480}481module cxx03_std_stdint_h [system] {482  header "stdint.h"483  export *484}485module cxx03_std_stdio_h [system] {486  // <stdio.h>'s __need_* macros require textual inclusion.487  textual header "stdio.h"488  export *489}490module cxx03_std_stdlib_h [system] {491  // <stdlib.h>'s __need_* macros require textual inclusion.492  textual header "stdlib.h"493  export *494}495module cxx03_std_string_h [system] {496  header "string.h"497  export *498}499module cxx03_std_tgmath_h [system] {500  header "tgmath.h"501  export *502}503module cxx03_std_uchar_h [system] {504  header "uchar.h"505  export *506}507// <time.h> provided by C library.508module cxx03_std_wchar_h [system] {509  // <wchar.h>'s __need_* macros require textual inclusion.510  textual header "wchar.h"511  export *512}513module cxx03_std_wctype_h [system] {514  header "wctype.h"515  export *516}517 518// Experimental C++ standard library interfaces519module cxx03_std_experimental [system] {520  module iterator {521    header "experimental/iterator"522    export *523  }524  module memory {525    header "experimental/memory"526    export *527  }528  module propagate_const {529    header "experimental/propagate_const"530    export *531  }532  module simd {533    module aligned_tag          { private header "experimental/__simd/aligned_tag.h" }534    module declaration          { private header "experimental/__simd/declaration.h" }535    module reference            { private header "experimental/__simd/reference.h" }536    module scalar               { private header "experimental/__simd/scalar.h" }537    module simd                 { private header "experimental/__simd/simd.h" }538    module simd_mask            { private header "experimental/__simd/simd_mask.h" }539    module traits               { private header "experimental/__simd/traits.h" }540    module utility              { private header "experimental/__simd/utility.h" }541    module vec_ext              { private header "experimental/__simd/vec_ext.h" }542 543    header "experimental/simd"544    export *545  }546  module type_traits {547    header "experimental/type_traits"548    export *549  }550  module utility {551    header "experimental/utility"552    export *553  }554  module __config {555    textual header "experimental/__config"556    export *557  }558}559 560// Convenience method to get all of the above modules in a single import statement.561// Importing only the needed modules is likely to be more performant.562module cxx03_std [system] {563  header "__std_clang_module"564  export *565}566 567// Implementation detail headers that are private to libc++. These modules568// must not be directly imported.569module cxx03_std_private_assert            [system] {570  header "__assert"571  export *572}573module cxx03_std_private_bit_reference     [system] {574  header "__bit_reference"575  export *576}577module cxx03_std_private_fwd_bit_reference [system] {578  header "__fwd/bit_reference.h"579}580module cxx03_std_private_config            [system] {581  textual header "__config"582  textual header "__configuration/abi.h"583  textual header "__configuration/availability.h"584  textual header "__configuration/compiler.h"585  textual header "__configuration/language.h"586  textual header "__configuration/platform.h"587  export *588}589module cxx03_std_private_hash_table        [system] {590  header "__hash_table"591  export *592}593module cxx03_std_private_locale            [system] {594  header "__locale"595  export *596}597module cxx03_std_private_mbstate_t         [system] {598  header "__mbstate_t.h"599  export *600}601module cxx03_std_private_node_handle       [system] {602  header "__node_handle"603  export *604}605module cxx03_std_private_split_buffer      [system] {606  header "__split_buffer"607  export *608}609module cxx03_std_private_std_mbstate_t     [system] {610  header "__std_mbstate_t.h"611  export *612}613module cxx03_std_private_tree              [system] {614  header "__tree"615  export *616}617module cxx03_std_private_undef_macros      [system] {618  textual header "__undef_macros"619  export *620}621module cxx03_std_private_verbose_abort     [system] {622  header "__verbose_abort"623  export *624}625 626module cxx03_std_private_algorithm_adjacent_find                               [system] { header "__algorithm/adjacent_find.h" }627module cxx03_std_private_algorithm_all_of                                      [system] { header "__algorithm/all_of.h" }628module cxx03_std_private_algorithm_any_of                                      [system] { header "__algorithm/any_of.h" }629module cxx03_std_private_algorithm_binary_search                               [system] { header "__algorithm/binary_search.h" }630module cxx03_std_private_algorithm_clamp                                       [system] { header "__algorithm/clamp.h" }631module cxx03_std_private_algorithm_comp                                        [system] { header "__algorithm/comp.h" }632module cxx03_std_private_algorithm_comp_ref_type                               [system] { header "__algorithm/comp_ref_type.h" }633module cxx03_std_private_algorithm_copy                                        [system] {634  header "__algorithm/copy.h"635  export std_private_algorithm_copy_move_common636}637module cxx03_std_private_algorithm_copy_backward                               [system] { header "__algorithm/copy_backward.h" }638module cxx03_std_private_algorithm_copy_if                                     [system] { header "__algorithm/copy_if.h" }639module cxx03_std_private_algorithm_copy_move_common                            [system] {640  header "__algorithm/copy_move_common.h"641  export std_private_type_traits_is_trivially_copyable642}643module cxx03_std_private_algorithm_copy_n                                      [system] { header "__algorithm/copy_n.h" }644module cxx03_std_private_algorithm_count                                       [system] { header "__algorithm/count.h" }645module cxx03_std_private_algorithm_count_if                                    [system] { header "__algorithm/count_if.h" }646module cxx03_std_private_algorithm_equal                                       [system] { header "__algorithm/equal.h" }647module cxx03_std_private_algorithm_equal_range                                 [system] { header "__algorithm/equal_range.h" }648module cxx03_std_private_algorithm_fill                                        [system] { header "__algorithm/fill.h" }649module cxx03_std_private_algorithm_fill_n                                      [system] { header "__algorithm/fill_n.h" }650module cxx03_std_private_algorithm_find                                        [system] {651  header "__algorithm/find.h"652  export std_private_algorithm_unwrap_iter653}654module cxx03_std_private_algorithm_find_end                                    [system] { header "__algorithm/find_end.h" }655module cxx03_std_private_algorithm_find_first_of                               [system] { header "__algorithm/find_first_of.h" }656module cxx03_std_private_algorithm_find_if                                     [system] { header "__algorithm/find_if.h" }657module cxx03_std_private_algorithm_find_if_not                                 [system] { header "__algorithm/find_if_not.h" }658module cxx03_std_private_algorithm_find_segment_if                             [system] { header "__algorithm/find_segment_if.h" }659module cxx03_std_private_algorithm_fold                                        [system] { header "__algorithm/fold.h" }660module cxx03_std_private_algorithm_for_each                                    [system] { header "__algorithm/for_each.h" }661module cxx03_std_private_algorithm_for_each_n                                  [system] { header "__algorithm/for_each_n.h" }662module cxx03_std_private_algorithm_for_each_segment                            [system] { header "__algorithm/for_each_segment.h" }663module cxx03_std_private_algorithm_generate                                    [system] { header "__algorithm/generate.h" }664module cxx03_std_private_algorithm_generate_n                                  [system] { header "__algorithm/generate_n.h" }665module cxx03_std_private_algorithm_half_positive                               [system] { header "__algorithm/half_positive.h" }666module cxx03_std_private_algorithm_in_found_result                             [system] { header "__algorithm/in_found_result.h" }667module cxx03_std_private_algorithm_in_fun_result                               [system] { header "__algorithm/in_fun_result.h" }668module cxx03_std_private_algorithm_in_in_out_result                            [system] { header "__algorithm/in_in_out_result.h" }669module cxx03_std_private_algorithm_in_in_result                                [system] { header "__algorithm/in_in_result.h" }670module cxx03_std_private_algorithm_in_out_out_result                           [system] { header "__algorithm/in_out_out_result.h" }671module cxx03_std_private_algorithm_in_out_result                               [system] { header "__algorithm/in_out_result.h" }672module cxx03_std_private_algorithm_includes                                    [system] { header "__algorithm/includes.h" }673module cxx03_std_private_algorithm_inplace_merge                               [system] { header "__algorithm/inplace_merge.h" }674module cxx03_std_private_algorithm_is_heap                                     [system] { header "__algorithm/is_heap.h" }675module cxx03_std_private_algorithm_is_heap_until                               [system] { header "__algorithm/is_heap_until.h" }676module cxx03_std_private_algorithm_is_partitioned                              [system] { header "__algorithm/is_partitioned.h" }677module cxx03_std_private_algorithm_is_permutation                              [system] { header "__algorithm/is_permutation.h" }678module cxx03_std_private_algorithm_is_sorted                                   [system] { header "__algorithm/is_sorted.h" }679module cxx03_std_private_algorithm_is_sorted_until                             [system] { header "__algorithm/is_sorted_until.h" }680module cxx03_std_private_algorithm_iter_swap                                   [system] { header "__algorithm/iter_swap.h" }681module cxx03_std_private_algorithm_iterator_operations                         [system] {682  header "__algorithm/iterator_operations.h"683  export *684}685module cxx03_std_private_algorithm_lexicographical_compare                     [system] { header "__algorithm/lexicographical_compare.h" }686module cxx03_std_private_algorithm_lexicographical_compare_three_way           [system] { header "__algorithm/lexicographical_compare_three_way.h" }687module cxx03_std_private_algorithm_lower_bound                                 [system] { header "__algorithm/lower_bound.h" }688module cxx03_std_private_algorithm_make_heap                                   [system] { header "__algorithm/make_heap.h" }689module cxx03_std_private_algorithm_make_projected                              [system] { header "__algorithm/make_projected.h" }690module cxx03_std_private_algorithm_max                                         [system] { header "__algorithm/max.h" }691module cxx03_std_private_algorithm_max_element                                 [system] { header "__algorithm/max_element.h" }692module cxx03_std_private_algorithm_merge                                       [system] { header "__algorithm/merge.h" }693module cxx03_std_private_algorithm_min                                         [system] { header "__algorithm/min.h" }694module cxx03_std_private_algorithm_min_element                                 [system] { header "__algorithm/min_element.h" }695module cxx03_std_private_algorithm_min_max_result                              [system] { header "__algorithm/min_max_result.h" }696module cxx03_std_private_algorithm_minmax                                      [system] {697  header "__algorithm/minmax.h"698  export *699}700module cxx03_std_private_algorithm_minmax_element                              [system] { header "__algorithm/minmax_element.h" }701module cxx03_std_private_algorithm_mismatch                                    [system] {702  header "__algorithm/mismatch.h"703  export std_private_algorithm_simd_utils704  export std_private_iterator_aliasing_iterator705}706module cxx03_std_private_algorithm_move                                        [system] { header "__algorithm/move.h" }707module cxx03_std_private_algorithm_move_backward                               [system] { header "__algorithm/move_backward.h" }708module cxx03_std_private_algorithm_next_permutation                            [system] { header "__algorithm/next_permutation.h" }709module cxx03_std_private_algorithm_none_of                                     [system] { header "__algorithm/none_of.h" }710module cxx03_std_private_algorithm_nth_element                                 [system] { header "__algorithm/nth_element.h" }711module cxx03_std_private_algorithm_partial_sort                                [system] { header "__algorithm/partial_sort.h" }712module cxx03_std_private_algorithm_partial_sort_copy                           [system] { header "__algorithm/partial_sort_copy.h" }713module cxx03_std_private_algorithm_partition                                   [system] { header "__algorithm/partition.h" }714module cxx03_std_private_algorithm_partition_copy                              [system] { header "__algorithm/partition_copy.h" }715module cxx03_std_private_algorithm_partition_point                             [system] { header "__algorithm/partition_point.h" }716module cxx03_std_private_algorithm_pop_heap                                    [system] { header "__algorithm/pop_heap.h" }717module cxx03_std_private_algorithm_prev_permutation                            [system] { header "__algorithm/prev_permutation.h" }718module cxx03_std_private_algorithm_pstl                                        [system] {719  header "__algorithm/pstl.h"720  export *721}722module cxx03_std_private_algorithm_push_heap                                   [system] { header "__algorithm/push_heap.h" }723module cxx03_std_private_algorithm_ranges_adjacent_find                        [system] { header "__algorithm/ranges_adjacent_find.h" }724module cxx03_std_private_algorithm_ranges_all_of                               [system] { header "__algorithm/ranges_all_of.h" }725module cxx03_std_private_algorithm_ranges_any_of                               [system] { header "__algorithm/ranges_any_of.h" }726module cxx03_std_private_algorithm_ranges_binary_search                        [system] {727  header "__algorithm/ranges_binary_search.h"728  export std_private_functional_ranges_operations729}730module cxx03_std_private_algorithm_ranges_clamp                                [system] {731  header "__algorithm/ranges_clamp.h"732  export std_private_functional_ranges_operations733}734module cxx03_std_private_algorithm_ranges_contains                             [system] { header "__algorithm/ranges_contains.h" }735module cxx03_std_private_algorithm_ranges_contains_subrange                    [system] { header "__algorithm/ranges_contains_subrange.h" }736module cxx03_std_private_algorithm_ranges_copy                                 [system] {737  header "__algorithm/ranges_copy.h"738  export std_private_algorithm_in_out_result739}740module cxx03_std_private_algorithm_ranges_copy_backward                        [system] {741  header "__algorithm/ranges_copy_backward.h"742  export std_private_algorithm_in_out_result743}744module cxx03_std_private_algorithm_ranges_copy_if                              [system] {745  header "__algorithm/ranges_copy_if.h"746  export std_private_algorithm_in_out_result747}748module cxx03_std_private_algorithm_ranges_copy_n                               [system] {749  header "__algorithm/ranges_copy_n.h"750  export std_private_algorithm_in_out_result751}752module cxx03_std_private_algorithm_ranges_count                                [system] { header "__algorithm/ranges_count.h" }753module cxx03_std_private_algorithm_ranges_count_if                             [system] { header "__algorithm/ranges_count_if.h" }754module cxx03_std_private_algorithm_ranges_ends_with                            [system] { header "__algorithm/ranges_ends_with.h" }755module cxx03_std_private_algorithm_ranges_equal                                [system] { header "__algorithm/ranges_equal.h" }756module cxx03_std_private_algorithm_ranges_equal_range                          [system] {757  header "__algorithm/ranges_equal_range.h"758  export std_private_functional_ranges_operations759}760module cxx03_std_private_algorithm_ranges_fill                                 [system] { header "__algorithm/ranges_fill.h" }761module cxx03_std_private_algorithm_ranges_fill_n                               [system] { header "__algorithm/ranges_fill_n.h" }762module cxx03_std_private_algorithm_ranges_find                                 [system] { header "__algorithm/ranges_find.h" }763module cxx03_std_private_algorithm_ranges_find_end                             [system] { header "__algorithm/ranges_find_end.h" }764module cxx03_std_private_algorithm_ranges_find_first_of                        [system] { header "__algorithm/ranges_find_first_of.h" }765module cxx03_std_private_algorithm_ranges_find_if                              [system] { header "__algorithm/ranges_find_if.h" }766module cxx03_std_private_algorithm_ranges_find_if_not                          [system] { header "__algorithm/ranges_find_if_not.h" }767module cxx03_std_private_algorithm_ranges_find_last                            [system] { header "__algorithm/ranges_find_last.h" }768module cxx03_std_private_algorithm_ranges_for_each                             [system] {769  header "__algorithm/ranges_for_each.h"770  export std_private_algorithm_in_fun_result771}772module cxx03_std_private_algorithm_ranges_for_each_n                           [system] {773  header "__algorithm/ranges_for_each_n.h"774  export std_private_algorithm_in_fun_result775}776module cxx03_std_private_algorithm_ranges_generate                             [system] { header "__algorithm/ranges_generate.h" }777module cxx03_std_private_algorithm_ranges_generate_n                           [system] { header "__algorithm/ranges_generate_n.h" }778module cxx03_std_private_algorithm_ranges_includes                             [system] {779  header "__algorithm/ranges_includes.h"780  export std_private_functional_ranges_operations781}782module cxx03_std_private_algorithm_ranges_inplace_merge                        [system] {783  header "__algorithm/ranges_inplace_merge.h"784  export std_private_functional_ranges_operations785}786module cxx03_std_private_algorithm_ranges_is_heap                              [system] {787  header "__algorithm/ranges_is_heap.h"788  export std_private_functional_ranges_operations789}790module cxx03_std_private_algorithm_ranges_is_heap_until                        [system] {791  header "__algorithm/ranges_is_heap_until.h"792  export std_private_functional_ranges_operations793}794module cxx03_std_private_algorithm_ranges_is_partitioned                       [system] { header "__algorithm/ranges_is_partitioned.h" }795module cxx03_std_private_algorithm_ranges_is_permutation                       [system] { header "__algorithm/ranges_is_permutation.h" }796module cxx03_std_private_algorithm_ranges_is_sorted                            [system] {797  header "__algorithm/ranges_is_sorted.h"798  export std_private_functional_ranges_operations799}800module cxx03_std_private_algorithm_ranges_is_sorted_until                      [system] {801  header "__algorithm/ranges_is_sorted_until.h"802  export std_private_functional_ranges_operations803}804module cxx03_std_private_algorithm_ranges_iterator_concept                     [system] { header "__algorithm/ranges_iterator_concept.h" }805module cxx03_std_private_algorithm_ranges_lexicographical_compare              [system] {806  header "__algorithm/ranges_lexicographical_compare.h"807  export std_private_functional_ranges_operations808}809module cxx03_std_private_algorithm_ranges_lower_bound                          [system] {810  header "__algorithm/ranges_lower_bound.h"811  export std_private_functional_ranges_operations812}813module cxx03_std_private_algorithm_ranges_make_heap                            [system] {814  header "__algorithm/ranges_make_heap.h"815  export std_private_functional_ranges_operations816}817module cxx03_std_private_algorithm_ranges_max                                  [system] {818  header "__algorithm/ranges_max.h"819  export std_private_functional_ranges_operations820}821module cxx03_std_private_algorithm_ranges_max_element                          [system] {822  header "__algorithm/ranges_max_element.h"823  export std_private_functional_ranges_operations824}825module cxx03_std_private_algorithm_ranges_merge                                [system] {826  header "__algorithm/ranges_merge.h"827  export std_private_algorithm_in_in_out_result828}829module cxx03_std_private_algorithm_ranges_min                                  [system] {830  header "__algorithm/ranges_min.h"831  export std_private_functional_ranges_operations832}833module cxx03_std_private_algorithm_ranges_min_element                          [system] {834  header "__algorithm/ranges_min_element.h"835  export std_private_functional_ranges_operations836}837module cxx03_std_private_algorithm_ranges_minmax                               [system] {838  header "__algorithm/ranges_minmax.h"839  export std_private_functional_ranges_operations840  export std_private_algorithm_min_max_result841}842module cxx03_std_private_algorithm_ranges_minmax_element                       [system] {843  header "__algorithm/ranges_minmax_element.h"844  export std_private_functional_ranges_operations845  export std_private_algorithm_min_max_result846}847module cxx03_std_private_algorithm_ranges_mismatch                             [system] {848  header "__algorithm/ranges_mismatch.h"849  export std_private_algorithm_in_in_result850}851module cxx03_std_private_algorithm_ranges_move                                 [system] {852  header "__algorithm/ranges_move.h"853  export std_private_algorithm_in_out_result854}855module cxx03_std_private_algorithm_ranges_move_backward                        [system] {856  header "__algorithm/ranges_move_backward.h"857  export std_private_algorithm_in_out_result858}859module cxx03_std_private_algorithm_ranges_next_permutation                     [system] {860  header "__algorithm/ranges_next_permutation.h"861  export std_private_algorithm_in_found_result862  export std_private_functional_ranges_operations863}864module cxx03_std_private_algorithm_ranges_none_of                              [system] { header "__algorithm/ranges_none_of.h" }865module cxx03_std_private_algorithm_ranges_nth_element                          [system] {866  header "__algorithm/ranges_nth_element.h"867  export std_private_functional_ranges_operations868}869module cxx03_std_private_algorithm_ranges_partial_sort                         [system] {870  header "__algorithm/ranges_partial_sort.h"871  export std_private_functional_ranges_operations872}873module cxx03_std_private_algorithm_ranges_partial_sort_copy                    [system] {874  header "__algorithm/ranges_partial_sort_copy.h"875  export std_private_algorithm_in_out_result876  export std_private_functional_ranges_operations877}878module cxx03_std_private_algorithm_ranges_partition                            [system] { header "__algorithm/ranges_partition.h" }879module cxx03_std_private_algorithm_ranges_partition_copy                       [system] { header "__algorithm/ranges_partition_copy.h" }880module cxx03_std_private_algorithm_ranges_partition_point                      [system] { header "__algorithm/ranges_partition_point.h" }881module cxx03_std_private_algorithm_ranges_pop_heap                             [system] {882  header "__algorithm/ranges_pop_heap.h"883  export std_private_functional_ranges_operations884}885module cxx03_std_private_algorithm_ranges_prev_permutation                     [system] {886  header "__algorithm/ranges_prev_permutation.h"887  export std_private_algorithm_in_found_result888  export std_private_functional_ranges_operations889}890module cxx03_std_private_algorithm_ranges_push_heap                            [system] {891  header "__algorithm/ranges_push_heap.h"892  export std_private_functional_ranges_operations893}894module cxx03_std_private_algorithm_ranges_remove                               [system] { header "__algorithm/ranges_remove.h" }895module cxx03_std_private_algorithm_ranges_remove_copy                          [system] {896  header "__algorithm/ranges_remove_copy.h"897  export std_private_algorithm_in_out_result898}899module cxx03_std_private_algorithm_ranges_remove_copy_if                       [system] {900  header "__algorithm/ranges_remove_copy_if.h"901  export std_private_algorithm_in_out_result902}903module cxx03_std_private_algorithm_ranges_remove_if                            [system] { header "__algorithm/ranges_remove_if.h" }904module cxx03_std_private_algorithm_ranges_replace                              [system] { header "__algorithm/ranges_replace.h" }905module cxx03_std_private_algorithm_ranges_replace_copy                         [system] {906  header "__algorithm/ranges_replace_copy.h"907  export std_private_algorithm_in_out_result908}909module cxx03_std_private_algorithm_ranges_replace_copy_if                      [system] {910  header "__algorithm/ranges_replace_copy_if.h"911  export std_private_algorithm_in_out_result912}913module cxx03_std_private_algorithm_ranges_replace_if                           [system] { header "__algorithm/ranges_replace_if.h" }914module cxx03_std_private_algorithm_ranges_reverse                              [system] { header "__algorithm/ranges_reverse.h" }915module cxx03_std_private_algorithm_ranges_reverse_copy                         [system] {916  header "__algorithm/ranges_reverse_copy.h"917  export std_private_algorithm_in_out_result918}919module cxx03_std_private_algorithm_ranges_rotate                               [system] { header "__algorithm/ranges_rotate.h" }920module cxx03_std_private_algorithm_ranges_rotate_copy                          [system] {921  header "__algorithm/ranges_rotate_copy.h"922  export std_private_algorithm_in_out_result923}924module cxx03_std_private_algorithm_ranges_sample                               [system] { header "__algorithm/ranges_sample.h" }925module cxx03_std_private_algorithm_ranges_search                               [system] { header "__algorithm/ranges_search.h" }926module cxx03_std_private_algorithm_ranges_search_n                             [system] { header "__algorithm/ranges_search_n.h" }927module cxx03_std_private_algorithm_ranges_set_difference                       [system] {928  header "__algorithm/ranges_set_difference.h"929  export std_private_algorithm_in_out_result930}931module cxx03_std_private_algorithm_ranges_set_intersection                     [system] {932  header "__algorithm/ranges_set_intersection.h"933  export std_private_algorithm_in_in_out_result934}935module cxx03_std_private_algorithm_ranges_set_symmetric_difference             [system] {936  header "__algorithm/ranges_set_symmetric_difference.h"937  export std_private_algorithm_in_in_out_result938  export std_private_functional_ranges_operations939}940module cxx03_std_private_algorithm_ranges_set_union                            [system] {941  header "__algorithm/ranges_set_union.h"942  export std_private_algorithm_in_in_out_result943  export std_private_functional_ranges_operations944}945module cxx03_std_private_algorithm_ranges_shuffle                              [system] { header "__algorithm/ranges_shuffle.h" }946module cxx03_std_private_algorithm_ranges_sort                                 [system] {947  header "__algorithm/ranges_sort.h"948  export std_private_algorithm_make_projected949  export std_private_functional_ranges_operations950}951module cxx03_std_private_algorithm_ranges_sort_heap                            [system] {952  header "__algorithm/ranges_sort_heap.h"953  export std_private_functional_ranges_operations954}955module cxx03_std_private_algorithm_ranges_stable_partition                     [system] { header "__algorithm/ranges_stable_partition.h" }956module cxx03_std_private_algorithm_ranges_stable_sort                          [system] {957  header "__algorithm/ranges_stable_sort.h"958  export std_private_functional_ranges_operations959}960module cxx03_std_private_algorithm_ranges_starts_with                          [system] { header "__algorithm/ranges_starts_with.h" }961module cxx03_std_private_algorithm_ranges_swap_ranges                          [system] {962  header "__algorithm/ranges_swap_ranges.h"963  export std_private_algorithm_in_in_result964}965module cxx03_std_private_algorithm_ranges_transform                            [system] {966  header "__algorithm/ranges_transform.h"967  export std_private_algorithm_in_in_out_result968  export std_private_algorithm_in_out_result969}970module cxx03_std_private_algorithm_ranges_unique                               [system] { header "__algorithm/ranges_unique.h" }971module cxx03_std_private_algorithm_ranges_unique_copy                          [system] {972  header "__algorithm/ranges_unique_copy.h"973  export std_private_algorithm_in_out_result974}975module cxx03_std_private_algorithm_ranges_upper_bound                          [system] {976  header "__algorithm/ranges_upper_bound.h"977  export std_private_functional_ranges_operations978}979module cxx03_std_private_algorithm_remove                                      [system] { header "__algorithm/remove.h" }980module cxx03_std_private_algorithm_remove_copy                                 [system] { header "__algorithm/remove_copy.h" }981module cxx03_std_private_algorithm_remove_copy_if                              [system] { header "__algorithm/remove_copy_if.h" }982module cxx03_std_private_algorithm_remove_if                                   [system] { header "__algorithm/remove_if.h" }983module cxx03_std_private_algorithm_replace                                     [system] { header "__algorithm/replace.h" }984module cxx03_std_private_algorithm_replace_copy                                [system] { header "__algorithm/replace_copy.h" }985module cxx03_std_private_algorithm_replace_copy_if                             [system] { header "__algorithm/replace_copy_if.h" }986module cxx03_std_private_algorithm_replace_if                                  [system] { header "__algorithm/replace_if.h" }987module cxx03_std_private_algorithm_reverse                                     [system] { header "__algorithm/reverse.h" }988module cxx03_std_private_algorithm_reverse_copy                                [system] { header "__algorithm/reverse_copy.h" }989module cxx03_std_private_algorithm_rotate                                      [system] { header "__algorithm/rotate.h" }990module cxx03_std_private_algorithm_rotate_copy                                 [system] { header "__algorithm/rotate_copy.h" }991module cxx03_std_private_algorithm_sample                                      [system] { header "__algorithm/sample.h" }992module cxx03_std_private_algorithm_search                                      [system] { header "__algorithm/search.h" }993module cxx03_std_private_algorithm_search_n                                    [system] { header "__algorithm/search_n.h" }994module cxx03_std_private_algorithm_set_difference                              [system] { header "__algorithm/set_difference.h" }995module cxx03_std_private_algorithm_set_intersection                            [system] { header "__algorithm/set_intersection.h" }996module cxx03_std_private_algorithm_set_symmetric_difference                    [system] { header "__algorithm/set_symmetric_difference.h" }997module cxx03_std_private_algorithm_set_union                                   [system] { header "__algorithm/set_union.h" }998module cxx03_std_private_algorithm_shift_left                                  [system] { header "__algorithm/shift_left.h" }999module cxx03_std_private_algorithm_shift_right                                 [system] { header "__algorithm/shift_right.h" }1000module cxx03_std_private_algorithm_shuffle                                     [system] { header "__algorithm/shuffle.h" }1001module cxx03_std_private_algorithm_sift_down                                   [system] { header "__algorithm/sift_down.h" }1002module cxx03_std_private_algorithm_sort                                        [system] {1003  header "__algorithm/sort.h"1004  export std_private_debug_utils_strict_weak_ordering_check1005}1006module cxx03_std_private_algorithm_simd_utils                                  [system] { header "__algorithm/simd_utils.h" }1007module cxx03_std_private_algorithm_sort_heap                                   [system] { header "__algorithm/sort_heap.h" }1008module cxx03_std_private_algorithm_stable_partition                            [system] { header "__algorithm/stable_partition.h" }1009module cxx03_std_private_algorithm_stable_sort                                 [system] { header "__algorithm/stable_sort.h" }1010module cxx03_std_private_algorithm_swap_ranges                                 [system] {1011  header "__algorithm/swap_ranges.h"1012  export std_private_algorithm_iterator_operations1013}1014module cxx03_std_private_algorithm_three_way_comp_ref_type                     [system] { header "__algorithm/three_way_comp_ref_type.h" }1015module cxx03_std_private_algorithm_transform                                   [system] { header "__algorithm/transform.h" }1016module cxx03_std_private_algorithm_uniform_random_bit_generator_adaptor        [system] { header "__algorithm/uniform_random_bit_generator_adaptor.h" }1017module cxx03_std_private_algorithm_unique                                      [system] { header "__algorithm/unique.h" }1018module cxx03_std_private_algorithm_unique_copy                                 [system] { header "__algorithm/unique_copy.h" }1019module cxx03_std_private_algorithm_unwrap_iter                                 [system] {1020  header "__algorithm/unwrap_iter.h"1021  export std_private_iterator_iterator_traits1022}1023module cxx03_std_private_algorithm_unwrap_range                                [system] {1024  header "__algorithm/unwrap_range.h"1025  export std_private_utility_pair1026}1027module cxx03_std_private_algorithm_upper_bound                                 [system] { header "__algorithm/upper_bound.h" }1028 1029module cxx03_std_private_array_array_fwd [system] { header "__fwd/array.h" }1030 1031module cxx03_std_private_atomic_aliases             [system] {1032  header "__atomic/aliases.h"1033  export std_private_atomic_atomic1034}1035module cxx03_std_private_atomic_atomic              [system] {1036  header "__atomic/atomic.h"1037  export std_private_atomic_atomic_base1038}1039module cxx03_std_private_atomic_atomic_base         [system] { header "__atomic/atomic_base.h" }1040module cxx03_std_private_atomic_atomic_flag         [system] {1041  header "__atomic/atomic_flag.h"1042  export *1043}1044module cxx03_std_private_atomic_atomic_init         [system] { header "__atomic/atomic_init.h" }1045module cxx03_std_private_atomic_atomic_lock_free    [system] { header "__atomic/atomic_lock_free.h" }1046module cxx03_std_private_atomic_atomic_ref          [system] { header "__atomic/atomic_ref.h" }1047module cxx03_std_private_atomic_atomic_sync         [system] {1048  header "__atomic/atomic_sync.h"1049  export std_private_atomic_to_gcc_order1050}1051module cxx03_std_private_atomic_check_memory_order  [system] { header "__atomic/check_memory_order.h" }1052module cxx03_std_private_atomic_contention_t        [system] { header "__atomic/contention_t.h" }1053module cxx03_std_private_atomic_cxx_atomic_impl     [system] { header "__atomic/cxx_atomic_impl.h" }1054module cxx03_std_private_atomic_fence               [system] { header "__atomic/fence.h" }1055module cxx03_std_private_atomic_is_always_lock_free [system] { header "__atomic/is_always_lock_free.h" }1056module cxx03_std_private_atomic_kill_dependency     [system] { header "__atomic/kill_dependency.h" }1057module cxx03_std_private_atomic_memory_order        [system] { header "__atomic/memory_order.h" }1058module cxx03_std_private_atomic_to_gcc_order        [system] {1059  header "__atomic/to_gcc_order.h"1060  export std_private_atomic_memory_order1061}1062 1063module cxx03_std_private_bit_bit_cast       [system] { header "__bit/bit_cast.h" }1064module cxx03_std_private_bit_bit_ceil       [system] { header "__bit/bit_ceil.h" }1065module cxx03_std_private_bit_bit_floor      [system] { header "__bit/bit_floor.h" }1066module cxx03_std_private_bit_bit_log2       [system] { header "__bit/bit_log2.h" }1067module cxx03_std_private_bit_bit_width      [system] { header "__bit/bit_width.h" }1068module cxx03_std_private_bit_blsr           [system] { header "__bit/blsr.h" }1069module cxx03_std_private_bit_byteswap       [system] { header "__bit/byteswap.h" }1070module cxx03_std_private_bit_countl         [system] { header "__bit/countl.h" }1071module cxx03_std_private_bit_countr         [system] { header "__bit/countr.h" }1072module cxx03_std_private_bit_endian         [system] { header "__bit/endian.h" }1073module cxx03_std_private_bit_has_single_bit [system] { header "__bit/has_single_bit.h" }1074module cxx03_std_private_bit_invert_if      [system] { header "__bit/invert_if.h" }1075module cxx03_std_private_bit_popcount       [system] { header "__bit/popcount.h" }1076module cxx03_std_private_bit_rotate         [system] { header "__bit/rotate.h" }1077 1078module cxx03_std_private_charconv_chars_format            [system] { header "__charconv/chars_format.h" }1079module cxx03_std_private_charconv_from_chars_integral     [system] { header "__charconv/from_chars_integral.h" }1080module cxx03_std_private_charconv_from_chars_result       [system] { header "__charconv/from_chars_result.h" }1081module cxx03_std_private_charconv_tables                  [system] { header "__charconv/tables.h" }1082module cxx03_std_private_charconv_to_chars                [system] { header "__charconv/to_chars.h" }1083module cxx03_std_private_charconv_to_chars_base_10        [system] { header "__charconv/to_chars_base_10.h" }1084module cxx03_std_private_charconv_to_chars_floating_point [system] { header "__charconv/to_chars_floating_point.h" }1085module cxx03_std_private_charconv_to_chars_integral       [system] {1086  header "__charconv/to_chars_integral.h"1087  export std_private_charconv_traits1088}1089module cxx03_std_private_charconv_to_chars_result         [system] {1090  header "__charconv/to_chars_result.h"1091  export *1092}1093module cxx03_std_private_charconv_traits                  [system] { header "__charconv/traits.h" }1094 1095module cxx03_std_private_chrono_calendar               [system] { header "__chrono/calendar.h" }1096module cxx03_std_private_chrono_concepts               [system] { header "__chrono/concepts.h" }1097module cxx03_std_private_chrono_convert_to_timespec    [system] { header "__chrono/convert_to_timespec.h" }1098module cxx03_std_private_chrono_convert_to_tm          [system] { header "__chrono/convert_to_tm.h" }1099module cxx03_std_private_chrono_day                    [system] { header "__chrono/day.h" }1100module cxx03_std_private_chrono_duration               [system] {1101  header "__chrono/duration.h"1102  export std_private_type_traits_is_convertible1103}1104module cxx03_std_private_chrono_exception              [system] { header "__chrono/exception.h" }1105module cxx03_std_private_chrono_file_clock             [system] { header "__chrono/file_clock.h" }1106module cxx03_std_private_chrono_formatter              [system] {1107  header "__chrono/formatter.h"1108}1109module cxx03_std_private_chrono_hh_mm_ss               [system] { header "__chrono/hh_mm_ss.h" }1110module cxx03_std_private_chrono_high_resolution_clock  [system] {1111  header "__chrono/high_resolution_clock.h"1112  export std_private_chrono_steady_clock1113  export std_private_chrono_system_clock1114}1115module cxx03_std_private_chrono_leap_second            [system] { header "__chrono/leap_second.h" }1116module cxx03_std_private_chrono_literals               [system] { header "__chrono/literals.h" }1117module cxx03_std_private_chrono_local_info             [system] {1118  header "__chrono/local_info.h"1119  export std_private_chrono_sys_info1120}1121module cxx03_std_private_chrono_month                  [system] { header "__chrono/month.h" }1122module cxx03_std_private_chrono_month_weekday          [system] { header "__chrono/month_weekday.h" }1123module cxx03_std_private_chrono_monthday               [system] { header "__chrono/monthday.h" }1124module cxx03_std_private_chrono_ostream                [system] {1125  header "__chrono/ostream.h"1126}1127module cxx03_std_private_chrono_parser_std_format_spec [system] {1128  header "__chrono/parser_std_format_spec.h"1129}1130module cxx03_std_private_chrono_statically_widen       [system] { header "__chrono/statically_widen.h" }1131module cxx03_std_private_chrono_steady_clock           [system] {1132  header "__chrono/steady_clock.h"1133  export std_private_chrono_time_point1134}1135module cxx03_std_private_chrono_time_zone              [system] {1136  header "__chrono/time_zone.h"1137  export std_private_memory_unique_ptr1138}1139module cxx03_std_private_chrono_time_zone_link         [system] {1140  header "__chrono/time_zone_link.h"1141}1142module cxx03_std_private_chrono_sys_info               [system] {1143  header "__chrono/sys_info.h"1144}1145module cxx03_std_private_chrono_system_clock           [system] {1146  header "__chrono/system_clock.h"1147  export std_private_chrono_time_point1148}1149module cxx03_std_private_chrono_tzdb                   [system] {1150  header "__chrono/tzdb.h"1151  export *1152}1153module cxx03_std_private_chrono_tzdb_list              [system] {1154  header "__chrono/tzdb_list.h"1155  export *1156}1157module cxx03_std_private_chrono_time_point             [system] { header "__chrono/time_point.h" }1158module cxx03_std_private_chrono_weekday                [system] { header "__chrono/weekday.h" }1159module cxx03_std_private_chrono_year                   [system] { header "__chrono/year.h" }1160module cxx03_std_private_chrono_year_month             [system] { header "__chrono/year_month.h" }1161module cxx03_std_private_chrono_year_month_day         [system] { header "__chrono/year_month_day.h" }1162module cxx03_std_private_chrono_year_month_weekday     [system] { header "__chrono/year_month_weekday.h" }1163module cxx03_std_private_chrono_zoned_time             [system] { header "__chrono/zoned_time.h" }1164 1165module cxx03_std_private_compare_common_comparison_category     [system] { header "__compare/common_comparison_category.h" }1166module cxx03_std_private_compare_compare_partial_order_fallback [system] { header "__compare/compare_partial_order_fallback.h" }1167module cxx03_std_private_compare_compare_strong_order_fallback  [system] { header "__compare/compare_strong_order_fallback.h" }1168module cxx03_std_private_compare_compare_three_way              [system] { header "__compare/compare_three_way.h" }1169module cxx03_std_private_compare_compare_three_way_result       [system] { header "__compare/compare_three_way_result.h" }1170module cxx03_std_private_compare_compare_weak_order_fallback    [system] { header "__compare/compare_weak_order_fallback.h" }1171module cxx03_std_private_compare_is_eq                          [system] { header "__compare/is_eq.h" }1172module cxx03_std_private_compare_ordering                       [system] { header "__compare/ordering.h" }1173module cxx03_std_private_compare_partial_order                  [system] { header "__compare/partial_order.h" }1174module cxx03_std_private_compare_strong_order                   [system] { header "__compare/strong_order.h" }1175module cxx03_std_private_compare_synth_three_way                [system] { header "__compare/synth_three_way.h" }1176module cxx03_std_private_compare_three_way_comparable           [system] { header "__compare/three_way_comparable.h" }1177module cxx03_std_private_compare_weak_order                     [system] { header "__compare/weak_order.h" }1178 1179module cxx03_std_private_complex_complex_fwd            [system] { header "__fwd/complex.h" }1180 1181module cxx03_std_private_concepts_arithmetic            [system] { header "__concepts/arithmetic.h" }1182module cxx03_std_private_concepts_assignable            [system] { header "__concepts/assignable.h" }1183module cxx03_std_private_concepts_boolean_testable      [system] { header "__concepts/boolean_testable.h" }1184module cxx03_std_private_concepts_class_or_enum         [system] { header "__concepts/class_or_enum.h" }1185module cxx03_std_private_concepts_common_reference_with [system] { header "__concepts/common_reference_with.h" }1186module cxx03_std_private_concepts_common_with           [system] { header "__concepts/common_with.h" }1187module cxx03_std_private_concepts_constructible         [system] {1188  header "__concepts/constructible.h"1189  export std_private_concepts_destructible1190}1191module cxx03_std_private_concepts_convertible_to        [system] { header "__concepts/convertible_to.h" }1192module cxx03_std_private_concepts_copyable              [system] { header "__concepts/copyable.h" }1193module cxx03_std_private_concepts_derived_from          [system] { header "__concepts/derived_from.h" }1194module cxx03_std_private_concepts_destructible          [system] {1195  header "__concepts/destructible.h"1196  export std_private_type_traits_is_nothrow_destructible1197}1198module cxx03_std_private_concepts_different_from        [system] { header "__concepts/different_from.h" }1199module cxx03_std_private_concepts_equality_comparable   [system] {1200  header "__concepts/equality_comparable.h"1201  export std_private_type_traits_common_reference1202}1203module cxx03_std_private_concepts_invocable             [system] { header "__concepts/invocable.h" }1204module cxx03_std_private_concepts_movable               [system] {1205  header "__concepts/movable.h"1206  export std_private_type_traits_is_object1207}1208module cxx03_std_private_concepts_predicate             [system] { header "__concepts/predicate.h" }1209module cxx03_std_private_concepts_regular               [system] { header "__concepts/regular.h" }1210module cxx03_std_private_concepts_relation              [system] { header "__concepts/relation.h" }1211module cxx03_std_private_concepts_same_as               [system] {1212  header "__concepts/same_as.h"1213  export std_private_type_traits_is_same1214}1215module cxx03_std_private_concepts_semiregular           [system] { header "__concepts/semiregular.h" }1216module cxx03_std_private_concepts_swappable             [system] { header "__concepts/swappable.h" }1217module cxx03_std_private_concepts_totally_ordered       [system] { header "__concepts/totally_ordered.h" }1218 1219module cxx03_std_private_condition_variable_condition_variable [system] {1220  header "__condition_variable/condition_variable.h"1221  export *1222}1223 1224module cxx03_std_private_coroutine_coroutine_handle      [system] { header "__coroutine/coroutine_handle.h" }1225module cxx03_std_private_coroutine_coroutine_traits      [system] { header "__coroutine/coroutine_traits.h" }1226module cxx03_std_private_coroutine_noop_coroutine_handle [system] { header "__coroutine/noop_coroutine_handle.h" }1227module cxx03_std_private_coroutine_trivial_awaitables    [system] { header "__coroutine/trivial_awaitables.h" }1228 1229module cxx03_std_private_debug_utils_randomize_range            [system] { header "__debug_utils/randomize_range.h" }1230module cxx03_std_private_debug_utils_sanitizers                 [system] { header "__debug_utils/sanitizers.h" }1231module cxx03_std_private_debug_utils_strict_weak_ordering_check [system] {1232  header "__debug_utils/strict_weak_ordering_check.h"1233  export std_private_type_traits_is_constant_evaluated1234}1235 1236module cxx03_std_private_deque_fwd [system] { header "__fwd/deque.h" }1237 1238module cxx03_std_private_exception_exception        [system] { header "__exception/exception.h" }1239module cxx03_std_private_exception_exception_ptr    [system] {1240  header "__exception/exception_ptr.h"1241  export std_private_exception_operations1242}1243module cxx03_std_private_exception_nested_exception [system] { header "__exception/nested_exception.h" }1244module cxx03_std_private_exception_operations       [system] { header "__exception/operations.h" }1245module cxx03_std_private_exception_terminate        [system] { header "__exception/terminate.h" }1246 1247module cxx03_std_private_expected_bad_expected_access [system] { header "__expected/bad_expected_access.h" }1248module cxx03_std_private_expected_expected            [system] { header "__expected/expected.h" }1249module cxx03_std_private_expected_unexpect            [system] { header "__expected/unexpect.h" }1250module cxx03_std_private_expected_unexpected          [system] { header "__expected/unexpected.h" }1251 1252module cxx03_std_private_filesystem_copy_options                 [system] { header "__filesystem/copy_options.h" }1253module cxx03_std_private_filesystem_directory_entry              [system] {1254  header "__filesystem/directory_entry.h"1255  export *1256}1257module cxx03_std_private_filesystem_directory_iterator           [system] {1258  header "__filesystem/directory_iterator.h"1259  export *1260}1261module cxx03_std_private_filesystem_directory_options            [system] { header "__filesystem/directory_options.h" }1262module cxx03_std_private_filesystem_file_status                  [system] { header "__filesystem/file_status.h" }1263module cxx03_std_private_filesystem_file_time_type               [system] { header "__filesystem/file_time_type.h" }1264module cxx03_std_private_filesystem_file_type                    [system] { header "__filesystem/file_type.h" }1265module cxx03_std_private_filesystem_filesystem_error             [system] {1266  header "__filesystem/filesystem_error.h"1267  export *1268}1269module cxx03_std_private_filesystem_operations                   [system] { header "__filesystem/operations.h" }1270module cxx03_std_private_filesystem_path                         [system] {1271  header "__filesystem/path.h"1272  export *1273}1274module cxx03_std_private_filesystem_path_iterator                [system] { header "__filesystem/path_iterator.h" }1275module cxx03_std_private_filesystem_perm_options                 [system] { header "__filesystem/perm_options.h" }1276module cxx03_std_private_filesystem_perms                        [system] { header "__filesystem/perms.h" }1277module cxx03_std_private_filesystem_recursive_directory_iterator [system] {1278  header "__filesystem/recursive_directory_iterator.h"1279  export *1280}1281module cxx03_std_private_filesystem_space_info                   [system] { header "__filesystem/space_info.h" }1282module cxx03_std_private_filesystem_u8path                       [system] { header "__filesystem/u8path.h" }1283 1284module cxx03_std_private_format_buffer                          [system] { header "__format/buffer.h" }1285module cxx03_std_private_format_concepts                        [system] { header "__format/concepts.h" }1286module cxx03_std_private_format_container_adaptor               [system] { header "__format/container_adaptor.h" }1287module cxx03_std_private_format_enable_insertable               [system] { header "__format/enable_insertable.h" }1288module cxx03_std_private_format_escaped_output_table            [system] { header "__format/escaped_output_table.h" }1289module cxx03_std_private_format_extended_grapheme_cluster_table [system] { header "__format/extended_grapheme_cluster_table.h" }1290module cxx03_std_private_format_format_arg                      [system] { header "__format/format_arg.h" }1291module cxx03_std_private_format_format_arg_store                [system] { header "__format/format_arg_store.h" }1292module cxx03_std_private_format_format_args                     [system] { header "__format/format_args.h" }1293module cxx03_std_private_format_format_context                  [system] {1294  header "__format/format_context.h"1295  export *1296}1297module cxx03_std_private_format_format_error                    [system] { header "__format/format_error.h" }1298module cxx03_std_private_format_format_functions                [system] {1299  header "__format/format_functions.h"1300  export std_string1301}1302module cxx03_std_private_format_fwd                             [system] { header "__fwd/format.h" }1303module cxx03_std_private_format_format_parse_context            [system] { header "__format/format_parse_context.h" }1304module cxx03_std_private_format_format_string                   [system] { header "__format/format_string.h" }1305module cxx03_std_private_format_format_to_n_result              [system] {1306  header "__format/format_to_n_result.h"1307  export std_private_iterator_incrementable_traits1308}1309module cxx03_std_private_format_formatter                       [system] { header "__format/formatter.h" }1310module cxx03_std_private_format_formatter_bool                  [system] { header "__format/formatter_bool.h" }1311module cxx03_std_private_format_formatter_char                  [system] { header "__format/formatter_char.h" }1312module cxx03_std_private_format_formatter_floating_point        [system] { header "__format/formatter_floating_point.h" }1313module cxx03_std_private_format_formatter_integer               [system] { header "__format/formatter_integer.h" }1314module cxx03_std_private_format_formatter_integral              [system] { header "__format/formatter_integral.h" }1315module cxx03_std_private_format_formatter_output                [system] { header "__format/formatter_output.h" }1316module cxx03_std_private_format_formatter_pointer               [system] { header "__format/formatter_pointer.h" }1317module cxx03_std_private_format_formatter_string                [system] { header "__format/formatter_string.h" }1318module cxx03_std_private_format_formatter_tuple                 [system] { header "__format/formatter_tuple.h" }1319module cxx03_std_private_format_indic_conjunct_break_table      [system] { header "__format/indic_conjunct_break_table.h" }1320module cxx03_std_private_format_parser_std_format_spec          [system] { header "__format/parser_std_format_spec.h" }1321module cxx03_std_private_format_range_default_formatter         [system] { header "__format/range_default_formatter.h" }1322module cxx03_std_private_format_range_formatter                 [system] { header "__format/range_formatter.h" }1323module cxx03_std_private_format_unicode                         [system] {1324  header "__format/unicode.h"1325  export std_private_format_extended_grapheme_cluster_table1326  export std_private_format_indic_conjunct_break_table1327}1328module cxx03_std_private_format_width_estimation_table          [system] { header "__format/width_estimation_table.h" }1329module cxx03_std_private_format_write_escaped                   [system] { header "__format/write_escaped.h" }1330 1331module cxx03_std_private_functional_binary_function            [system] { header "__functional/binary_function.h" }1332module cxx03_std_private_functional_binary_negate              [system] { header "__functional/binary_negate.h" }1333module cxx03_std_private_functional_bind                       [system] { header "__functional/bind.h" }1334module cxx03_std_private_functional_bind_back                  [system] { header "__functional/bind_back.h" }1335module cxx03_std_private_functional_bind_front                 [system] { header "__functional/bind_front.h" }1336module cxx03_std_private_functional_binder1st                  [system] { header "__functional/binder1st.h" }1337module cxx03_std_private_functional_binder2nd                  [system] { header "__functional/binder2nd.h" }1338module cxx03_std_private_functional_boyer_moore_searcher       [system] {1339  header "__functional/boyer_moore_searcher.h"1340  export std_private_memory_shared_ptr1341}1342module cxx03_std_private_functional_compose                    [system] {1343  header "__functional/compose.h"1344  export std_private_functional_perfect_forward1345}1346module cxx03_std_private_functional_default_searcher           [system] { header "__functional/default_searcher.h" }1347module cxx03_std_private_functional_function                   [system] { header "__functional/function.h" }1348module cxx03_std_private_functional_hash                       [system] {1349  header "__functional/hash.h"1350  export std_cstdint1351  export std_private_type_traits_underlying_type1352  export std_private_utility_pair1353}1354module cxx03_std_private_functional_fwd                        [system] { header "__fwd/functional.h" }1355module cxx03_std_private_functional_identity                   [system] { header "__functional/identity.h" }1356module cxx03_std_private_functional_invoke                     [system] {1357  header "__functional/invoke.h"1358  export *1359}1360module cxx03_std_private_functional_is_transparent             [system] { header "__functional/is_transparent.h" }1361module cxx03_std_private_functional_mem_fn                     [system] { header "__functional/mem_fn.h" }1362module cxx03_std_private_functional_mem_fun_ref                [system] { header "__functional/mem_fun_ref.h" }1363module cxx03_std_private_functional_not_fn                     [system] {1364  header "__functional/not_fn.h"1365  export std_private_functional_perfect_forward1366}1367module cxx03_std_private_functional_operations                 [system] { header "__functional/operations.h" }1368module cxx03_std_private_functional_perfect_forward            [system] {1369  header "__functional/perfect_forward.h"1370  export *1371}1372module cxx03_std_private_functional_pointer_to_binary_function [system] { header "__functional/pointer_to_binary_function.h" }1373module cxx03_std_private_functional_pointer_to_unary_function  [system] { header "__functional/pointer_to_unary_function.h" }1374module cxx03_std_private_functional_ranges_operations          [system] { header "__functional/ranges_operations.h" }1375module cxx03_std_private_functional_reference_wrapper          [system] { header "__functional/reference_wrapper.h" }1376module cxx03_std_private_functional_unary_function             [system] { header "__functional/unary_function.h" }1377module cxx03_std_private_functional_unary_negate               [system] { header "__functional/unary_negate.h" }1378module cxx03_std_private_functional_weak_result_type           [system] { header "__functional/weak_result_type.h" }1379 1380module cxx03_std_private_ios_fpos [system] { header "__ios/fpos.h" }1381 1382module cxx03_std_private_iosfwd_fstream_fwd   [system] { header "__fwd/fstream.h" }1383module cxx03_std_private_iosfwd_ios_fwd       [system] { header "__fwd/ios.h" }1384module cxx03_std_private_iosfwd_istream_fwd   [system] { header "__fwd/istream.h" }1385module cxx03_std_private_iosfwd_ostream_fwd   [system] { header "__fwd/ostream.h" }1386module cxx03_std_private_iosfwd_sstream_fwd   [system] { header "__fwd/sstream.h" }1387module cxx03_std_private_iosfwd_streambuf_fwd [system] { header "__fwd/streambuf.h" }1388 1389module cxx03_std_private_iterator_access                  [system] { header "__iterator/access.h" }1390module cxx03_std_private_iterator_advance                 [system] { header "__iterator/advance.h" }1391module cxx03_std_private_iterator_aliasing_iterator       [system] { header "__iterator/aliasing_iterator.h" }1392module cxx03_std_private_iterator_back_insert_iterator    [system] { header "__iterator/back_insert_iterator.h" }1393module cxx03_std_private_iterator_bounded_iter            [system] { header "__iterator/bounded_iter.h" }1394module cxx03_std_private_iterator_common_iterator         [system] { header "__iterator/common_iterator.h" }1395module cxx03_std_private_iterator_concepts                [system] {1396  header "__iterator/concepts.h"1397  export std_private_concepts_constructible1398  export std_private_concepts_equality_comparable1399  export std_private_concepts_movable1400  export std_private_type_traits_common_reference1401  export std_private_type_traits_is_reference1402  export std_private_type_traits_remove_cvref1403}1404module cxx03_std_private_iterator_counted_iterator        [system] { header "__iterator/counted_iterator.h" }1405module cxx03_std_private_iterator_cpp17_iterator_concepts [system] { header "__iterator/cpp17_iterator_concepts.h" }1406module cxx03_std_private_iterator_data                    [system] { header "__iterator/data.h" }1407module cxx03_std_private_iterator_default_sentinel        [system] { header "__iterator/default_sentinel.h" }1408module cxx03_std_private_iterator_distance                [system] {1409  header "__iterator/distance.h"1410  export std_private_ranges_size1411}1412module cxx03_std_private_iterator_empty                   [system] { header "__iterator/empty.h" }1413module cxx03_std_private_iterator_erase_if_container      [system] { header "__iterator/erase_if_container.h" }1414module cxx03_std_private_iterator_front_insert_iterator   [system] { header "__iterator/front_insert_iterator.h" }1415module cxx03_std_private_iterator_incrementable_traits    [system] { header "__iterator/incrementable_traits.h" }1416module cxx03_std_private_iterator_indirectly_comparable   [system] { header "__iterator/indirectly_comparable.h" }1417module cxx03_std_private_iterator_insert_iterator         [system] { header "__iterator/insert_iterator.h" }1418module cxx03_std_private_iterator_istream_iterator        [system] { header "__iterator/istream_iterator.h" }1419module cxx03_std_private_iterator_istreambuf_iterator     [system] { header "__iterator/istreambuf_iterator.h" }1420module cxx03_std_private_iterator_iter_move               [system] { header "__iterator/iter_move.h" }1421module cxx03_std_private_iterator_iter_swap               [system] { header "__iterator/iter_swap.h" }1422module cxx03_std_private_iterator_iterator                [system] { header "__iterator/iterator.h" }1423module cxx03_std_private_iterator_iterator_traits         [system] {1424  header "__iterator/iterator_traits.h"1425  export std_private_type_traits_is_primary_template1426}1427module cxx03_std_private_iterator_iterator_with_data      [system] { header "__iterator/iterator_with_data.h" }1428module cxx03_std_private_iterator_mergeable               [system] {1429  header "__iterator/mergeable.h"1430  export std_private_functional_ranges_operations1431}1432module cxx03_std_private_iterator_move_iterator           [system] { header "__iterator/move_iterator.h" }1433module cxx03_std_private_iterator_move_sentinel           [system] { header "__iterator/move_sentinel.h" }1434module cxx03_std_private_iterator_next                    [system] { header "__iterator/next.h" }1435module cxx03_std_private_iterator_ostream_iterator        [system] { header "__iterator/ostream_iterator.h" }1436module cxx03_std_private_iterator_ostreambuf_iterator     [system] {1437  header "__iterator/ostreambuf_iterator.h"1438  export *1439}1440module cxx03_std_private_iterator_permutable              [system] { header "__iterator/permutable.h" }1441module cxx03_std_private_iterator_prev                    [system] { header "__iterator/prev.h" }1442module cxx03_std_private_iterator_projected               [system] { header "__iterator/projected.h" }1443module cxx03_std_private_iterator_ranges_iterator_traits  [system] { header "__iterator/ranges_iterator_traits.h" }1444module cxx03_std_private_iterator_readable_traits         [system] { header "__iterator/readable_traits.h" }1445module cxx03_std_private_iterator_reverse_access          [system] { header "__iterator/reverse_access.h" }1446module cxx03_std_private_iterator_reverse_iterator        [system] { header "__iterator/reverse_iterator.h" }1447module cxx03_std_private_iterator_segmented_iterator      [system] { header "__iterator/segmented_iterator.h" }1448module cxx03_std_private_iterator_size                    [system] { header "__iterator/size.h" }1449module cxx03_std_private_iterator_sortable                [system] {1450  header "__iterator/sortable.h"1451  export std_private_functional_ranges_operations1452}1453module cxx03_std_private_iterator_unreachable_sentinel    [system] { header "__iterator/unreachable_sentinel.h" }1454module cxx03_std_private_iterator_wrap_iter               [system] { header "__iterator/wrap_iter.h" }1455 1456module cxx03_std_private_locale_locale_base_api_android              [system] { textual header "__locale_dir/locale_base_api/android.h" }1457module cxx03_std_private_locale_locale_base_api_bsd_locale_defaults  [system] { textual header "__locale_dir/locale_base_api/bsd_locale_defaults.h" }1458module cxx03_std_private_locale_locale_base_api_bsd_locale_fallbacks [system] { textual header "__locale_dir/locale_base_api/bsd_locale_fallbacks.h" }1459module cxx03_std_private_locale_locale_base_api_fuchsia              [system] { textual header "__locale_dir/locale_base_api/fuchsia.h" }1460module cxx03_std_private_locale_locale_base_api_ibm                  [system] { textual header "__locale_dir/locale_base_api/ibm.h" }1461module cxx03_std_private_locale_locale_base_api_locale_guard         [system] { header "__locale_dir/locale_base_api/locale_guard.h" }1462module cxx03_std_private_locale_locale_base_api_musl                 [system] { textual header "__locale_dir/locale_base_api/musl.h" }1463module cxx03_std_private_locale_locale_base_api_newlib               [system] { textual header "__locale_dir/locale_base_api/newlib.h" }1464module cxx03_std_private_locale_locale_base_api_openbsd              [system] { textual header "__locale_dir/locale_base_api/openbsd.h" }1465module cxx03_std_private_locale_locale_base_api_win32                [system] { textual header "__locale_dir/locale_base_api/win32.h" }1466module cxx03_std_private_locale_locale_base_api                      [system] {1467  header "__locale_dir/locale_base_api.h"1468  export *1469}1470 1471module cxx03_std_private_math_abs                             [system] { header "__math/abs.h" }1472module cxx03_std_private_math_copysign                        [system] { header "__math/copysign.h" }1473module cxx03_std_private_math_error_functions                 [system] { header "__math/error_functions.h" }1474module cxx03_std_private_math_exponential_functions           [system] { header "__math/exponential_functions.h" }1475module cxx03_std_private_math_fdim                            [system] { header "__math/fdim.h" }1476module cxx03_std_private_math_fma                             [system] { header "__math/fma.h" }1477module cxx03_std_private_math_gamma                           [system] { header "__math/gamma.h" }1478module cxx03_std_private_math_hyperbolic_functions            [system] { header "__math/hyperbolic_functions.h" }1479module cxx03_std_private_math_hypot                           [system] { header "__math/hypot.h" }1480module cxx03_std_private_math_inverse_hyperbolic_functions    [system] { header "__math/inverse_hyperbolic_functions.h" }1481module cxx03_std_private_math_inverse_trigonometric_functions [system] { header "__math/inverse_trigonometric_functions.h" }1482module cxx03_std_private_math_logarithms                      [system] { header "__math/logarithms.h" }1483module cxx03_std_private_math_min_max                         [system] { header "__math/min_max.h" }1484module cxx03_std_private_math_modulo                          [system] { header "__math/modulo.h" }1485module cxx03_std_private_math_remainder                       [system] { header "__math/remainder.h" }1486module cxx03_std_private_math_roots                           [system] { header "__math/roots.h" }1487module cxx03_std_private_math_rounding_functions              [system] { header "__math/rounding_functions.h" }1488module cxx03_std_private_math_special_functions               [system] { header "__math/special_functions.h" }1489module cxx03_std_private_math_traits                          [system] { header "__math/traits.h" }1490module cxx03_std_private_math_trigonometric_functions         [system] { header "__math/trigonometric_functions.h" }1491 1492module cxx03_std_private_mdspan_default_accessor [system] { header "__mdspan/default_accessor.h" }1493module cxx03_std_private_mdspan_extents          [system] {1494  header "__mdspan/extents.h"1495  export *1496}1497module cxx03_std_private_mdspan_layout_left      [system] { header "__mdspan/layout_left.h" }1498module cxx03_std_private_mdspan_layout_right     [system] { header "__mdspan/layout_right.h" }1499module cxx03_std_private_mdspan_layout_stride    [system] { header "__mdspan/layout_stride.h" }1500module cxx03_std_private_mdspan_mdspan           [system] { header "__mdspan/mdspan.h" }1501module cxx03_std_private_mdspan_mdspan_fwd       [system] { header "__fwd/mdspan.h" }1502 1503module cxx03_std_private_memory_addressof                       [system] { header "__memory/addressof.h" }1504module cxx03_std_private_memory_align                           [system] { header "__memory/align.h" }1505module cxx03_std_private_memory_aligned_alloc                   [system] { header "__memory/aligned_alloc.h" }1506module cxx03_std_private_memory_allocate_at_least               [system] { header "__memory/allocate_at_least.h" }1507module cxx03_std_private_memory_allocation_guard                [system] { header "__memory/allocation_guard.h" }1508module cxx03_std_private_memory_allocator                       [system] { header "__memory/allocator.h" }1509module cxx03_std_private_memory_allocator_arg_t                 [system] { header "__memory/allocator_arg_t.h" }1510module cxx03_std_private_memory_allocator_destructor            [system] { header "__memory/allocator_destructor.h" }1511module cxx03_std_private_memory_allocator_traits                [system] { header "__memory/allocator_traits.h" }1512module cxx03_std_private_memory_assume_aligned                  [system] { header "__memory/assume_aligned.h" }1513module cxx03_std_private_memory_auto_ptr                        [system] { header "__memory/auto_ptr.h" }1514module cxx03_std_private_memory_builtin_new_allocator           [system] {1515  header "__memory/builtin_new_allocator.h"1516  export *1517}1518module cxx03_std_private_memory_compressed_pair                 [system] { header "__memory/compressed_pair.h" }1519module cxx03_std_private_memory_concepts                        [system] {1520  header "__memory/concepts.h"1521  export std_private_type_traits_remove_reference1522}1523module cxx03_std_private_memory_construct_at                    [system] { header "__memory/construct_at.h" }1524module cxx03_std_private_memory_destruct_n                      [system] { header "__memory/destruct_n.h" }1525module cxx03_std_private_memory_fwd                             [system] { header "__fwd/memory.h" }1526module cxx03_std_private_memory_inout_ptr                       [system] { header "__memory/inout_ptr.h" }1527module cxx03_std_private_memory_out_ptr                         [system] { header "__memory/out_ptr.h" }1528module cxx03_std_private_memory_pointer_traits                  [system] { header "__memory/pointer_traits.h" }1529module cxx03_std_private_memory_ranges_construct_at             [system] { header "__memory/ranges_construct_at.h" }1530module cxx03_std_private_memory_ranges_uninitialized_algorithms [system] {1531  header "__memory/ranges_uninitialized_algorithms.h"1532  export std_private_algorithm_in_out_result1533}1534module cxx03_std_private_memory_raw_storage_iterator            [system] { header "__memory/raw_storage_iterator.h" }1535module cxx03_std_private_memory_shared_ptr                      [system] {1536  header "__memory/shared_ptr.h"1537  export std_private_memory_uninitialized_algorithms1538}1539module cxx03_std_private_memory_swap_allocator                  [system] { header "__memory/swap_allocator.h" }1540module cxx03_std_private_memory_temp_value                      [system] { header "__memory/temp_value.h" }1541module cxx03_std_private_memory_temporary_buffer                [system] {1542  header "__memory/temporary_buffer.h"1543  export std_private_utility_pair1544}1545module cxx03_std_private_memory_uninitialized_algorithms        [system] {1546  header "__memory/uninitialized_algorithms.h"1547  export std_private_algorithm_copy1548}1549module cxx03_std_private_memory_unique_ptr                      [system] {1550  header "__memory/unique_ptr.h"1551  export std_private_type_traits_add_lvalue_reference1552  export std_private_type_traits_is_pointer1553  export std_private_type_traits_type_identity1554}1555module cxx03_std_private_memory_uses_allocator                  [system] { header "__memory/uses_allocator.h" }1556module cxx03_std_private_memory_uses_allocator_construction     [system] { header "__memory/uses_allocator_construction.h" }1557module cxx03_std_private_memory_voidify                         [system] { header "__memory/voidify.h" }1558 1559module cxx03_std_private_memory_resource_memory_resource              [system] { header "__memory_resource/memory_resource.h" }1560module cxx03_std_private_memory_resource_memory_resource_fwd          [system] { header "__fwd/memory_resource.h" }1561module cxx03_std_private_memory_resource_monotonic_buffer_resource    [system] { header "__memory_resource/monotonic_buffer_resource.h" }1562module cxx03_std_private_memory_resource_polymorphic_allocator        [system] { header "__memory_resource/polymorphic_allocator.h" }1563module cxx03_std_private_memory_resource_pool_options                 [system] { header "__memory_resource/pool_options.h" }1564module cxx03_std_private_memory_resource_synchronized_pool_resource   [system] {1565  header "__memory_resource/synchronized_pool_resource.h"1566  export *1567}1568module cxx03_std_private_memory_resource_unsynchronized_pool_resource [system] { header "__memory_resource/unsynchronized_pool_resource.h" }1569 1570module cxx03_std_private_mutex_lock_guard  [system] { header "__mutex/lock_guard.h" }1571module cxx03_std_private_mutex_mutex       [system] { header "__mutex/mutex.h" }1572module cxx03_std_private_mutex_once_flag  [system]  { header "__mutex/once_flag.h" }1573module cxx03_std_private_mutex_tag_types   [system] { header "__mutex/tag_types.h" }1574module cxx03_std_private_mutex_unique_lock [system] { header "__mutex/unique_lock.h" }1575 1576module cxx03_std_private_numeric_accumulate               [system] { header "__numeric/accumulate.h" }1577module cxx03_std_private_numeric_adjacent_difference      [system] { header "__numeric/adjacent_difference.h" }1578module cxx03_std_private_numeric_exclusive_scan           [system] { header "__numeric/exclusive_scan.h" }1579module cxx03_std_private_numeric_gcd_lcm                  [system] { header "__numeric/gcd_lcm.h" }1580module cxx03_std_private_numeric_inclusive_scan           [system] { header "__numeric/inclusive_scan.h" }1581module cxx03_std_private_numeric_inner_product            [system] { header "__numeric/inner_product.h" }1582module cxx03_std_private_numeric_iota                     [system] { header "__numeric/iota.h" }1583module cxx03_std_private_numeric_midpoint                 [system] { header "__numeric/midpoint.h" }1584module cxx03_std_private_numeric_partial_sum              [system] { header "__numeric/partial_sum.h" }1585module cxx03_std_private_numeric_pstl                     [system] {1586  header "__numeric/pstl.h"1587  export *1588}1589module cxx03_std_private_numeric_reduce                   [system] { header "__numeric/reduce.h" }1590module cxx03_std_private_numeric_saturation_arithmetic    [system] { header "__numeric/saturation_arithmetic.h" }1591module cxx03_std_private_numeric_transform_exclusive_scan [system] { header "__numeric/transform_exclusive_scan.h" }1592module cxx03_std_private_numeric_transform_inclusive_scan [system] { header "__numeric/transform_inclusive_scan.h" }1593module cxx03_std_private_numeric_transform_reduce         [system] { header "__numeric/transform_reduce.h" }1594 1595module cxx03_std_private_pstl_backend                    [system] {1596  header "__pstl/backend.h"1597  export *1598}1599module cxx03_std_private_pstl_backend_fwd                [system] {1600  header "__pstl/backend_fwd.h"1601  export *1602}1603module cxx03_std_private_pstl_backends_default           [system] {1604  header "__pstl/backends/default.h"1605  export *1606}1607module cxx03_std_private_pstl_backends_libdispatch       [system] {1608  header "__pstl/backends/libdispatch.h"1609  export *1610}1611module cxx03_std_private_pstl_backends_serial            [system] {1612  header "__pstl/backends/serial.h"1613  export *1614}1615module cxx03_std_private_pstl_backends_std_thread        [system] {1616  header "__pstl/backends/std_thread.h"1617  export *1618}1619module cxx03_std_private_pstl_cpu_algos_any_of           [system] { header "__pstl/cpu_algos/any_of.h" }1620module cxx03_std_private_pstl_cpu_algos_cpu_traits       [system] { header "__pstl/cpu_algos/cpu_traits.h" }1621module cxx03_std_private_pstl_cpu_algos_fill             [system] { header "__pstl/cpu_algos/fill.h" }1622module cxx03_std_private_pstl_cpu_algos_find_if          [system] { header "__pstl/cpu_algos/find_if.h" }1623module cxx03_std_private_pstl_cpu_algos_for_each         [system] { header "__pstl/cpu_algos/for_each.h" }1624module cxx03_std_private_pstl_cpu_algos_merge            [system] { header "__pstl/cpu_algos/merge.h" }1625module cxx03_std_private_pstl_cpu_algos_stable_sort      [system] { header "__pstl/cpu_algos/stable_sort.h" }1626module cxx03_std_private_pstl_cpu_algos_transform        [system] { header "__pstl/cpu_algos/transform.h" }1627module cxx03_std_private_pstl_cpu_algos_transform_reduce [system] { header "__pstl/cpu_algos/transform_reduce.h" }1628module cxx03_std_private_pstl_dispatch                   [system] { header "__pstl/dispatch.h" }1629module cxx03_std_private_pstl_handle_exception           [system] { header "__pstl/handle_exception.h" }1630 1631module cxx03_std_private_queue_fwd [system] { header "__fwd/queue.h" }1632 1633module cxx03_std_private_ostream_basic_ostream [system] {1634  header "__ostream/basic_ostream.h"1635  export std_streambuf1636}1637module cxx03_std_private_ostream_print         [system] {1638  header "__ostream/print.h"1639  export std_print1640}1641 1642module cxx03_std_private_random_bernoulli_distribution          [system] { header "__random/bernoulli_distribution.h" }1643module cxx03_std_private_random_binomial_distribution           [system] { header "__random/binomial_distribution.h" }1644module cxx03_std_private_random_cauchy_distribution             [system] { header "__random/cauchy_distribution.h" }1645module cxx03_std_private_random_chi_squared_distribution        [system] { header "__random/chi_squared_distribution.h" }1646module cxx03_std_private_random_clamp_to_integral               [system] { header "__random/clamp_to_integral.h" }1647module cxx03_std_private_random_default_random_engine           [system] { header "__random/default_random_engine.h" }1648module cxx03_std_private_random_discard_block_engine            [system] { header "__random/discard_block_engine.h" }1649module cxx03_std_private_random_discrete_distribution           [system] {1650  header "__random/discrete_distribution.h"1651  export *1652}1653module cxx03_std_private_random_exponential_distribution        [system] { header "__random/exponential_distribution.h" }1654module cxx03_std_private_random_extreme_value_distribution      [system] { header "__random/extreme_value_distribution.h" }1655module cxx03_std_private_random_fisher_f_distribution           [system] { header "__random/fisher_f_distribution.h" }1656module cxx03_std_private_random_gamma_distribution              [system] { header "__random/gamma_distribution.h" }1657module cxx03_std_private_random_generate_canonical              [system] { header "__random/generate_canonical.h" }1658module cxx03_std_private_random_geometric_distribution          [system] { header "__random/geometric_distribution.h" }1659module cxx03_std_private_random_independent_bits_engine         [system] { header "__random/independent_bits_engine.h" }1660module cxx03_std_private_random_is_seed_sequence                [system] { header "__random/is_seed_sequence.h" }1661module cxx03_std_private_random_is_valid                        [system] { header "__random/is_valid.h" }1662module cxx03_std_private_random_knuth_b                         [system] { header "__random/knuth_b.h" }1663module cxx03_std_private_random_linear_congruential_engine      [system] { header "__random/linear_congruential_engine.h" }1664module cxx03_std_private_random_log2                            [system] { header "__random/log2.h" }1665module cxx03_std_private_random_lognormal_distribution          [system] { header "__random/lognormal_distribution.h" }1666module cxx03_std_private_random_mersenne_twister_engine         [system] { header "__random/mersenne_twister_engine.h" }1667module cxx03_std_private_random_negative_binomial_distribution  [system] { header "__random/negative_binomial_distribution.h" }1668module cxx03_std_private_random_normal_distribution             [system] { header "__random/normal_distribution.h" }1669module cxx03_std_private_random_piecewise_constant_distribution [system] {1670  header "__random/piecewise_constant_distribution.h"1671  export *1672}1673module cxx03_std_private_random_piecewise_linear_distribution   [system] {1674  header "__random/piecewise_linear_distribution.h"1675  export *1676}1677module cxx03_std_private_random_poisson_distribution            [system] { header "__random/poisson_distribution.h" }1678module cxx03_std_private_random_random_device                   [system] {1679  header "__random/random_device.h"1680  export *1681}1682module cxx03_std_private_random_ranlux                          [system] { header "__random/ranlux.h" }1683module cxx03_std_private_random_seed_seq                        [system] {1684  header "__random/seed_seq.h"1685  export *1686}1687module cxx03_std_private_random_shuffle_order_engine            [system] { header "__random/shuffle_order_engine.h" }1688module cxx03_std_private_random_student_t_distribution          [system] { header "__random/student_t_distribution.h" }1689module cxx03_std_private_random_subtract_with_carry_engine      [system] { header "__random/subtract_with_carry_engine.h" }1690module cxx03_std_private_random_uniform_int_distribution        [system] { header "__random/uniform_int_distribution.h" }1691module cxx03_std_private_random_uniform_random_bit_generator    [system] { header "__random/uniform_random_bit_generator.h" }1692module cxx03_std_private_random_uniform_real_distribution       [system] { header "__random/uniform_real_distribution.h" }1693module cxx03_std_private_random_weibull_distribution            [system] { header "__random/weibull_distribution.h" }1694 1695module cxx03_std_private_ranges_access                     [system] { header "__ranges/access.h" }1696module cxx03_std_private_ranges_all                        [system] {1697  header "__ranges/all.h"1698  export std_private_functional_compose1699  export std_private_functional_perfect_forward1700  export std_private_ranges_owning_view1701}1702module cxx03_std_private_ranges_as_rvalue_view             [system] { header "__ranges/as_rvalue_view.h" }1703module cxx03_std_private_ranges_chunk_by_view              [system] { header "__ranges/chunk_by_view.h" }1704module cxx03_std_private_ranges_common_view                [system] { header "__ranges/common_view.h" }1705module cxx03_std_private_ranges_concepts                   [system] {1706  header "__ranges/concepts.h"1707  export std_private_iterator_concepts1708}1709module cxx03_std_private_ranges_container_compatible_range [system] { header "__ranges/container_compatible_range.h" }1710module cxx03_std_private_ranges_counted                    [system] {1711  header "__ranges/counted.h"1712  export std_span1713}1714module cxx03_std_private_ranges_dangling                   [system] { header "__ranges/dangling.h" }1715module cxx03_std_private_ranges_data                       [system] { header "__ranges/data.h" }1716module cxx03_std_private_ranges_drop_view                  [system] { header "__ranges/drop_view.h" }1717module cxx03_std_private_ranges_drop_while_view            [system] { header "__ranges/drop_while_view.h" }1718module cxx03_std_private_ranges_elements_view              [system] { header "__ranges/elements_view.h" }1719module cxx03_std_private_ranges_empty                      [system] { header "__ranges/empty.h" }1720module cxx03_std_private_ranges_empty_view                 [system] { header "__ranges/empty_view.h" }1721module cxx03_std_private_ranges_enable_borrowed_range      [system] { header "__ranges/enable_borrowed_range.h" }1722module cxx03_std_private_ranges_enable_view                [system] { header "__ranges/enable_view.h" }1723module cxx03_std_private_ranges_filter_view                [system] {1724  header "__ranges/filter_view.h"1725  export std_private_ranges_range_adaptor1726}1727module cxx03_std_private_ranges_from_range                 [system] { header "__ranges/from_range.h" }1728module cxx03_std_private_ranges_iota_view                  [system] { header "__ranges/iota_view.h" }1729module cxx03_std_private_ranges_istream_view               [system] {1730  header "__ranges/istream_view.h"1731}1732module cxx03_std_private_ranges_join_view                  [system] {1733  header "__ranges/join_view.h"1734  export std_private_iterator_iterator_with_data1735  export std_private_iterator_segmented_iterator1736}1737module cxx03_std_private_ranges_lazy_split_view            [system] {1738  header "__ranges/lazy_split_view.h"1739  export std_private_ranges_non_propagating_cache1740}1741module cxx03_std_private_ranges_movable_box                [system] { header "__ranges/movable_box.h" }1742module cxx03_std_private_ranges_non_propagating_cache      [system] { header "__ranges/non_propagating_cache.h" }1743module cxx03_std_private_ranges_owning_view                [system] { header "__ranges/owning_view.h" }1744module cxx03_std_private_ranges_range_adaptor              [system] { header "__ranges/range_adaptor.h" }1745module cxx03_std_private_ranges_rbegin                     [system] { header "__ranges/rbegin.h" }1746module cxx03_std_private_ranges_ref_view                   [system] { header "__ranges/ref_view.h" }1747module cxx03_std_private_ranges_rend                       [system] { header "__ranges/rend.h" }1748module cxx03_std_private_ranges_repeat_view                [system] { header "__ranges/repeat_view.h" }1749module cxx03_std_private_ranges_reverse_view               [system] { header "__ranges/reverse_view.h" }1750module cxx03_std_private_ranges_single_view                [system] { header "__ranges/single_view.h" }1751module cxx03_std_private_ranges_size                       [system] {1752  header "__ranges/size.h"1753  export std_private_type_traits_make_unsigned1754}1755module cxx03_std_private_ranges_split_view                 [system] { header "__ranges/split_view.h" }1756module cxx03_std_private_ranges_subrange                   [system] {1757  header "__ranges/subrange.h"1758  export std_private_ranges_subrange_fwd1759}1760module cxx03_std_private_ranges_subrange_fwd               [system] {1761  header "__fwd/subrange.h"1762  export std_private_iterator_concepts1763}1764module cxx03_std_private_ranges_take_view                  [system] { header "__ranges/take_view.h" }1765module cxx03_std_private_ranges_take_while_view            [system] { header "__ranges/take_while_view.h" }1766module cxx03_std_private_ranges_to                         [system] { header "__ranges/to.h" }1767module cxx03_std_private_ranges_transform_view             [system] {1768  header "__ranges/transform_view.h"1769  export std_private_functional_bind_back1770  export std_private_functional_perfect_forward1771  export std_private_ranges_movable_box1772}1773module cxx03_std_private_ranges_view_interface             [system] { header "__ranges/view_interface.h" }1774module cxx03_std_private_ranges_views                      [system] { header "__ranges/views.h" }1775module cxx03_std_private_ranges_zip_view                   [system] {1776  header "__ranges/zip_view.h"1777  export std_private_utility_pair1778}1779 1780module cxx03_std_private_span_span_fwd [system] { header "__fwd/span.h" }1781 1782module cxx03_std_private_stack_fwd [system] { header "__fwd/stack.h" }1783 1784module cxx03_std_private_stop_token_atomic_unique_lock   [system] { header "__stop_token/atomic_unique_lock.h" }1785module cxx03_std_private_stop_token_intrusive_list_view  [system] { header "__stop_token/intrusive_list_view.h" }1786module cxx03_std_private_stop_token_intrusive_shared_ptr [system] { header "__stop_token/intrusive_shared_ptr.h" }1787module cxx03_std_private_stop_token_stop_callback        [system] { header "__stop_token/stop_callback.h" }1788module cxx03_std_private_stop_token_stop_source          [system] {1789  header "__stop_token/stop_source.h"1790  export *1791}1792module cxx03_std_private_stop_token_stop_state           [system] {1793  header "__stop_token/stop_state.h"1794  export *1795}1796module cxx03_std_private_stop_token_stop_token           [system] {1797  header "__stop_token/stop_token.h"1798  export *1799}1800 1801module cxx03_std_private_string_char_traits           [system] {1802  header "__string/char_traits.h"1803  export *1804}1805module cxx03_std_private_string_constexpr_c_functions [system] {1806  header "__string/constexpr_c_functions.h"1807  export std_private_type_traits_is_equality_comparable1808}1809module cxx03_std_private_string_extern_template_lists [system] { header "__string/extern_template_lists.h" }1810module cxx03_std_private_string_string_fwd            [system] { header "__fwd/string.h" }1811 1812module cxx03_std_private_string_view_string_view_fwd [system] { header "__fwd/string_view.h" }1813 1814module cxx03_std_private_system_error_errc            [system] { header "__system_error/errc.h" }1815module cxx03_std_private_system_error_error_category  [system] { header "__system_error/error_category.h" }1816module cxx03_std_private_system_error_error_code      [system] {1817  header "__system_error/error_code.h"1818  export std_private_functional_hash1819  export std_private_functional_unary_function1820}1821module cxx03_std_private_system_error_error_condition [system] {1822  header "__system_error/error_condition.h"1823  export std_private_functional_hash1824  export std_private_functional_unary_function1825}1826module cxx03_std_private_system_error_system_error    [system] { header "__system_error/system_error.h" }1827 1828module cxx03_std_private_thread_formatter            [system] { header "__thread/formatter.h" }1829module cxx03_std_private_thread_id                   [system] { header "__thread/id.h" }1830module cxx03_std_private_thread_jthread              [system] {1831  header "__thread/jthread.h"1832  export *1833}1834module cxx03_std_private_thread_poll_with_backoff    [system] { header "__thread/poll_with_backoff.h" }1835module cxx03_std_private_thread_support              [system] {1836  header "__thread/support.h"1837  export *1838}1839module cxx03_std_private_thread_support_c11          [system] { textual header "__thread/support/c11.h" }1840module cxx03_std_private_thread_support_external     [system] { textual header "__thread/support/external.h" }1841module cxx03_std_private_thread_support_pthread      [system] { textual header "__thread/support/pthread.h" }1842module cxx03_std_private_thread_support_windows      [system] { textual header "__thread/support/windows.h" }1843module cxx03_std_private_thread_this_thread          [system] { header "__thread/this_thread.h" }1844module cxx03_std_private_thread_thread               [system] {1845  header "__thread/thread.h"1846  export *1847}1848module cxx03_std_private_thread_timed_backoff_policy [system] { header "__thread/timed_backoff_policy.h" }1849 1850module cxx03_std_private_tuple_find_index             [system] { header "__tuple/find_index.h" }1851module cxx03_std_private_tuple_ignore                 [system] { header "__tuple/ignore.h" }1852module cxx03_std_private_tuple_make_tuple_types       [system] { header "__tuple/make_tuple_types.h" }1853module cxx03_std_private_tuple_tuple_like_no_subrange [system] {1854  header "__tuple/tuple_like_no_subrange.h"1855}1856module cxx03_std_private_tuple_sfinae_helpers         [system] { header "__tuple/sfinae_helpers.h" }1857module cxx03_std_private_tuple_tuple_element          [system] { header "__tuple/tuple_element.h" }1858module cxx03_std_private_tuple_tuple_fwd              [system] { header "__fwd/tuple.h" }1859module cxx03_std_private_tuple_tuple_indices          [system] { header "__tuple/tuple_indices.h" }1860module cxx03_std_private_tuple_tuple_like             [system] {1861  header "__tuple/tuple_like.h"1862  export *1863}1864module cxx03_std_private_tuple_tuple_like_ext         [system] { header "__tuple/tuple_like_ext.h" }1865module cxx03_std_private_tuple_tuple_size             [system] { header "__tuple/tuple_size.h" }1866module cxx03_std_private_tuple_tuple_types            [system] { header "__tuple/tuple_types.h" }1867 1868module cxx03_std_private_type_traits_add_const                                 [system] { header "__type_traits/add_const.h" }1869module cxx03_std_private_type_traits_add_cv                                    [system] { header "__type_traits/add_cv.h" }1870module cxx03_std_private_type_traits_add_lvalue_reference                      [system] {1871  header "__type_traits/add_lvalue_reference.h"1872  export std_private_type_traits_is_referenceable1873}1874module cxx03_std_private_type_traits_add_pointer                               [system] { header "__type_traits/add_pointer.h" }1875module cxx03_std_private_type_traits_add_rvalue_reference                      [system] { header "__type_traits/add_rvalue_reference.h" }1876module cxx03_std_private_type_traits_add_volatile                              [system] { header "__type_traits/add_volatile.h" }1877module cxx03_std_private_type_traits_aligned_storage                           [system] { header "__type_traits/aligned_storage.h" }1878module cxx03_std_private_type_traits_aligned_union                             [system] { header "__type_traits/aligned_union.h" }1879module cxx03_std_private_type_traits_alignment_of                              [system] { header "__type_traits/alignment_of.h" }1880module cxx03_std_private_type_traits_can_extract_key                           [system] { header "__type_traits/can_extract_key.h" }1881module cxx03_std_private_type_traits_common_reference                          [system] {1882  header "__type_traits/common_reference.h"1883  export std_private_type_traits_remove_cvref1884}1885module cxx03_std_private_type_traits_common_type                               [system] {1886  header "__type_traits/common_type.h"1887  export std_private_utility_declval1888}1889module cxx03_std_private_type_traits_conditional                               [system] { header "__type_traits/conditional.h" }1890module cxx03_std_private_type_traits_conjunction                               [system] { header "__type_traits/conjunction.h" }1891module cxx03_std_private_type_traits_copy_cv                                   [system] { header "__type_traits/copy_cv.h" }1892module cxx03_std_private_type_traits_copy_cvref                                [system] { header "__type_traits/copy_cvref.h" }1893module cxx03_std_private_type_traits_datasizeof                                [system] { header "__type_traits/datasizeof.h" }1894module cxx03_std_private_type_traits_decay                                     [system] {1895  header "__type_traits/decay.h"1896  export std_private_type_traits_add_pointer1897}1898module cxx03_std_private_type_traits_dependent_type                            [system] { header "__type_traits/dependent_type.h" }1899module cxx03_std_private_type_traits_desugars_to                               [system] { header "__type_traits/desugars_to.h" }1900module cxx03_std_private_type_traits_disjunction                               [system] { header "__type_traits/disjunction.h" }1901module cxx03_std_private_type_traits_enable_if                                 [system] { header "__type_traits/enable_if.h" }1902module cxx03_std_private_type_traits_extent                                    [system] { header "__type_traits/extent.h" }1903module cxx03_std_private_type_traits_has_unique_object_representation          [system] { header "__type_traits/has_unique_object_representation.h" }1904module cxx03_std_private_type_traits_has_virtual_destructor                    [system] { header "__type_traits/has_virtual_destructor.h" }1905module cxx03_std_private_type_traits_integral_constant                         [system] { header "__type_traits/integral_constant.h" }1906module cxx03_std_private_type_traits_invoke                                    [system] {1907  header "__type_traits/invoke.h"1908  export std_private_type_traits_conditional1909  export std_private_type_traits_decay1910  export std_private_type_traits_decay1911  export std_private_type_traits_enable_if1912  export std_private_type_traits_is_base_of1913  export std_private_type_traits_is_core_convertible1914  export std_private_type_traits_is_reference_wrapper1915  export std_private_type_traits_is_same1916  export std_private_type_traits_is_void1917  export std_private_type_traits_nat1918  export std_private_type_traits_remove_cv1919}1920module cxx03_std_private_type_traits_is_abstract                               [system] { header "__type_traits/is_abstract.h" }1921module cxx03_std_private_type_traits_is_aggregate                              [system] { header "__type_traits/is_aggregate.h" }1922module cxx03_std_private_type_traits_is_allocator                              [system] { header "__type_traits/is_allocator.h" }1923module cxx03_std_private_type_traits_is_always_bitcastable                     [system] { header "__type_traits/is_always_bitcastable.h" }1924module cxx03_std_private_type_traits_is_arithmetic                             [system] {1925  header "__type_traits/is_arithmetic.h"1926  export std_private_type_traits_integral_constant1927}1928module cxx03_std_private_type_traits_is_array                                  [system] {1929  header "__type_traits/is_array.h"1930  export std_private_type_traits_integral_constant1931}1932module cxx03_std_private_type_traits_is_assignable                             [system] { header "__type_traits/is_assignable.h" }1933module cxx03_std_private_type_traits_is_base_of                                [system] { header "__type_traits/is_base_of.h" }1934module cxx03_std_private_type_traits_is_bounded_array                          [system] { header "__type_traits/is_bounded_array.h" }1935module cxx03_std_private_type_traits_is_callable                               [system] {1936  header "__type_traits/is_callable.h"1937  export std_private_type_traits_integral_constant1938}1939module cxx03_std_private_type_traits_is_char_like_type                         [system] { header "__type_traits/is_char_like_type.h" }1940module cxx03_std_private_type_traits_is_class                                  [system] { header "__type_traits/is_class.h" }1941module cxx03_std_private_type_traits_is_compound                               [system] { header "__type_traits/is_compound.h" }1942module cxx03_std_private_type_traits_is_const                                  [system] { header "__type_traits/is_const.h" }1943module cxx03_std_private_type_traits_is_constant_evaluated                     [system] { header "__type_traits/is_constant_evaluated.h" }1944module cxx03_std_private_type_traits_is_constructible                          [system] { header "__type_traits/is_constructible.h" }1945module cxx03_std_private_type_traits_is_convertible                            [system] {1946  header "__type_traits/is_convertible.h"1947  export std_private_type_traits_is_array1948}1949module cxx03_std_private_type_traits_is_copy_assignable                        [system] { header "__type_traits/is_copy_assignable.h" }1950module cxx03_std_private_type_traits_is_copy_constructible                     [system] { header "__type_traits/is_copy_constructible.h" }1951module cxx03_std_private_type_traits_is_core_convertible                       [system] {1952  header "__type_traits/is_core_convertible.h"1953  export std_private_type_traits_integral_constant1954}1955module cxx03_std_private_type_traits_is_destructible                           [system] { header "__type_traits/is_destructible.h" }1956module cxx03_std_private_type_traits_is_empty                                  [system] { header "__type_traits/is_empty.h" }1957module cxx03_std_private_type_traits_is_enum                                   [system] {1958  header "__type_traits/is_enum.h"1959  export std_private_type_traits_integral_constant1960}1961module cxx03_std_private_type_traits_is_equality_comparable                    [system] {1962  header "__type_traits/is_equality_comparable.h"1963  export std_private_type_traits_integral_constant1964}1965module cxx03_std_private_type_traits_is_execution_policy                       [system] {1966  header "__type_traits/is_execution_policy.h"1967  export std_private_type_traits_remove_cvref1968}1969module cxx03_std_private_type_traits_is_final                                  [system] { header "__type_traits/is_final.h" }1970module cxx03_std_private_type_traits_is_floating_point                         [system] { header "__type_traits/is_floating_point.h" }1971module cxx03_std_private_type_traits_is_function                               [system] { header "__type_traits/is_function.h" }1972module cxx03_std_private_type_traits_is_fundamental                            [system] { header "__type_traits/is_fundamental.h" }1973module cxx03_std_private_type_traits_is_implicitly_default_constructible       [system] {1974  header "__type_traits/is_implicitly_default_constructible.h"1975  export std_private_type_traits_integral_constant1976}1977module cxx03_std_private_type_traits_is_integral                               [system] { header "__type_traits/is_integral.h" }1978module cxx03_std_private_type_traits_is_literal_type                           [system] { header "__type_traits/is_literal_type.h" }1979module cxx03_std_private_type_traits_is_member_pointer                         [system] { header "__type_traits/is_member_pointer.h" }1980module cxx03_std_private_type_traits_is_nothrow_assignable                     [system] { header "__type_traits/is_nothrow_assignable.h" }1981module cxx03_std_private_type_traits_is_nothrow_constructible                  [system] {1982  header "__type_traits/is_nothrow_constructible.h"1983  export std_private_type_traits_integral_constant1984}1985module cxx03_std_private_type_traits_is_nothrow_convertible                    [system] { header "__type_traits/is_nothrow_convertible.h" }1986module cxx03_std_private_type_traits_is_nothrow_destructible                   [system] {1987  header "__type_traits/is_nothrow_destructible.h"1988  export std_private_type_traits_is_destructible1989}1990module cxx03_std_private_type_traits_is_null_pointer                           [system] {1991  header "__type_traits/is_null_pointer.h"1992  export std_cstddef1993}1994module cxx03_std_private_type_traits_is_object                                 [system] {1995  header "__type_traits/is_object.h"1996  export std_private_type_traits_is_scalar1997}1998module cxx03_std_private_type_traits_is_pod                                    [system] { header "__type_traits/is_pod.h" }1999module cxx03_std_private_type_traits_is_pointer                                [system] { header "__type_traits/is_pointer.h" }2000module cxx03_std_private_type_traits_is_polymorphic                            [system] { header "__type_traits/is_polymorphic.h" }2001module cxx03_std_private_type_traits_is_primary_template                       [system] {2002  header "__type_traits/is_primary_template.h"2003  export std_private_type_traits_enable_if2004}2005module cxx03_std_private_type_traits_is_reference                              [system] { header "__type_traits/is_reference.h" }2006module cxx03_std_private_type_traits_is_reference_wrapper                      [system] { header "__type_traits/is_reference_wrapper.h" }2007module cxx03_std_private_type_traits_is_referenceable                          [system] { header "__type_traits/is_referenceable.h" }2008module cxx03_std_private_type_traits_is_same                                   [system] {2009  header "__type_traits/is_same.h"2010  export std_private_type_traits_integral_constant2011}2012module cxx03_std_private_type_traits_is_scalar                                 [system] {2013  header "__type_traits/is_scalar.h"2014  export std_private_type_traits_is_null_pointer2015}2016module cxx03_std_private_type_traits_is_signed                                 [system] { header "__type_traits/is_signed.h" }2017module cxx03_std_private_type_traits_is_signed_integer                         [system] { header "__type_traits/is_signed_integer.h" }2018module cxx03_std_private_type_traits_is_specialization                         [system] { header "__type_traits/is_specialization.h" }2019module cxx03_std_private_type_traits_is_standard_layout                        [system] { header "__type_traits/is_standard_layout.h" }2020module cxx03_std_private_type_traits_is_swappable                              [system] {2021  header "__type_traits/is_swappable.h"2022  export std_private_type_traits_is_move_constructible2023}2024module cxx03_std_private_type_traits_is_trivial                                [system] { header "__type_traits/is_trivial.h" }2025module cxx03_std_private_type_traits_is_trivially_assignable                   [system] { header "__type_traits/is_trivially_assignable.h" }2026module cxx03_std_private_type_traits_is_trivially_constructible                [system] { header "__type_traits/is_trivially_constructible.h" }2027module cxx03_std_private_type_traits_is_trivially_copyable                     [system] { header "__type_traits/is_trivially_copyable.h" }2028module cxx03_std_private_type_traits_is_trivially_destructible                 [system] { header "__type_traits/is_trivially_destructible.h" }2029module cxx03_std_private_type_traits_is_trivially_lexicographically_comparable [system] { header "__type_traits/is_trivially_lexicographically_comparable.h" }2030module cxx03_std_private_type_traits_is_trivially_relocatable                  [system] { header "__type_traits/is_trivially_relocatable.h" }2031module cxx03_std_private_type_traits_is_unbounded_array                        [system] { header "__type_traits/is_unbounded_array.h" }2032module cxx03_std_private_type_traits_is_union                                  [system] { header "__type_traits/is_union.h" }2033module cxx03_std_private_type_traits_is_unsigned                               [system] { header "__type_traits/is_unsigned.h" }2034module cxx03_std_private_type_traits_is_unsigned_integer                       [system] { header "__type_traits/is_unsigned_integer.h" }2035module cxx03_std_private_type_traits_is_valid_expansion                        [system] { header "__type_traits/is_valid_expansion.h" }2036module cxx03_std_private_type_traits_is_void                                   [system] {2037  header "__type_traits/is_void.h"2038  export std_private_type_traits_integral_constant2039}2040module cxx03_std_private_type_traits_is_volatile                               [system] { header "__type_traits/is_volatile.h" }2041module cxx03_std_private_type_traits_lazy                                      [system] { header "__type_traits/lazy.h" }2042module cxx03_std_private_type_traits_make_32_64_or_128_bit                     [system] { header "__type_traits/make_32_64_or_128_bit.h" }2043module cxx03_std_private_type_traits_make_const_lvalue_ref                     [system] { header "__type_traits/make_const_lvalue_ref.h" }2044module cxx03_std_private_type_traits_make_signed                               [system] { header "__type_traits/make_signed.h" }2045module cxx03_std_private_type_traits_make_unsigned                             [system] {2046  header "__type_traits/make_unsigned.h"2047  export std_private_type_traits_is_unsigned2048}2049module cxx03_std_private_type_traits_maybe_const                               [system] { header "__type_traits/maybe_const.h" }2050module cxx03_std_private_type_traits_nat                                       [system] { header "__type_traits/nat.h" }2051module cxx03_std_private_type_traits_negation                                  [system] { header "__type_traits/negation.h" }2052module cxx03_std_private_type_traits_noexcept_move_assign_container            [system] { header "__type_traits/noexcept_move_assign_container.h" }2053module cxx03_std_private_type_traits_promote                                   [system] { header "__type_traits/promote.h" }2054module cxx03_std_private_type_traits_rank                                      [system] { header "__type_traits/rank.h" }2055module cxx03_std_private_type_traits_remove_all_extents                        [system] { header "__type_traits/remove_all_extents.h" }2056module cxx03_std_private_type_traits_remove_const                              [system] { header "__type_traits/remove_const.h" }2057module cxx03_std_private_type_traits_remove_const_ref                          [system] { header "__type_traits/remove_const_ref.h" }2058module cxx03_std_private_type_traits_remove_cv                                 [system] {2059  header "__type_traits/remove_cv.h"2060  export std_private_type_traits_remove_const2061  export std_private_type_traits_remove_volatile2062}2063module cxx03_std_private_type_traits_remove_cvref                              [system] { header "__type_traits/remove_cvref.h" }2064module cxx03_std_private_type_traits_remove_extent                             [system] { header "__type_traits/remove_extent.h" }2065module cxx03_std_private_type_traits_remove_pointer                            [system] { header "__type_traits/remove_pointer.h" }2066module cxx03_std_private_type_traits_remove_reference                          [system] { header "__type_traits/remove_reference.h" }2067module cxx03_std_private_type_traits_remove_volatile                           [system] { header "__type_traits/remove_volatile.h" }2068module cxx03_std_private_type_traits_result_of                                 [system] { header "__type_traits/result_of.h" }2069module cxx03_std_private_type_traits_strip_signature                           [system] { header "__type_traits/strip_signature.h" }2070module cxx03_std_private_type_traits_type_identity                             [system] { header "__type_traits/type_identity.h" }2071module cxx03_std_private_type_traits_type_list                                 [system] { header "__type_traits/type_list.h" }2072module cxx03_std_private_type_traits_underlying_type                           [system] {2073  header "__type_traits/underlying_type.h"2074  export std_private_type_traits_is_enum2075}2076module cxx03_std_private_type_traits_unwrap_ref                                [system] { header "__type_traits/unwrap_ref.h" }2077module cxx03_std_private_type_traits_void_t                                    [system] { header "__type_traits/void_t.h" }2078 2079module cxx03_std_private_utility_as_const               [system] { header "__utility/as_const.h" }2080module cxx03_std_private_utility_as_lvalue              [system] { header "__utility/as_lvalue.h" }2081module cxx03_std_private_utility_auto_cast              [system] {2082  header "__utility/auto_cast.h"2083  export std_private_type_traits_decay2084}2085module cxx03_std_private_utility_cmp                    [system] {2086  header "__utility/cmp.h"2087  export std_private_type_traits_make_unsigned2088}2089module cxx03_std_private_utility_convert_to_integral    [system] { header "__utility/convert_to_integral.h" }2090module cxx03_std_private_utility_declval                [system] { header "__utility/declval.h" }2091module cxx03_std_private_utility_empty                  [system] { header "__utility/empty.h" }2092module cxx03_std_private_utility_exception_guard        [system] { header "__utility/exception_guard.h" }2093module cxx03_std_private_utility_exchange               [system] { header "__utility/exchange.h" }2094module cxx03_std_private_utility_forward                [system] { header "__utility/forward.h" }2095module cxx03_std_private_utility_forward_like           [system] { header "__utility/forward_like.h" }2096module cxx03_std_private_utility_in_place               [system] { header "__utility/in_place.h" }2097module cxx03_std_private_utility_integer_sequence       [system] { header "__utility/integer_sequence.h" }2098module cxx03_std_private_utility_is_pointer_in_range    [system] { header "__utility/is_pointer_in_range.h" }2099module cxx03_std_private_utility_is_valid_range         [system] { header "__utility/is_valid_range.h" }2100module cxx03_std_private_utility_move                   [system] {2101  header "__utility/move.h"2102  export std_private_type_traits_is_copy_constructible2103  export std_private_type_traits_is_nothrow_move_constructible2104  export std_private_type_traits_remove_reference2105}2106module cxx03_std_private_utility_no_destroy             [system] { header "__utility/no_destroy.h" }2107module cxx03_std_private_utility_pair                   [system] {2108  header "__utility/pair.h"2109  export std_private_ranges_subrange_fwd2110  export std_private_tuple_pair_like2111  export std_private_type_traits_is_assignable2112  export std_private_type_traits_is_constructible2113  export std_private_type_traits_is_convertible2114  export std_private_type_traits_is_copy_assignable2115  export std_private_type_traits_is_move_assignable2116  export std_private_type_traits_is_nothrow_copy_constructible2117  export std_private_type_traits_is_nothrow_default_constructible2118  export std_private_type_traits_is_nothrow_move_assignable2119  export std_private_utility_pair_fwd2120}2121module cxx03_std_private_utility_pair_fwd                [system] { header "__fwd/pair.h" }2122module cxx03_std_private_utility_piecewise_construct     [system] { header "__utility/piecewise_construct.h" }2123module cxx03_std_private_utility_priority_tag            [system] { header "__utility/priority_tag.h" }2124module cxx03_std_private_utility_private_constructor_tag [system] { header "__utility/private_constructor_tag.h" }2125module cxx03_std_private_utility_rel_ops                 [system] { header "__utility/rel_ops.h" }2126module cxx03_std_private_utility_small_buffer            [system] { header "__utility/small_buffer.h" }2127module cxx03_std_private_utility_swap                    [system] {2128  header "__utility/swap.h"2129  export std_private_type_traits_is_swappable2130}2131module cxx03_std_private_utility_to_underlying           [system] { header "__utility/to_underlying.h" }2132module cxx03_std_private_utility_unreachable             [system] { header "__utility/unreachable.h" }2133 2134module cxx03_std_private_variant_monostate               [system] { header "__variant/monostate.h" }2135 2136module cxx03_std_private_vector_fwd                      [system] { header "__fwd/vector.h" }2137