Home
last modified time | relevance | path

Searched refs:vUInt32 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dvector-no-lax.cpp2 typedef unsigned int __attribute__((vector_size (16))) vUInt32; typedef
5 vSInt32 foo (vUInt32 a) { in foo()
/external/clang/test/SemaCXX/
Dvector-no-lax.cpp2 typedef unsigned int __attribute__((vector_size (16))) vUInt32; typedef
5 vSInt32 foo (vUInt32 a) { in foo()
/external/llvm-project/clang/test/Sema/
Dvector-cast.c53 typedef unsigned int vUInt32 __attribute__((__vector_size__(16))); typedef
81vUInt32 counter = (float16){0.0f, 0.0f, 0.0f, 0.0f}; // expected-warning {{incompatible vector typ… in f6()
/external/llvm-project/lldb/test/API/functionalities/data-formatter/compactvectors/
Dmain.cpp11 vUInt32 valueU32 = {1,2,3,4}; in main()