Home | History | Annotate | Download | only in SemaCXX

Lines Matching defs:a12

256   A a12(a12.get());  // expected-warning {{variable 'a12' is uninitialized when used within its own initialization}}
320 A a12(a12.get()); // expected-warning {{variable 'a12' is uninitialized when used within its own initialization}}
938 A a12 = A(std::move(a12)); // expected-warning {{uninitialized}}
954 A a12 = A(std::move(a12)); // expected-warning {{uninitialized}}
971 A a12 = A(std::move(a12));