Searched refs:MultiPointerTest1 (Results 1 – 1 of 1) sorted by relevance
448 class MultiPointerTest1 { class459 MultiPointerTest1(RecordType **p, int) : mptr(p) { // expected-warning{{1 uninitialized field}} in MultiPointerTest1() function in MultiPointerTest1464 MultiPointerTest1::RecordType *p1; in fMultiPointerTest1()465 MultiPointerTest1::RecordType **mptr = &p1; in fMultiPointerTest1()466 MultiPointerTest1(mptr, int()); // '*mptr' uninitialized in fMultiPointerTest1()469 class MultiPointerTest1 { class480 MultiPointerTest1(RecordType **p, int) : mptr(p) {} in MultiPointerTest1() function in MultiPointerTest1484 MultiPointerTest1::RecordType *p1; in fMultiPointerTest1()485 MultiPointerTest1::RecordType **mptr = &p1; in fMultiPointerTest1()486 MultiPointerTest1(mptr, int()); // '*mptr' uninitialized in fMultiPointerTest1()