Searched refs:HasNoThrowConstructorWithArgs (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtype-traits.cpp113 struct HasNoThrowConstructorWithArgs { struct
114 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();
1602 { int arr[F(__has_nothrow_constructor(HasNoThrowConstructorWithArgs))]; }
2023 { int arr[T(__is_constructible(HasNoThrowConstructorWithArgs))]; }
2024 { int arr[F(__is_nothrow_constructible(HasNoThrowConstructorWithArgs))]; } // MSVC doesn't look into default args and gets this wrong.
2026 { int arr[T(__is_constructible(HasNoThrowConstructorWithArgs, HasCons))]; }
2027 { int arr[T(__is_nothrow_constructible(HasNoThrowConstructorWithArgs, HasCons))]; }

Completed in 144 milliseconds