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

  /external/clang/test/CXX/special/class.copy/
p23-cxx11.cpp 9 template<typename T> struct MoveAssign {
61 template struct MoveAssign<A2>; // expected-note {{here}}
74 template struct MoveAssign<B1>; // expected-note {{here}}
76 template struct MoveAssign<B2>; // expected-note {{here}}
78 template struct MoveAssign<B3>;
85 template struct MoveAssign<C1>; // expected-note {{here}}
110 template struct MoveAssign<D2>; // expected-note {{here}}
112 template struct MoveAssign<D4>; // expected-note {{here}}
114 template struct MoveAssign<D6>; // expected-note {{here}}
130 template struct MoveAssign<E2>; // expected-note {{here}
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 381 milliseconds