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
68 B3_with_implicit_ctors b; // this is OK because the inferred default ctor in hostfoo3()
70 B3_with_implicit_ctors b2 = b; // expected-error {{no matching constructor}} in hostfoo3()