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

/external/clang/test/CodeGen/
H A Ddebug-info.c57 // CHECK: uint64x2_t
59 typedef uint64_t uint64x2_t __attribute__((ext_vector_type(2))); typedef
60 uint64x2_t extvectbar[4];
/external/clang/test/Sema/
H A Daarch64-neon-vector-types.c27 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t; typedef
H A Dneon-vector-types.c13 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t; typedef
/external/clang/test/CodeGenCXX/
H A Dmangle-neon-vectors.cpp20 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t; typedef
45 void f4(uint64x2_t v) { }
H A Daarch64-mangle-neon-vectors.cpp28 typedef __attribute__((neon_vector_type(2))) uint64_t uint64x2_t; typedef
82 void f22(uint64x2_t) {}

Completed in 134 milliseconds