Searched refs:ext_vector_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h65 typedef char char2 __attribute__((ext_vector_type(2)));
66 typedef char char3 __attribute__((ext_vector_type(3)));
67 typedef char char4 __attribute__((ext_vector_type(4)));
68 typedef char char8 __attribute__((ext_vector_type(8)));
69 typedef char char16 __attribute__((ext_vector_type(16)));
70 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
71 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
72 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
73 typedef uchar uchar8 __attribute__((ext_vector_type(8)));
74 typedef uchar uchar16 __attribute__((ext_vector_type(1
[all...]
H A D__clang_cuda_intrinsics.h293 typedef char c2 __attribute__((ext_vector_type(2)));
304 typedef char c4 __attribute__((ext_vector_type(4)));
314 typedef short s2 __attribute__((ext_vector_type(2)));
322 typedef short s4 __attribute__((ext_vector_type(4)));
332 typedef int i2 __attribute__((ext_vector_type(2)));
340 typedef int i4 __attribute__((ext_vector_type(4)));
350 typedef long long ll2 __attribute__((ext_vector_type(2)));
359 typedef unsigned char uc2 __attribute__((ext_vector_type(2)));
367 typedef unsigned char uc4 __attribute__((ext_vector_type(4)));
377 typedef unsigned short us2 __attribute__((ext_vector_type(
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp2668 const clang::ExtVectorType *ext_vector_type = local
2670 if (ext_vector_type) {
2672 *size = ext_vector_type->getNumElements();
2675 CompilerType(this, ext_vector_type->getElementType().getAsOpaquePtr());

Completed in 301 milliseconds