Searched refs:MultiPointerTest2 (Results 1 – 1 of 1) sorted by relevance
509 class MultiPointerTest2 { class525 MultiPointerTest2::RecordType i; in fMultiPointerTest2()526 MultiPointerTest2::RecordType *p1 = &i; in fMultiPointerTest2()527 MultiPointerTest2::RecordType **mptr = &p1; in fMultiPointerTest2()528 MultiPointerTest2(mptr, int()); // '**mptr' uninitialized in fMultiPointerTest2()531 class MultiPointerTest2 { class542 MultiPointerTest2(RecordType **p, int) : mptr(p) { in MultiPointerTest2() function in MultiPointerTest2547 MultiPointerTest2::RecordType i; in fMultiPointerTest2()548 MultiPointerTest2::RecordType *p1 = &i; in fMultiPointerTest2()549 MultiPointerTest2::RecordType **mptr = &p1; in fMultiPointerTest2()[all …]