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();177 { int arr[F(__is_pod(HasCons))]; } in is_pod()208 { int arr[T(__is_empty(HasCons))]; } in is_empty()1275 { int arr[F(__has_trivial_constructor(HasCons))]; } in has_trivial_default_constructor()1302 { int arr[T(__has_trivial_move_constructor(HasCons))]; } in has_trivial_move_constructor()1324 { int arr[T(__has_trivial_copy(HasCons))]; } in has_trivial_copy_constructor()1354 { int arr[T(__has_trivial_assign(HasCons))]; } in has_trivial_copy_assignment()1386 { int arr[T(__has_trivial_destructor(HasCons))]; } in has_trivial_destructor()[all …]