Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dneon-vector-types-support.c3 typedef __attribute__((neon_vector_type(2))) int int32x2_t; // expected-error{{'neon_vector_type' a… typedef
Dneon-vector-types.c10 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
Daarch64-neon-vector-types.c22 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
/external/clang/test/CodeGenCXX/
Daarch64-mangle-neon-vectors.cpp19 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef
44 void f3(int32x2_t) {} in f3() argument
Dmangle-neon-vectors.cpp17 typedef __attribute__((neon_vector_type(2))) int int32x2_t; typedef