Searched defs:NonTrivCopy (Results 1 - 1 of 1) sorted by path

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp257 struct NonTrivCopy { struct in namespace:UnionOrAnonStructMembers
258 NonTrivCopy(const NonTrivCopy&); // expected-note 2{{user-provided copy constructor}}
265 NonTrivCopy ntcp; // expected-warning {{union member 'ntcp' with a non-trivial copy constructor is incompatible with C++98}}
271 NonTrivCopy ntcp; // expected-warning {{anonymous struct member 'ntcp' with a non-trivial copy constructor is incompatible with C++98}}

Completed in 219 milliseconds