Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/PCH/
Dpragma-cuda-force-host-device.cu19 void host_only() {} in host_only() function
24 host_only(); // expected-error {{no matching function for call}} in device()
/external/autotest/server/site_tests/firmware_FWupdate/
Dfirmware_FWupdate.py204 def run_shellball(self, append, wp, host_only=False): argument
214 if host_only:
244 elif host_only:
341 errors += self.run_shellball('old', wp=1, host_only=True)
/external/llvm-project/llvm/docs/
DCompileCudaWithLLVM.rst391 __host__ void host_only();
397 inline __host__ __device__ void inline_hd1() { host_only(); } // no error
398 inline __host__ __device__ void inline_hd2() { host_only(); } // error
405 __host__ __device__ void not_inline_hd() { host_only(); }
414 call to ``host_only`` entirely, or it may try to generate code for
415 ``host_only`` on the device. What you get seems to depend on whether or not
416 the compiler chooses to inline ``host_only``.
442 __host__ void foo() { /* use host_only */ }
443 double host_only;
/external/perfetto/tools/
Dbuild_all_configs.py81 if not args.host_only: