Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-copy.cu4 struct CopyableH { struct
5 const CopyableH& operator=(const CopyableH& x) { return *this; } in operator =() argument