Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dcxx98-compat.cpp231 struct NonTrivCopy { struct
232 NonTrivCopy(const NonTrivCopy&); // expected-note 2{{user-declared copy constructor}}
239NonTrivCopy ntcp; // expected-warning {{union member 'ntcp' with a non-trivial copy constructor is…
245NonTrivCopy ntcp; // expected-warning {{anonymous struct member 'ntcp' with a non-trivial copy con…