Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dtype-traits.cpp112 struct HasNoThrowConstructorWithArgs { struct
113 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();
1576 { int arr[F(__has_nothrow_constructor(HasNoThrowConstructorWithArgs))]; } in has_nothrow_constructor()
1957 { int arr[T(__is_constructible(HasNoThrowConstructorWithArgs))]; } in constructible_checks()
1958 …{ int arr[F(__is_nothrow_constructible(HasNoThrowConstructorWithArgs))]; } // MSVC doesn't look in… in constructible_checks()
1960 { int arr[T(__is_constructible(HasNoThrowConstructorWithArgs, HasCons))]; } in constructible_checks()
1961 { int arr[T(__is_nothrow_constructible(HasNoThrowConstructorWithArgs, HasCons))]; } in constructible_checks()