Home
last modified time | relevance | path

Searched defs:uint2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dstruct-init.c22 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
H A Dbuiltins-nvptx.c657 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef
765 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h51 typedef vector<uint, 2> uint2; global() typedef
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h73 struct uint2 { struct
75 __host__ __device__ uint2(unsigned x = 0, unsigned y = 0) : x(x), y(y) {} in x() argument
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp473 typedef unsigned uint2 __attribute__((vector_size(2 * sizeof(unsigned)))); typedef
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h192 typedef uint uint2 __attribute__((ext_vector_type(2))); global() typedef