Searched refs:MultiPointerTest3 (Results 1 – 1 of 1) sorted by relevance
554 class MultiPointerTest3 { class565 MultiPointerTest3(RecordType **p, int) : mptr(p) { in MultiPointerTest3() function in MultiPointerTest3571 MultiPointerTest3::RecordType i{31, 32}; in fMultiPointerTest3()572 MultiPointerTest3::RecordType *p1 = &i; in fMultiPointerTest3()573 MultiPointerTest3::RecordType **mptr = &p1; in fMultiPointerTest3()574 MultiPointerTest3(mptr, int()); // '**mptr' uninitialized in fMultiPointerTest3()