Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dhost-device-constexpr.cu18 __host__ constexpr int HostOnly() { return 0; } in HostOnly() function
48 HostOnly(); in HostFn()
56 HostOnly(); // expected-error {{no matching function}} in DeviceFn()