Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCUDA/
Dhost-device-calls-host.cu19 __host__ __device__ void hd_function_b(bool b) { if (b) host_function(); } in hd_function_b() function
23 __device__ void device_function_b() { hd_function_b(false); } in device_function_b()