Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/SemaCUDA/
Ddevice-use-host-var.cu19 …int &ref_host_var = global_host_var; // dev-error {{reference to __host__ variable 'global_host_va… in dev_fun() local
42 …int &ref_host_var = global_host_var; // dev-error {{reference to __host__ variable 'global_host_va… in global_fun() local
65 …int &ref_host_var = global_host_var; // dev-error {{reference to __host__ variable 'global_host_va… in host_dev_fun() local
88 int &ref_host_var = global_host_var; in inline_host_dev_fun() local
111 int &ref_host_var = global_host_var; in dev_lambda_capture_by_ref() local
137 int &ref_host_var = global_host_var; in dev_lambda_capture_by_copy() local