Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target-collision.cu8 struct A1_with_host_ctor { struct
9 A1_with_host_ctor() {} in A1_with_host_ctor() function
16 struct C1_with_collision : A1_with_host_ctor, B1_with_device_ctor {
31 A1_with_host_ctor aa;
47 struct C3_with_collision : A1_with_host_ctor {
Dimplicit-member-target-collision-cxx11.cu8 struct A1_with_host_ctor { struct
9 A1_with_host_ctor() {} in A1_with_host_ctor() argument
16 struct C1_with_collision : A1_with_host_ctor, B1_with_device_ctor {
32 A1_with_host_ctor aa;
48 struct C3_with_collision : A1_with_host_ctor {
Dimplicit-member-target.cu8 struct A1_with_host_ctor { struct
9 A1_with_host_ctor() {} in A1_with_host_ctor() argument
16 struct B1_with_implicit_default_ctor : A1_with_host_ctor {