Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCUDA/
H A Dimplicit-copy.cu7 struct CopyableD { struct
8 __attribute__((device)) const CopyableD& operator=(const CopyableD x) { return *this; } in operator =() argument
18 CopyableD b;