Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu61 struct B3_with_implicit_ctors : A3_with_device_ctors { struct
67 B3_with_implicit_ctors b; // this is OK because the inferred default ctor in hostfoo3()
69 B3_with_implicit_ctors b2 = b; // expected-error {{call to implicitly-deleted copy constructor}} in hostfoo3()