Home
last modified time | relevance | path

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

/external/clang/test/SemaCUDA/
Dimplicit-member-target.cu105 struct B5_copy_ctor_constness : A5_copy_ctor_constness { struct
111 void hostfoo5(B5_copy_ctor_constness& b_arg) { in hostfoo5()
112 B5_copy_ctor_constness b = b_arg; in hostfoo5()
115 __device__ void devicefoo5(B5_copy_ctor_constness& b_arg) { in devicefoo5()
116 B5_copy_ctor_constness b = b_arg; // expected-error {{no matching constructor}} in devicefoo5()