Searched refs:HasCons (Results 1 – 2 of 2) sorted by relevance
46 struct HasCons { HasCons(int); }; struct65 test_false<HasCons>(); in main()
54 struct HasCons { HasCons(int); }; struct58 struct HasNoInheritedCons : HasCons {};116 struct DerivesHasCons : HasCons {};140 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();239 { int arr[F(__is_pod(HasCons))]; } in is_pod()276 { int arr[T(__is_empty(HasCons))]; } in is_empty()563 static_assert(!__is_aggregate(HasCons), ""); in is_aggregate()1567 { int arr[T(__has_trivial_copy(HasCons))]; } in has_trivial_copy_constructor()1599 { int arr[T(__has_trivial_assign(HasCons))]; } in has_trivial_copy_assignment()1787 { int arr[T(__has_nothrow_copy(HasCons))]; } in has_nothrow_copy()[all …]