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

  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 3 template<typename T> struct CopyAssign {
53 template struct CopyAssign<A1>; // expected-note {{here}}
73 template struct CopyAssign<B1>; // expected-note {{here}}
75 template struct CopyAssign<B2>; // expected-note {{here}}
77 template struct CopyAssign<B3>;
84 template struct CopyAssign<C1>; // expected-note {{here}}
109 template struct CopyAssign<D1>; // expected-note {{here}}
111 template struct CopyAssign<D3>; // expected-note {{here}}
113 template struct CopyAssign<D5>; // expected-note {{here}}
129 template struct CopyAssign<E1>; // expected-note {{here}
    [all...]
  /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::__anon6152
88 struct s5 : CopyAssign { // expected-note {{because no assignment operator can be used to copy an object of type 'const U (…)
    [all...]

Completed in 185 milliseconds