Changeset View
Changeset View
Standalone View
Standalone View
libcxx/test/libcxx/private_headers.verify.cpp
Show First 20 Lines • Show All 254 Lines • ▼ Show 20 Lines | |||||
#include <__chrono/steady_clock.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/steady_clock.h'}} | #include <__chrono/steady_clock.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/steady_clock.h'}} | ||||
#include <__chrono/system_clock.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/system_clock.h'}} | #include <__chrono/system_clock.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/system_clock.h'}} | ||||
#include <__chrono/time_point.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/time_point.h'}} | #include <__chrono/time_point.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/time_point.h'}} | ||||
#include <__chrono/weekday.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/weekday.h'}} | #include <__chrono/weekday.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/weekday.h'}} | ||||
#include <__chrono/year.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year.h'}} | #include <__chrono/year.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year.h'}} | ||||
#include <__chrono/year_month.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year_month.h'}} | #include <__chrono/year_month.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year_month.h'}} | ||||
#include <__chrono/year_month_day.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year_month_day.h'}} | #include <__chrono/year_month_day.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year_month_day.h'}} | ||||
#include <__chrono/year_month_weekday.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year_month_weekday.h'}} | #include <__chrono/year_month_weekday.h> // expected-error@*:* {{use of private header from outside its module: '__chrono/year_month_weekday.h'}} | ||||
#include <__cmath/angular_functions.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/angular_functions.h'}} | |||||
#include <__cmath/arithmetic.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/arithmetic.h'}} | |||||
#include <__cmath/compare.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/compare.h'}} | |||||
#include <__cmath/copysign.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/copysign.h'}} | |||||
#include <__cmath/fabs.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/fabs.h'}} | |||||
#include <__cmath/fdim.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/fdim.h'}} | |||||
#include <__cmath/fminmax.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/fminmax.h'}} | |||||
#include <__cmath/frexp.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/frexp.h'}} | |||||
#include <__cmath/logarithm.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/logarithm.h'}} | |||||
#include <__cmath/modf.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/modf.h'}} | |||||
#include <__cmath/nextafter.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/nextafter.h'}} | |||||
#include <__cmath/nexttoward.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/nexttoward.h'}} | |||||
#include <__cmath/remainder.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/remainder.h'}} | |||||
#include <__cmath/remquo.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/remquo.h'}} | |||||
#include <__cmath/rounding.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/rounding.h'}} | |||||
#include <__cmath/signbit.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/signbit.h'}} | |||||
#include <__cmath/tgamma.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/tgamma.h'}} | |||||
#include <__cmath/traits.h> // expected-error@*:* {{use of private header from outside its module: '__cmath/traits.h'}} | |||||
#include <__compare/common_comparison_category.h> // expected-error@*:* {{use of private header from outside its module: '__compare/common_comparison_category.h'}} | #include <__compare/common_comparison_category.h> // expected-error@*:* {{use of private header from outside its module: '__compare/common_comparison_category.h'}} | ||||
#include <__compare/compare_partial_order_fallback.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_partial_order_fallback.h'}} | #include <__compare/compare_partial_order_fallback.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_partial_order_fallback.h'}} | ||||
#include <__compare/compare_strong_order_fallback.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_strong_order_fallback.h'}} | #include <__compare/compare_strong_order_fallback.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_strong_order_fallback.h'}} | ||||
#include <__compare/compare_three_way.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_three_way.h'}} | #include <__compare/compare_three_way.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_three_way.h'}} | ||||
#include <__compare/compare_three_way_result.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_three_way_result.h'}} | #include <__compare/compare_three_way_result.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_three_way_result.h'}} | ||||
#include <__compare/compare_weak_order_fallback.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_weak_order_fallback.h'}} | #include <__compare/compare_weak_order_fallback.h> // expected-error@*:* {{use of private header from outside its module: '__compare/compare_weak_order_fallback.h'}} | ||||
#include <__compare/is_eq.h> // expected-error@*:* {{use of private header from outside its module: '__compare/is_eq.h'}} | #include <__compare/is_eq.h> // expected-error@*:* {{use of private header from outside its module: '__compare/is_eq.h'}} | ||||
#include <__compare/ordering.h> // expected-error@*:* {{use of private header from outside its module: '__compare/ordering.h'}} | #include <__compare/ordering.h> // expected-error@*:* {{use of private header from outside its module: '__compare/ordering.h'}} | ||||
▲ Show 20 Lines • Show All 422 Lines • Show Last 20 Lines |