HomeSort by relevance Sort by last modified time
    Searched defs:CopyAssign (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/class/class.union/
p1.cpp 30 class CopyAssign { // expected-note 2 {{because no assignment operator can be used to copy an object of type 'const CopyAssign'}}
31 CopyAssign& operator=(CopyAssign& CA) { abort(); }
45 CopyAssign copyassign; // expected-error {{union member 'copyassign' has a non-trivial copy assignment operator}} member in union:U1
67 CopyAssign copyassign; member in struct:U2::__anon2061
88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U (…)
    [all...]
  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 5 template<typename T> struct CopyAssign {
66 template struct CopyAssign<A1>; // expected-note {{here}}
86 template struct CopyAssign<B1>; // expected-note {{here}}
88 template struct CopyAssign<B2>; // expected-note {{here}}
90 template struct CopyAssign<B3>;
97 template struct CopyAssign<C1>; // expected-note {{here}}
128 template struct CopyAssign<D1>; // expected-note {{here}}
131 template struct CopyAssign<D3>; // expected-note {{here}}
134 template struct CopyAssign<D5>; // expected-note {{here}}
137 template struct CopyAssign<D7>; // expected-note {{here}
    [all...]

Completed in 210 milliseconds