HomeSort by relevance Sort by last modified time
    Searched refs:vec_t2 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGen/
attr-mode-vector-types.c 4 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/
attr-mode-vector-types.c 5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2; typedef

Completed in 51 milliseconds