Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dfunction-overload.cu120 HostReturnTy ret_h = h(); in hostf() local
141 HostReturnTy ret_h = h(); // devdefer-error {{no matching function for call to 'h'}} in devicef() local
162 HostReturnTy ret_h = h(); // devdefer-error {{no matching function for call to 'h'}} in globalf() local
189 HostReturnTy ret_h = h(); in hostdevicef() local