HomeSort by relevance Sort by last modified time
    Searched refs:VectorExt (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
literal-type.cpp 12 typedef int VectorExt __attribute__((ext_vector_type(4)));
14 static_assert(__is_literal(VectorExt), "fail");
type-traits.cpp 31 typedef int VectorExt __attribute__((ext_vector_type(4)));
159 { int arr[T(__is_pod(VectorExt))]; }
    [all...]

Completed in 533 milliseconds