Home
last modified time | relevance | path

Searched defs:TmplStruct (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaHipStdPar/
H A Ddevice-can-call-host.cpp85 struct TmplStruct { struct
91 __device__ void TmplStruct<int>::fn<int>() { host_fn(); } in fn() argument
/llvm-project/clang/test/SemaCUDA/
H A Dcall-host-fn-from-device.cu131 struct TmplStruct { struct
137 __host__ __device__ void TmplStruct<int>::fn<int>() { host_fn(); } in fn() argument