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

/external/clang/test/CodeGen/
H A Dattr-mode-vector-types.c4 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) vec_t2; typedef
14 vec_t2 v2;
29 int check_size2() { return sizeof(vec_t2); }
/external/clang/test/Sema/
H A Dattr-mode-vector-types.c5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2; typedef

Completed in 130 milliseconds