Searched defs:int32x2_t (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dneon-vector-types-support.c3 typedef __attribute__((neon_vector_type(2))) int int32x2_t; // expected-error{{'neon_vector_type' attribute is not supported for this target}} typedef
H A Daarch64-neon-vector-types.c22 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
H A Dneon-vector-types.c10 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp17 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
33 void f1(int32x2_t v) { }
H A Daarch64-mangle-neon-vectors.cpp19 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
44 void f3(int32x2_t) {}

Completed in 574 milliseconds