Searched refs:HasCons (Results 1 – 2 of 2) sorted by relevance
51 struct HasCons { HasCons(int); }; struct70 test_false<HasCons>(); in main()
40 struct HasCons { HasCons(int); }; struct90 struct DerivesHasCons : HasCons {};114 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();194 { int arr[F(__is_pod(HasCons))]; } in is_pod()225 { int arr[T(__is_empty(HasCons))]; } in is_empty()1302 { int arr[F(__has_trivial_constructor(HasCons))]; } in has_trivial_default_constructor()1329 { int arr[T(__has_trivial_move_constructor(HasCons))]; } in has_trivial_move_constructor()1351 { int arr[T(__has_trivial_copy(HasCons))]; } in has_trivial_copy_constructor()1381 { int arr[T(__has_trivial_assign(HasCons))]; } in has_trivial_copy_assignment()1413 { int arr[T(__has_trivial_destructor(HasCons))]; } in has_trivial_destructor()[all …]