Searched refs:HasCons (Results 1 – 1 of 1) sorted by relevance
39 struct HasCons { HasCons(int); }; struct89 struct DerivesHasCons : HasCons {};113 HasNoThrowConstructorWithArgs(HasCons i = HasCons(0)) throw();181 { int arr[F(__is_pod(HasCons))]; } in is_pod()212 { int arr[T(__is_empty(HasCons))]; } in is_empty()1279 { int arr[F(__has_trivial_constructor(HasCons))]; } in has_trivial_default_constructor()1306 { int arr[T(__has_trivial_move_constructor(HasCons))]; } in has_trivial_move_constructor()1328 { int arr[T(__has_trivial_copy(HasCons))]; } in has_trivial_copy_constructor()1358 { int arr[T(__has_trivial_assign(HasCons))]; } in has_trivial_copy_assignment()1390 { int arr[T(__has_trivial_destructor(HasCons))]; } in has_trivial_destructor()[all …]