Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dtype-traits.cpp139 struct HasNoThrowConstructorWithArgs { struct
140 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();
1833 { int arr[F(__has_nothrow_constructor(HasNoThrowConstructorWithArgs))]; } in has_nothrow_constructor()
2281 { int arr[T(__is_constructible(HasNoThrowConstructorWithArgs))]; } in constructible_checks()
2282 …{ int arr[F(__is_nothrow_constructible(HasNoThrowConstructorWithArgs))]; } // MSVC doesn't look in… in constructible_checks()
2284 { int arr[T(__is_constructible(HasNoThrowConstructorWithArgs, HasCons))]; } in constructible_checks()
2285 { int arr[T(__is_nothrow_constructible(HasNoThrowConstructorWithArgs, HasCons))]; } in constructible_checks()