Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target-collision-cxx11.cu74 struct C4_with_collision : A4_with_host_copy_ctor, B4_with_device_copy_ctor { struct
80 C4_with_collision c; in hostfoo4()
81C4_with_collision c2 = c; // expected-error {{call to implicitly-deleted copy constructor of 'C4_w… in hostfoo4()