Searched refs:EmptyUnion (Results 1 – 2 of 2) sorted by relevance
58 union EmptyUnion {}; union88 test_has_not_has_unique_object_representations<EmptyUnion>(); in main()
16 union EmptyUnion {}; union175 { int arr[T(__is_pod(EmptyUnion))]; } in is_pod()238 { int arr[F(__is_empty(EmptyUnion))]; } in is_empty()1817 { int arr[T(__is_trivial(EmptyUnion))]; } in is_trivial()1864 { int arr[T(__is_trivially_copyable(EmptyUnion))]; } in trivial_checks()