Searched refs:HasCons (Results 1 – 4 of 4) sorted by relevance
51 struct HasCons { HasCons(int); }; struct70 test_false<HasCons>(); in main()
50 struct HasCons { HasCons(int); }; struct69 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 …]
53 struct HasCons { HasCons(int); }; struct57 struct HasNoInheritedCons : HasCons {};115 struct DerivesHasCons : HasCons {};139 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();238 { int arr[F(__is_pod(HasCons))]; } in is_pod()275 { int arr[T(__is_empty(HasCons))]; } in is_empty()562 static_assert(!__is_aggregate(HasCons), ""); in is_aggregate()1512 { int arr[F(__has_trivial_constructor(HasCons))]; } in has_trivial_default_constructor()1539 { int arr[T(__has_trivial_move_constructor(HasCons))]; } in has_trivial_move_constructor()1563 { int arr[T(__has_trivial_copy(HasCons))]; } in has_trivial_copy_constructor()[all …]