Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu16 struct B1_with_implicit_default_ctor : A1_with_host_ctor { struct
24 B1_with_implicit_default_ctor b; in hostfoo()
28 B1_with_implicit_default_ctor b; // expected-error {{no matching constructor}} in devicefoo()