Home
last modified time | relevance | path

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

/llvm-project/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; in check()
29 int check_size2(void) { return sizeof(vec_t2); } in check_size2()
/llvm-project/clang/test/Sema/
H A Dattr-mode-vector-types.c5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2; typedef