Searched refs:MultiPointerTest1 (Results 1 – 1 of 1) sorted by relevance
466 class MultiPointerTest1 { class477 MultiPointerTest1(RecordType **p, int) : mptr(p) { // expected-warning{{1 uninitialized field}} in MultiPointerTest1() function in MultiPointerTest1482 MultiPointerTest1::RecordType *p1; in fMultiPointerTest1()483 MultiPointerTest1::RecordType **mptr = &p1; in fMultiPointerTest1()484 MultiPointerTest1(mptr, int()); // '*mptr' uninitialized in fMultiPointerTest1()487 class MultiPointerTest1 { class498 MultiPointerTest1(RecordType **p, int) : mptr(p) {} in MultiPointerTest1() function in MultiPointerTest1502 MultiPointerTest1::RecordType *p1; in fMultiPointerTest1()503 MultiPointerTest1::RecordType **mptr = &p1; in fMultiPointerTest1()504 MultiPointerTest1(mptr, int()); // '*mptr' uninitialized in fMultiPointerTest1()