Changeset View
Changeset View
Standalone View
Standalone View
libcxx/include/module.modulemap.in
Show First 20 Lines • Show All 163 Lines • ▼ Show 20 Lines | module compat { | ||||
module clocale { | module clocale { | ||||
@requires_LIBCXX_ENABLE_LOCALIZATION@ | @requires_LIBCXX_ENABLE_LOCALIZATION@ | ||||
header "clocale" | header "clocale" | ||||
export * | export * | ||||
} | } | ||||
module cmath { | module cmath { | ||||
header "cmath" | header "cmath" | ||||
export * | export * | ||||
module __cmath { | |||||
module angular_functions { private header "__cmath/angular_functions.h" } | |||||
module arithmetic { private header "__cmath/arithmetic.h" } | |||||
module compare { private header "__cmath/compare.h" } | |||||
module copysign { private header "__cmath/copysign.h" } | |||||
module fabs { private header "__cmath/fabs.h" } | |||||
module fdim { private header "__cmath/fdim.h" } | |||||
module fminmax { private header "__cmath/fminmax.h" } | |||||
module frexp { private header "__cmath/frexp.h" } | |||||
module logarithm { private header "__cmath/logarithm.h" } | |||||
module modf { private header "__cmath/modf.h" } | |||||
module nextafter { private header "__cmath/nextafter.h" } | |||||
module nexttoward { private header "__cmath/nexttoward.h" } | |||||
module remainder { private header "__cmath/remainder.h" } | |||||
module remquo { private header "__cmath/remquo.h" } | |||||
module rounding { private header "__cmath/rounding.h" } | |||||
module signbit { private header "__cmath/signbit.h" } | |||||
module tgamma { private header "__cmath/tgamma.h" } | |||||
module traits { private header "__cmath/traits.h" } | |||||
} | |||||
} | } | ||||
module csetjmp { | module csetjmp { | ||||
header "csetjmp" | header "csetjmp" | ||||
export * | export * | ||||
} | } | ||||
module csignal { | module csignal { | ||||
header "csignal" | header "csignal" | ||||
export * | export * | ||||
▲ Show 20 Lines • Show All 1,283 Lines • Show Last 20 Lines |