Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dstruct-init.c22 typedef __attribute__(( ext_vector_type(2) )) unsigned int uint2; typedef
H A Dbuiltins-nvptx.c624 typedef unsigned int uint2 __attribute__((ext_vector_type(2))); in nvvm_ldg() typedef
/llvm-project-15.0.7/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h41 typedef vector<uint, 2> uint2; typedef
/llvm-project-15.0.7/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-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h55 typedef __attribute__((ext_vector_type(2))) uint uint2; typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h168 typedef uint uint2 __attribute__((ext_vector_type(2))); typedef