Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCUDA/
Dopenmp-target.cu41 void cu_hostf() { cu_devf(); } // dev-error {{no matching function for call to 'cu_devf'}} in cu_hostf() function
42 __device__ void cu_devf2() { cu_hostf(); } // dev-error{{no matching function for call to 'cu_hostf… in cu_devf2()