Home
last modified time | relevance | path

Searched refs:fp_ch (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu121 HostFnPtr fp_ch = ch; in hostf() local
142 …HostFnPtr fp_ch = ch; // dev-error {{reference to __host__ function 'ch' in __device__ funct… in devicef() local
163 …HostFnPtr fp_ch = ch; // dev-error {{reference to __host__ function 'ch' in __global__ funct… in globalf() local
190 HostFnPtr fp_ch = ch; in hostdevicef() local
224 HostFnPtr fp_ch = ch; variable