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