Home
last modified time | relevance | path

Searched defs:longlong2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dvector-init.c36 typedef long long __attribute__((vector_size(16))) longlong2; typedef
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h86 struct longlong2 { struct
88 __host__ __device__ longlong2(long long x = 0, long long y = 0) : x(x), y(y) {} in x() argument
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-nvptx.c679 typedef long long longlong2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef
787 typedef long long longlong2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef