Home
last modified time | relevance | path

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

/aosp_15_r20/external/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