Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu38 struct B2_with_implicit_default_ctor : A2_with_device_ctor { struct
46 B2_with_implicit_default_ctor b; // expected-error {{no matching constructor}} in hostfoo2()
50 B2_with_implicit_default_ctor b; in devicefoo2()