Home
last modified time | relevance | path

Searched defs:uchar2 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h37 struct uchar2 { struct
39 __host__ __device__ uchar2(unsigned char x = 0, unsigned char y = 0) : x(x), y(y) {} in x() argument
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-nvptx.c624 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef
732 typedef unsigned char uchar2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h172 typedef uchar uchar2 __attribute__((ext_vector_type(2))); global() typedef