Home
last modified time | relevance | path

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

/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h28 struct char2 { struct
30 __host__ __device__ char2(char x = 0, char y = 0) : x(x), y(y) {} in x() argument
/llvm-project/flang/test/Semantics/
H A Dallocate07.f9041 character(2), allocatable :: char2 local
H A Dallocate09.f9061 character(2), allocatable :: char2 local
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-nvptx.c623 typedef char char2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef
731 typedef char char2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/flang/test/Lower/Intrinsics/
H A Dreduce.f90558 subroutine char2(a) subroutine
561 res = reduce(a, red_char2) argument
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h167 typedef char char2 __attribute__((ext_vector_type(2))); global() typedef