Searched refs:VectorExt (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dliteral-type.cpp12 typedef int VectorExt __attribute__((ext_vector_type(4))); typedef
14 static_assert(__is_literal(VectorExt), "fail");
H A Dtype-traits.cpp31 typedef int VectorExt __attribute__((ext_vector_type(4))); typedef
133 { int arr[T(__is_pod(VectorExt))]; }
1087 int t08[T(__is_standard_layout(VectorExt))];
1641 { int arr[T(__is_trivial(VectorExt))]; }
1686 { int arr[T(__is_trivially_copyable(VectorExt))]; }

Completed in 67 milliseconds